diff --git a/ChangeLog.md b/ChangeLog.md
index fcc9528eff10..9d5c3216af49 100644
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,3 +1,122 @@
+## 10.2.0 - August 2023
+#### Az.Accounts 2.12.5
+* Changed output stream from debug stream to warning stream for 'CmdletPreviewAttribute'
+* Decreased the prompted frequency of preview warning message to once per cmdlet in one session
+* Reworded default preview message and added estimated GA date for 'CmdletPreviewAttribute'
+* Updated Azure.Core to 1.33.0
+
+#### Az.AppConfiguration 1.3.0
+* Added cmdlets to support data plane operation:
+ - 'Get-AzAppConfigurationKey'
+ - 'Get-AzAppConfigurationKeyValue'
+ - 'Get-AzAppConfigurationLabel'
+ - 'Get-AzAppConfigurationRevision'
+ - 'Remove-AzAppConfigurationKeyValue'
+ - 'Remove-AzAppConfigurationLock'
+ - 'Set-AzAppConfigurationKeyValue'
+ - 'Set-AzAppConfigurationLock'
+ - 'Test-AzAppConfigurationKeyValue'
+
+#### Az.Batch 3.5.0
+* Removed cmdlets: 'Get-AzBatchPoolStatistic' and 'Get-AzBatchJobStatistic'
+* Deprecated cmdlets: 'Get-AzBatchCertificate' and 'New-AzBatchCertificate'
+ - The Batch account certificates feature is deprecated. Please transition to using Azure Key Vault to securely access and install certificates on your Batch pools, [learn more](https://learn.microsoft.com/azure/batch/batch-certificate-migration-guide)
+
+#### Az.Compute 6.2.0
+* Fixed the 'Update-AzVmss' cmdlet so the 'AutomaticRepairGracePeriod', 'AutomaticRepairAction', and 'EnableAutomaticRepair' parameters function correctly.
+* Updated help doc for 'New-AzVM', 'New-AzVMConfig', 'New-AzVmss', 'New-AzVmssConfig', 'Update-AzVM', and 'Update-AzVmss' to include parameters that were previously added for Trusted Launch features.
+* Updated Azure.Core to 1.33.0.
+
+#### Az.ContainerRegistry 4.1.0
+* Updated Azure.Core to 1.33.0.
+* Added new cmdlet 'New-AzContainerRegistryCredentials'
+
+#### Az.CosmosDB 1.11.2
+* Updated Azure.Core to 1.33.0.
+
+#### Az.Databricks 1.7.0
+* Added some parameters in 'Update-AzDatabricksWorkspace':
+ - 'EnableNoPublicIP'
+ - 'PublicNetworkAccess'
+
+#### Az.DataFactory 1.17.0
+* Added DisablePublish to Set_AzDataFactoryV2 Command
+
+#### Az.Dns 1.1.3
+* Removed length validation for DNS TXT record to make it consistent with Azure CLI and Azure portal.
+
+#### Az.KeyVault 4.10.1
+* Removed maximum number for 'IpAddressRange' and 'VirtualNetworkResourceId' in '*-AzKeyVaultNetworkRuleSet*' from client side. [#22137]
+* Updated Azure.Core to 1.33.0.
+
+#### Az.Maintenance 1.3.0
+* Added support for Resource Group and Subscription configuration assignment.
+
+#### Az.Network 6.1.1
+* Onboarded 'Microsoft.ElasticSan/elasticSans' to private link cmdlets
+
+#### Az.PolicyInsights 1.6.2
+* Updated Azure.Core to 1.33.0.
+
+#### Az.PrivateDns 1.0.4
+* Removed length validation for DNS TXT record to make it consistent with Azure CLI and Azure portal.
+
+#### Az.Resources 6.9.0
+* Fixed the issue that 'New-AzRoleAssignment' didn't work without subscription.
+* Added cmdlets for group owner
+ - 'Get-AzADGroupOwner'
+ - 'New-AzADGroupOwner'
+ - 'Remove-AzADGroupOwner'
+* Updated Tags functionality in deployment stacks New and Set cmdlets
+
+#### Az.Sql 4.9.0
+* Added new cmdlets for Azure SQL Managed Instance start/stop schedule
+ - 'Start-AzSqlInstance',
+ - 'Stop-AzSqlInstance',
+ - 'Get-AzSqlInstanceStartStopSchedule',
+ - 'New-AzSqlInstanceStartStopSchedule',
+ - 'Remove-AzSqlInstanceStartStopSchedule',
+ - 'New-AzSqlInstanceScheduleItem'
+
+#### Az.StackHCI 2.1.0
+* Updated to api-version 2023-03-01.
+* Cmdlets added:
+ - Invoke-AzStackHciExtendClusterSoftwareAssuranceBenefit : Enable Software Assurance for a cluster
+ - Invoke-AzStackHciConsentAndInstallDefaultExtensions : Consent to installing default extensions on the cluster
+
+#### Az.Storage 5.9.0
+* Supported OAuth authentication on File service cmdlets
+ - 'New-AzStorageContext'
+ - 'Get-AzStorageFile'
+ - 'Get-AzStorageFileContent'
+ - 'Get-AzStorageFileCopyState'
+ - 'New-AzStorageDirectory'
+ - 'Remove-AzStorageDirectory'
+ - 'Remove-AzStorageFile'
+ - 'Set-AzStorageFileContent'
+ - 'Start-AzStorageFileCopy'
+ - 'Stop-AzStorageFileCopy'
+ - 'Get-AzStorageFileHandle'
+ - 'Close-AzStorageFileHandle'
+* Supported get a file share object without get share properties. For pipeline to file/directory cmdlets with OAuth authentication.
+ - 'Get-AzStorageShare'
+* Updated Azure.Core to 1.33.0.
+
+#### Az.Synapse 3.0.2
+* Updated Azure.Core to 1.33.0.
+
+#### Az.Websites 3.1.0
+* Added AppServicePlan management support for P0V3 and P*mv3 tiers
+
+### Thanks to our community contributors
+* Dante Stancato (@dantecit0), Update Set-AzFirewall.md (#22224)
+* Hiroshi Yoshioka (@hyoshioka0128), Typo "flexible server"→"Flexible Server" (#22215)
+* @Jingshu918, [DataFactory]Added DisablePublish to Set_AzDataFactoryV2 Command (#22273)
+* Miguel Vega (@miguel-vega), Updated Example 3 of the Connect-AzAccount.md page to use the correct PowerShell variable. (#22376)
+* @Skatterbrainz, Update Remove-AzVM.md (#22378)
+* @veppala, added examples for New-AzSqlVM cmdlet (#22185)
+* @vladik-hbinov, Fixed Example 2 (#22193)
+
## 10.1.0 - July 2023
#### Az.Accounts 2.12.4
* Changed 'gallery' property to be optional in ARM metadata of 'Set-AzEnvironment' and 'Add-AzEnvironment'[#22037].
diff --git a/documentation/breaking-changes/upcoming-breaking-changes.md b/documentation/breaking-changes/upcoming-breaking-changes.md
index cf7ddefaa1ab..bb4bc16a6d5e 100644
--- a/documentation/breaking-changes/upcoming-breaking-changes.md
+++ b/documentation/breaking-changes/upcoming-breaking-changes.md
@@ -7,7 +7,7 @@
- Parameter breaking-change will happen to all parameter sets
- `-DockerBridgeCidr`
- DockerBridgeCidr parameter will be deprecated in Az 11.0.0 without being replaced.
- - This change is expected to take effect from Az.Aks version: 6.0.0 and Az version: 11.0.0
+ - This change is expected to take effect from version: 6.0.0 and Az version: 11.0.0
## Az.Compute
@@ -15,25 +15,25 @@
- Cmdlet breaking-change will happen to all parameter set
- Starting in November 2023 the "New-AzDisk" cmdlet will deploy with the Trusted Launch configuration by default. This includes defaulting the "HyperVGeneration" parameter to "v2". To know more about Trusted Launch, please visit https://learn.microsoft.com/en-us/azure/virtual-machines/trusted-launch
- - This change is expected to take effect from Az.Compute version: 7.0.0 and Az version: 11.0.0
+ - This change is expected to take effect from version: 7.0.0 and Az version: 11.0.0
### `New-AzVM`
- Cmdlet breaking-change will happen to all parameter set
- Consider using the image alias including the version of the distribution you want to use in the "-Image" parameter of the "New-AzVM" cmdlet. On April 30, 2023, the image deployed using `UbuntuLTS` will reach its end of life. In October 2023, the aliases `UbuntuLTS`, `CentOS`, `Debian`, and `RHEL` will be removed.
- - This change is expected to take effect from Az.Compute version: 7.0.0 and Az version: 11.0.0
+ - This change is expected to take effect from version: 7.0.0 and Az version: 11.0.0
- Starting in November 2023 the "New-AzVM" cmdlet will deploy with the Trusted Launch configuration by default. To know more about Trusted Launch, please visit https://docs.microsoft.com/en-us/azure/virtual-machines/trusted-launch
- - This change is expected to take effect from Az.Compute version: 7.0.0 and Az version: 11.0.0
+ - This change is expected to take effect from version: 7.0.0 and Az version: 11.0.0
### `New-AzVmss`
- Cmdlet breaking-change will happen to all parameter set
- Starting November 2023, the "New-AzVmss" cmdlet will default to Trusted Launch VMSS. For more info, visit https://aka.ms/trustedLaunchVMSS.
- - This change is expected to take effect from Az.Compute version: 7.0.0 and Az version: 11.0.0
+ - This change is expected to take effect from version: 7.0.0 and Az version: 11.0.0
- Starting November 2023, the "New-AzVmss" cmdlet will use new defaults: Flexible orchestration mode and enable NATv2 configuration for Load Balancer. To learn more about Flexible Orchestration modes, visit https://aka.ms/orchestrationModeVMSS.
- - This change is expected to take effect from Az.Compute version: 7.0.0 and Az version: 11.0.0
+ - This change is expected to take effect from version: 7.0.0 and Az version: 11.0.0
- Consider using the image alias including the version of the distribution you want to use in the "-ImageName" parameter of the "New-AzVmss" cmdlet. On April 30, 2023, the image deployed using `UbuntuLTS` will reach its end of life. In November 2023, the aliases `UbuntuLTS`, `CentOS`, `Debian`, and `RHEL` will be removed.
- - This change is expected to take effect from Az.Compute version: 7.0.0 and Az version: 11.0.0
+ - This change is expected to take effect from version: 7.0.0 and Az version: 11.0.0
## Az.DesktopVirtualization
@@ -42,7 +42,19 @@
- Parameter breaking-change will happen to all parameter sets
- `-HostPoolType`
- The parameter : 'HostPoolType' is changing.
- - The change is expected to take effect from the Az.DesktopVirtualization version : '4.0.0'
+ - The change is expected to take effect from the version : '4.0.0'
+
+## Az.Maintenance
+
+### `New-AzMaintenanceConfiguration`
+
+- Parameter breaking-change will happen to all parameter sets
+ - `-PostTask`
+ - Parameter is being deprecated without being replaced
+ - This change is expected to take effect from version: 1.2.2 and Az version: 10.2.0
+ - `-PreTask`
+ - Parameter is being deprecated without being replaced
+ - This change is expected to take effect from version: 1.2.2 and Az version: 10.2.0
## Az.PowerBIEmbedded
@@ -50,37 +62,37 @@
- Cmdlet breaking-change will happen to all parameter set
- The cmdlet is being deprecated. There will be no replacement for it.
- - This change is expected to take effect from Az.PowerBIEmbedded version: 2.0.0 and Az version: 11.0.0
+ - This change is expected to take effect from version: 2.0.0 and Az version: 11.0.0
### `Get-AzPowerBIWorkspaceCollection`
- Cmdlet breaking-change will happen to all parameter set
- The cmdlet is being deprecated. There will be no replacement for it.
- - This change is expected to take effect from Az.PowerBIEmbedded version: 2.0.0 and Az version: 11.0.0
+ - This change is expected to take effect from version: 2.0.0 and Az version: 11.0.0
### `Get-AzPowerBIWorkspaceCollectionAccessKey`
- Cmdlet breaking-change will happen to all parameter set
- The cmdlet is being deprecated. There will be no replacement for it.
- - This change is expected to take effect from Az.PowerBIEmbedded version: 2.0.0 and Az version: 11.0.0
+ - This change is expected to take effect from version: 2.0.0 and Az version: 11.0.0
### `New-AzPowerBIWorkspaceCollection`
- Cmdlet breaking-change will happen to all parameter set
- The cmdlet is being deprecated. There will be no replacement for it.
- - This change is expected to take effect from Az.PowerBIEmbedded version: 2.0.0 and Az version: 11.0.0
+ - This change is expected to take effect from version: 2.0.0 and Az version: 11.0.0
### `Remove-AzPowerBIWorkspaceCollection`
- Cmdlet breaking-change will happen to all parameter set
- The cmdlet is being deprecated. There will be no replacement for it.
- - This change is expected to take effect from Az.PowerBIEmbedded version: 2.0.0 and Az version: 11.0.0
+ - This change is expected to take effect from version: 2.0.0 and Az version: 11.0.0
### `Reset-AzPowerBIWorkspaceCollectionAccessKey`
- Cmdlet breaking-change will happen to all parameter set
- The cmdlet is being deprecated. There will be no replacement for it.
- - This change is expected to take effect from Az.PowerBIEmbedded version: 2.0.0 and Az version: 11.0.0
+ - This change is expected to take effect from version: 2.0.0 and Az version: 11.0.0
## Az.RecoveryServices
@@ -89,7 +101,7 @@
- Parameter breaking-change will happen to all parameter sets
- `-Certificate`
- Parameter is being deprecated without being replaced
- - This change is expected to take effect from Az.RecoveryServices version: 7.0.0 and Az version: 11.0.0
+ - This change is expected to take effect from version: 7.0.0 and Az version: 11.0.0
## Az.Storage
@@ -97,68 +109,69 @@
- Cmdlet breaking-change will happen to all parameter set
- The leading question mark '?' of the created SAS token will be removed in a future release.
- - This change is expected to take effect from Az.Storage version: 6.0.0 and Az version: 11.0.0
+ - This change is expected to take effect from version: 6.0.0 and Az version: 11.0.0
### `New-AzStorageAccount`
- Cmdlet breaking-change will happen to all parameter set
- - Default value of AllowBlobPublicAccess and AllowCrossTenantReplication will be changed from True to False in a future release.
- When AllowBlobPublicAccess is False on a storage account, it is not permitted to configure container ACLs to allow anonymous access to blobs within the storage account.
+ - Default value of AllowBlobPublicAccess and AllowCrossTenantReplication will be changed from True to False in a future release.
+ When AllowBlobPublicAccess is False on a storage account, it is not permitted to configure container ACLs to allow anonymous access to blobs within the storage account.
When AllowCrossTenantReplication is False on a storage account, cross AAD tenant object replication is not allowed.
- - This change is expected to take effect from Az.Storage version: 6.0.0 and Az version: 11.0.0
+ - This change is expected to take effect from version: 6.0.0 and Az version: 11.0.0
### `New-AzStorageAccountSASToken`
- Cmdlet breaking-change will happen to all parameter set
- The leading question mark '?' of the created SAS token will be removed in a future release.
- - This change is expected to take effect from Az.Storage version: 6.0.0 and Az version: 11.0.0
+ - This change is expected to take effect from version: 6.0.0 and Az version: 11.0.0
### `New-AzStorageBlobSASToken`
- Cmdlet breaking-change will happen to all parameter set
- The leading question mark '?' of the created SAS token will be removed in a future release.
- - This change is expected to take effect from Az.Storage version: 6.0.0 and Az version: 11.0.0
+ - This change is expected to take effect from version: 6.0.0 and Az version: 11.0.0
### `New-AzStorageContainerSASToken`
- Cmdlet breaking-change will happen to all parameter set
- The leading question mark '?' of the created SAS token will be removed in a future release.
- - This change is expected to take effect from Az.Storage version: 6.0.0 and Az version: 11.0.0
+ - This change is expected to take effect from version: 6.0.0 and Az version: 11.0.0
### `New-AzStorageContext`
- Parameter breaking-change will happen to all parameter sets
- `-SasToken`
- The SAS token in created Storage context properties 'ConnectionString' and 'StorageAccount.Credentials' won't have the leading question mark '?' in a future release.
- - This change is expected to take effect from Az.Storage version: 6.0.0 and Az version: 11.0.0
+ - This change is expected to take effect from version: 6.0.0 and Az version: 11.0.0
### `New-AzStorageFileSASToken`
- Cmdlet breaking-change will happen to all parameter set
- The leading question mark '?' of the created SAS token will be removed in a future release.
- - This change is expected to take effect from Az.Storage version: 6.0.0 and Az version: 11.0.0
+ - This change is expected to take effect from version: 6.0.0 and Az version: 11.0.0
### `New-AzStorageQueueSASToken`
- Cmdlet breaking-change will happen to all parameter set
- The leading question mark '?' of the created SAS token will be removed in a future release.
- - This change is expected to take effect from Az.Storage version: 6.0.0 and Az version: 11.0.0
+ - This change is expected to take effect from version: 6.0.0 and Az version: 11.0.0
### `New-AzStorageShareSASToken`
- Cmdlet breaking-change will happen to all parameter set
- The leading question mark '?' of the created SAS token will be removed in a future release.
- - This change is expected to take effect from Az.Storage version: 6.0.0 and Az version: 11.0.0
+ - This change is expected to take effect from version: 6.0.0 and Az version: 11.0.0
### `New-AzStorageTableSASToken`
- Cmdlet breaking-change will happen to all parameter set
- The leading question mark '?' of the created SAS token will be removed in a future release.
- - This change is expected to take effect from Az.Storage version: 6.0.0 and Az version: 11.0.0
+ - This change is expected to take effect from version: 6.0.0 and Az version: 11.0.0
### `Set-AzStorageAccount`
- Parameter breaking-change will happen to all parameter sets
- `-EnableLargeFileShare`
- EnableLargeFileShare parameter will be deprecated in a future release.
- - This change is expected to take effect from Az.Storage version: 6.0.0 and Az version: 11.0.0
+ - This change is expected to take effect from version: 6.0.0 and Az version: 11.0.0
+
diff --git a/setup/generate.ps1 b/setup/generate.ps1
index 3d225d6d86fa..3002a2afbfd0 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 - July 2023"
+$productName = "Microsoft Azure PowerShell - August 2023"
# 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 1d46c674d65c..f35e08dd7bca 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: 06/29/2023
+# Generated on: 26/07/2023
#
@{
@@ -12,7 +12,7 @@
# RootModule = ''
# Version number of this module.
-ModuleVersion = '2.12.4'
+ModuleVersion = '2.12.5'
# Supported PSEditions
CompatiblePSEditions = 'Core', 'Desktop'
@@ -147,7 +147,10 @@ PrivateData = @{
# IconUri = ''
# ReleaseNotes of this module
- ReleaseNotes = '* Changed ''gallery'' property to be optional in ARM metadata of ''Set-AzEnvironment'' and ''Add-AzEnvironment''[#22037].'
+ ReleaseNotes = '* Changed output stream from debug stream to warning stream for ''CmdletPreviewAttribute''
+* Decreased the prompted frequency of preview warning message to once per cmdlet in one session
+* Reworded default preview message and added estimated GA date for ''CmdletPreviewAttribute''
+* Updated Azure.Core to 1.33.0'
# Prerelease string of this module
# Prerelease = ''
diff --git a/src/Accounts/Accounts/ChangeLog.md b/src/Accounts/Accounts/ChangeLog.md
index 1b384609445c..54122a71fce1 100644
--- a/src/Accounts/Accounts/ChangeLog.md
+++ b/src/Accounts/Accounts/ChangeLog.md
@@ -19,6 +19,8 @@
-->
## Upcoming Release
+
+## Version 2.12.5
* Changed output stream from debug stream to warning stream for `CmdletPreviewAttribute`
* Decreased the prompted frequency of preview warning message to once per cmdlet in one session
* Reworded default preview message and added estimated GA date for `CmdletPreviewAttribute`
diff --git a/src/Accounts/Accounts/Properties/AssemblyInfo.cs b/src/Accounts/Accounts/Properties/AssemblyInfo.cs
index 225f3b2527c6..da5068b97205 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("2.12.4")]
-[assembly: AssemblyFileVersion("2.12.4")]
+[assembly: AssemblyVersion("2.12.5")]
+[assembly: AssemblyFileVersion("2.12.5")]
#if !SIGN
[assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.Accounts.Test")]
#endif
diff --git a/src/Accounts/Accounts/Utilities/CommandMappings.json b/src/Accounts/Accounts/Utilities/CommandMappings.json
index ed2a046c842a..4a6e5d53cc29 100644
--- a/src/Accounts/Accounts/Utilities/CommandMappings.json
+++ b/src/Accounts/Accounts/Utilities/CommandMappings.json
@@ -104,6 +104,20 @@
"Get-AzAksClusterUpgradeProfile": {},
"Install-AzAksKubectl": {}
},
+ "Az.Alb": {
+ "Get-AzAlb": {},
+ "Get-AzAlbAssociation": {},
+ "Get-AzAlbFrontend": {},
+ "New-AzAlb": {},
+ "New-AzAlbAssociation": {},
+ "New-AzAlbFrontend": {},
+ "Remove-AzAlb": {},
+ "Remove-AzAlbAssociation": {},
+ "Remove-AzAlbFrontend": {},
+ "Update-AzAlb": {},
+ "Update-AzAlbAssociation": {},
+ "Update-AzAlbFrontend": {}
+ },
"Az.AlertsManagement": {
"Get-AzAlert": {},
"Get-AzAlertObjectHistory": {},
@@ -344,7 +358,16 @@
"Test-AzAppConfigurationStoreNameAvailability": {},
"Update-AzAppConfigurationStore": {},
"Clear-AzAppConfigurationDeletedStore": {},
- "Get-AzAppConfigurationDeletedStore": {}
+ "Get-AzAppConfigurationDeletedStore": {},
+ "Get-AzAppConfigurationKey": {},
+ "Get-AzAppConfigurationKeyValue": {},
+ "Get-AzAppConfigurationLabel": {},
+ "Get-AzAppConfigurationRevision": {},
+ "Remove-AzAppConfigurationKeyValue": {},
+ "Remove-AzAppConfigurationLock": {},
+ "Set-AzAppConfigurationKeyValue": {},
+ "Set-AzAppConfigurationLock": {},
+ "Test-AzAppConfigurationKeyValue": {}
},
"Az.ApplicationInsights": {
"Get-AzApplicationInsights": {},
@@ -542,7 +565,6 @@
"New-AzBatchAccountKey": {},
"Set-AzBatchAccount": {},
"New-AzBatchApplicationPackage": {},
- "Get-AzBatchJobStatistic": {},
"Remove-AzBatchApplication": {},
"Remove-AzBatchApplicationPackage": {},
"Get-AzBatchApplicationPackage": {},
@@ -578,7 +600,6 @@
"Get-AzBatchJobPreparationAndReleaseTaskStatus": {},
"Disable-AzBatchAutoScale": {},
"Enable-AzBatchAutoScale": {},
- "Get-AzBatchPoolStatistic": {},
"Get-AzBatchPoolUsageMetric": {},
"Get-AzBatchPool": {},
"Get-AzBatchSupportedImage": {},
@@ -612,10 +633,8 @@
"Reactivate-AzBatchTask": {},
"Get-AzBatchSubscriptionQuotas": {},
"Get-AzBatchAccountKeys": {},
- "Get-AzBatchJobStatistics": {},
"Get-AzBatchLocationQuotas": {},
"Get-AzBatchPoolNodeCounts": {},
- "Get-AzBatchPoolStatistics": {},
"Get-AzBatchPoolUsageMetrics": {},
"Get-AzBatchRemoteLoginSettings": {},
"Get-AzBatchTaskCounts": {},
@@ -1319,7 +1338,8 @@
"Update-AzContainerRegistryCredential": {},
"Update-AzContainerRegistryScopeMap": {},
"Update-AzContainerRegistryToken": {},
- "Update-AzContainerRegistryWebhook": {}
+ "Update-AzContainerRegistryWebhook": {},
+ "New-AzContainerRegistryCredentials": {}
},
"Az.CosmosDB": {
"Get-AzCosmosDBSqlContainer": {},
@@ -2513,6 +2533,12 @@
"Update-AzFunctionAppPlan": {},
"Update-AzFunctionAppSetting": {}
},
+ "Az.GraphServices": {
+ "Get-AzGraphServicesAccount": {},
+ "New-AzGraphServicesAccount": {},
+ "Remove-AzGraphServicesAccount": {},
+ "Update-AzGraphServicesAccount": {}
+ },
"Az.GuestConfiguration": {
"Get-AzGuestConfigurationAssignment": {},
"Get-AzGuestConfigurationAssignmentReport": {},
@@ -3394,6 +3420,7 @@
"New-AzMobileNetworkSliceConfigurationObject": {},
"Remove-AzMobileNetwork": {},
"Remove-AzMobileNetworkAttachedDataNetwork": {},
+ "Remove-AzMobileNetworkBulkSimDelete": {},
"Remove-AzMobileNetworkDataNetwork": {},
"Remove-AzMobileNetworkPacketCoreControlPlane": {},
"Remove-AzMobileNetworkPacketCoreDataPlane": {},
@@ -3406,6 +3433,8 @@
"Trace-AzMobileNetworkCollectPacketCoreControlPlaneDiagnosticPackage": {},
"Update-AzMobileNetwork": {},
"Update-AzMobileNetworkAttachedDataNetwork": {},
+ "Update-AzMobileNetworkBulkSimUpload": {},
+ "Update-AzMobileNetworkBulkSimUploadEncrypted": {},
"Update-AzMobileNetworkDataNetwork": {},
"Update-AzMobileNetworkPacketCoreControlPlane": {},
"Update-AzMobileNetworkPacketCoreDataPlane": {},
@@ -3614,6 +3643,8 @@
"New-AzNetAppFilesVolumeQuotaRule": {},
"Update-AzNetAppFilesVolumeQuotaRule": {},
"Remove-AzNetAppFilesVolumeQuotaRule": {},
+ "Get-AzNetAppFilesVolumeGroupIdListForLDAPUser": {},
+ "Get-AzNetAppFilesRegionInfo": {},
"Get-AnfAccount": {},
"New-AnfAccount": {},
"Remove-AnfAccount": {},
@@ -3679,7 +3710,9 @@
"Get-AnfVolumeQuotaRule": {},
"New-AnfVolumeQuotaRule": {},
"Update-AnfVolumeQuotaRule": {},
- "Remove-AnfVolumeQuotaRule": {}
+ "Remove-AnfVolumeQuotaRule": {},
+ "Get-AnfVolumeGroupIdListForLDAPUser": {},
+ "Get-AnfRegionInfo": {}
},
"Az.Network": {
"Add-AzApplicationGatewayAuthenticationCertificate": {},
@@ -4463,6 +4496,25 @@
"Update-AzNetworkFunctionTrafficCollector": {},
"Update-AzNetworkFunctionTrafficCollectorTag": {}
},
+ "Az.NewRelic": {
+ "Get-AzNewRelicAccount": {},
+ "Get-AzNewRelicMonitor": {},
+ "Get-AzNewRelicMonitorAppService": {},
+ "Get-AzNewRelicMonitorHost": {},
+ "Get-AzNewRelicMonitorMetricRule": {},
+ "Get-AzNewRelicMonitorMetricStatus": {},
+ "Get-AzNewRelicMonitorMonitoredResource": {},
+ "Get-AzNewRelicMonitorTagRule": {},
+ "Get-AzNewRelicOrganization": {},
+ "Get-AzNewRelicPlan": {},
+ "Invoke-AzNewRelicHostMonitor": {},
+ "New-AzNewRelicMonitor": {},
+ "New-AzNewRelicMonitorTagRule": {},
+ "Remove-AzNewRelicMonitor": {},
+ "Remove-AzNewRelicMonitorTagRule": {},
+ "Switch-AzNewRelicMonitorBilling": {},
+ "Update-AzNewRelicMonitorTagRule": {}
+ },
"Az.Nginx": {
"Get-AzNginxCertificate": {},
"Get-AzNginxConfiguration": {},
@@ -4605,6 +4657,43 @@
"Update-AzOrbitalContactProfile": {},
"Update-AzOrbitalSpacecraft": {}
},
+ "Az.PaloAltoNetworks": {
+ "Get-AzPaloAltoNetworksCertificateObjectLocalRulestack": {},
+ "Get-AzPaloAltoNetworksFirewall": {},
+ "Get-AzPaloAltoNetworksFirewallLogProfile": {},
+ "Get-AzPaloAltoNetworksFirewallStatus": {},
+ "Get-AzPaloAltoNetworksFqdnListLocalRulestack": {},
+ "Get-AzPaloAltoNetworksLocalRule": {},
+ "Get-AzPaloAltoNetworksLocalRulestack": {},
+ "Get-AzPaloAltoNetworksLocalRulestackAppId": {},
+ "Get-AzPaloAltoNetworksLocalRulestackChangeLog": {},
+ "Get-AzPaloAltoNetworksLocalRulestackFirewall": {},
+ "Get-AzPaloAltoNetworksLocalRulestackSupportInfo": {},
+ "Get-AzPaloAltoNetworksPrefixListLocalRulestack": {},
+ "Invoke-AzPaloAltoNetworksCommitLocalRulestack": {},
+ "Invoke-AzPaloAltoNetworksRevertLocalRulestack": {},
+ "New-AzPaloAltoNetworksCertificateObjectLocalRulestack": {},
+ "New-AzPaloAltoNetworksFirewall": {},
+ "New-AzPaloAltoNetworksFqdnListLocalRulestack": {},
+ "New-AzPaloAltoNetworksFrontendSettingObject": {},
+ "New-AzPaloAltoNetworksIPAddressObject": {},
+ "New-AzPaloAltoNetworksLocalRule": {},
+ "New-AzPaloAltoNetworksLocalRulestack": {},
+ "New-AzPaloAltoNetworksPrefixListLocalRulestack": {},
+ "New-AzPaloAltoNetworksProfileObject": {},
+ "New-AzPaloAltoNetworksTagInfoObject": {},
+ "Remove-AzPaloAltoNetworksCertificateObjectLocalRulestack": {},
+ "Remove-AzPaloAltoNetworksFirewall": {},
+ "Remove-AzPaloAltoNetworksFqdnListLocalRulestack": {},
+ "Remove-AzPaloAltoNetworksLocalRule": {},
+ "Remove-AzPaloAltoNetworksLocalRulestack": {},
+ "Remove-AzPaloAltoNetworksPrefixListLocalRulestack": {},
+ "Reset-AzPaloAltoNetworksLocalRuleCounter": {},
+ "Save-AzPaloAltoNetworksFirewallLogProfile": {},
+ "Update-AzPaloAltoNetworksFirewall": {},
+ "Update-AzPaloAltoNetworksLocalRuleCounter": {},
+ "Update-AzPaloAltoNetworksLocalRulestack": {}
+ },
"Az.Peering": {
"Get-AzPeering": {},
"Get-AzPeeringAsn": {},
@@ -4882,6 +4971,15 @@
"Start-AzPurviewScanResultScan": {},
"Stop-AzPurviewScanResultScan": {}
},
+ "Az.Quantum": {
+ "Get-AzQuantumOffering": {},
+ "Get-AzQuantumWorkspace": {},
+ "New-AzQuantumProviderObject": {},
+ "New-AzQuantumWorkspace": {},
+ "Remove-AzQuantumWorkspace": {},
+ "Test-AzQuantumWorkspaceNameAvailability": {},
+ "Update-AzQuantumWorkspace": {}
+ },
"Az.Qumulo": {
"Get-AzQumuloFileSystem": {},
"New-AzQumuloFileSystem": {},
@@ -5411,6 +5509,9 @@
"Remove-AzADAppFederatedCredential": {},
"Update-AzADAppFederatedCredential": {},
"Get-AzADOrganization": {},
+ "Get-AzADGroupOwner": {},
+ "New-AzADGroupOwner": {},
+ "Remove-AzADGroupOwner": {},
"Get-AzResourceProviderAction": {},
"Get-AzADServicePrincipalCredential": {},
"New-AzADServicePrincipalCredential": {},
@@ -6162,6 +6263,12 @@
"Stop-AzSqlInstanceDatabaseCopy": {},
"Get-AzSqlInstanceDatabaseCopyOperation": {},
"Get-AzSqlInstanceDatabaseMoveOperation": {},
+ "Start-AzSqlInstance": {},
+ "Stop-AzSqlInstance": {},
+ "Get-AzSqlInstanceStartStopSchedule": {},
+ "New-AzSqlInstanceStartStopSchedule": {},
+ "Remove-AzSqlInstanceStartStopSchedule": {},
+ "New-AzSqlInstanceScheduleItem": {},
"Get-AzSqlDatabaseServerAuditingPolicy": {},
"Remove-AzSqlDatabaseServerAuditing": {},
"Set-AzSqlDatabaseServerAuditingPolicy": {},
@@ -6208,6 +6315,8 @@
"Get-AzStackHCIRemoteSupportSessionHistory": {},
"Get-AzStackHCIVMAttestation": {},
"Install-AzStackHCIRemoteSupport": {},
+ "Invoke-AzStackHciConsentAndInstallDefaultExtension": {},
+ "Invoke-AzStackHciExtendClusterSoftwareAssuranceBenefit": {},
"New-AzStackHciArcSetting": {},
"New-AzStackHciCluster": {},
"New-AzStackHciExtension": {},
@@ -6400,6 +6509,48 @@
"Get-AzDatalakeGen2FileSystem": {},
"New-AzDataLakeGen2ItemAclObject": {}
},
+ "Az.StorageCache": {
+ "Clear-AzStorageCache": {},
+ "Clear-AzStorageCacheTarget": {},
+ "Debug-AzStorageCache": {},
+ "Get-AzStorageCache": {},
+ "Get-AzStorageCacheAmlFileSystem": {},
+ "Get-AzStorageCacheAmlFileSystemSubnetRequiredSize": {},
+ "Get-AzStorageCacheAscUsage": {},
+ "Get-AzStorageCacheSku": {},
+ "Get-AzStorageCacheTarget": {},
+ "Get-AzStorageCacheUsageModel": {},
+ "Invoke-AzStorageCacheAmlFileSystemArchive": {},
+ "Invoke-AzStorageCacheInvalidateTarget": {},
+ "New-AzStorageCache": {},
+ "New-AzStorageCacheAmlFileSystem": {},
+ "New-AzStorageCacheDirectorySettingObject": {},
+ "New-AzStorageCacheNamespaceJunctionObject": {},
+ "New-AzStorageCacheNfsAccessPolicyObject": {},
+ "New-AzStorageCacheNfsAccessRuleObject": {},
+ "New-AzStorageCachePrimingJobObject": {},
+ "New-AzStorageCacheTarget": {},
+ "New-AzStorageCacheTargetSpaceAllocationObject": {},
+ "Remove-AzStorageCache": {},
+ "Remove-AzStorageCacheAmlFileSystem": {},
+ "Remove-AzStorageCacheTarget": {},
+ "Restore-AzStorageCacheTargetSetting": {},
+ "Resume-AzStorageCachePrimingJob": {},
+ "Resume-AzStorageCacheTarget": {},
+ "Start-AzStorageCache": {},
+ "Start-AzStorageCachePrimingJob": {},
+ "Stop-AzStorageCache": {},
+ "Stop-AzStorageCacheAmlFilesystemArchive": {},
+ "Stop-AzStorageCachePrimingJob": {},
+ "Suspend-AzStorageCachePrimingJob": {},
+ "Suspend-AzStorageCacheTarget": {},
+ "Test-AzStorageCacheAmlFileSystemSubnet": {},
+ "Update-AzStorageCache": {},
+ "Update-AzStorageCacheAmlFileSystem": {},
+ "Update-AzStorageCacheFirmware": {},
+ "Update-AzStorageCacheSpaceAllocation": {},
+ "Update-AzStorageCacheTargetDns": {}
+ },
"Az.StorageMover": {
"Get-AzStorageMover": {},
"Get-AzStorageMoverAgent": {},
@@ -6482,10 +6633,16 @@
"Update-AzStreamAnalyticsTransformation": {}
},
"Az.Subscription": {
- "Update-AzSubscription": {},
- "New-AzSubscriptionAlias": {},
+ "Disable-AzSubscription": {},
+ "Enable-AzSubscription": {},
+ "Get-AzSubscriptionAcceptOwnershipStatus": {},
"Get-AzSubscriptionAlias": {},
- "Remove-AzSubscriptionAlias": {}
+ "Get-AzSubscriptionPolicy": {},
+ "Invoke-AzSubscriptionAcceptOwnership": {},
+ "New-AzSubscriptionAlias": {},
+ "Remove-AzSubscriptionAlias": {},
+ "Rename-AzSubscription": {},
+ "Update-AzSubscriptionPolicy": {}
},
"Az.Support": {
"Get-AzSupportService": {},
diff --git a/src/Accounts/AssemblyLoading/Properties/AssemblyInfo.cs b/src/Accounts/AssemblyLoading/Properties/AssemblyInfo.cs
index 2578ee53c749..dac39d88668d 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("2.12.4")]
-[assembly: AssemblyFileVersion("2.12.4")]
+[assembly: AssemblyVersion("2.12.5")]
+[assembly: AssemblyFileVersion("2.12.5")]
diff --git a/src/Accounts/Authentication/Properties/AssemblyInfo.cs b/src/Accounts/Authentication/Properties/AssemblyInfo.cs
index a3669a016fb9..5536a1dd7ae7 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("2.12.4")]
-[assembly: AssemblyFileVersion("2.12.4")]
+[assembly: AssemblyVersion("2.12.5")]
+[assembly: AssemblyFileVersion("2.12.5")]
#if !SIGN
[assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Authentication.Test")]
#endif
diff --git a/src/Accounts/AuthenticationAssemblyLoadContext/Properties/AssemblyInfo.cs b/src/Accounts/AuthenticationAssemblyLoadContext/Properties/AssemblyInfo.cs
index 814a21eac6c3..f1cfafef1614 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("2.12.4")]
-[assembly: AssemblyFileVersion("2.12.4")]
+[assembly: AssemblyVersion("2.12.5")]
+[assembly: AssemblyFileVersion("2.12.5")]
diff --git a/src/Accounts/Authenticators/Properties/AssemblyInfo.cs b/src/Accounts/Authenticators/Properties/AssemblyInfo.cs
index 768f61c1b197..0091245093b5 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("2.12.4")]
-[assembly: AssemblyFileVersion("2.12.4")]
+[assembly: AssemblyVersion("2.12.5")]
+[assembly: AssemblyFileVersion("2.12.5")]
diff --git a/src/AlertsManagement/AlertsManagement/Az.AlertsManagement.psd1 b/src/AlertsManagement/AlertsManagement/Az.AlertsManagement.psd1
index e5dbfc8ed917..12549de7d354 100644
--- a/src/AlertsManagement/AlertsManagement/Az.AlertsManagement.psd1
+++ b/src/AlertsManagement/AlertsManagement/Az.AlertsManagement.psd1
@@ -3,7 +3,7 @@
#
# Generated by: Microsoft Corporation
#
-# Generated on: 6/14/2023
+# Generated on: 26/07/2023
#
@{
@@ -12,7 +12,7 @@
# RootModule = ''
# Version number of this module.
-ModuleVersion = '0.6.0'
+ModuleVersion = '0.6.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 = '2.12.3'; })
+RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.12.5'; })
# Assemblies that must be loaded prior to importing this module
RequiredAssemblies = 'Microsoft.Azure.PowerShell.AlertsManagement.Management.Sdk.dll',
@@ -108,7 +108,7 @@ PrivateData = @{
PSData = @{
# Tags applied to this module. These help with module discovery in online galleries.
- Tags = 'Azure', 'Alerts', 'AlertsManagement', 'Notifications'
+ Tags = 'Azure','Alerts','AlertsManagement','Notifications'
# A URL to the license for this module.
LicenseUri = 'https://aka.ms/azps-license'
@@ -120,7 +120,7 @@ PrivateData = @{
# IconUri = ''
# ReleaseNotes of this module
- ReleaseNotes = '* Added cmdlets for Prometheus rule group'
+ ReleaseNotes = '* Fixed null reference bug when ''ScheduleEndDateTime'' was not provided'
# Prerelease string of this module
# Prerelease = ''
@@ -133,7 +133,7 @@ PrivateData = @{
} # End of PSData hashtable
-} # End of PrivateData hashtable
+ } # End of PrivateData hashtable
# HelpInfo URI of this module
# HelpInfoURI = ''
diff --git a/src/AlertsManagement/AlertsManagement/ChangeLog.md b/src/AlertsManagement/AlertsManagement/ChangeLog.md
index 708f43c42f36..ca0b83c2ebdd 100644
--- a/src/AlertsManagement/AlertsManagement/ChangeLog.md
+++ b/src/AlertsManagement/AlertsManagement/ChangeLog.md
@@ -18,6 +18,8 @@
- Additional information about change #1
-->
## Upcoming Release
+
+## Version 0.6.1
* Fixed null reference bug when 'ScheduleEndDateTime' was not provided
## Version 0.6.0
diff --git a/src/AlertsManagement/AlertsManagement/Properties/AssemblyInfo.cs b/src/AlertsManagement/AlertsManagement/Properties/AssemblyInfo.cs
index 4aa8fdff7a2b..0c5cb1bc2c8f 100644
--- a/src/AlertsManagement/AlertsManagement/Properties/AssemblyInfo.cs
+++ b/src/AlertsManagement/AlertsManagement/Properties/AssemblyInfo.cs
@@ -24,5 +24,5 @@
[assembly: ComVisible(false)]
[assembly: CLSCompliant(false)]
[assembly: Guid("4381ecdd-5486-46fb-bef0-c0b2fb16bd54")]
-[assembly: AssemblyVersion("0.6.0")]
-[assembly: AssemblyFileVersion("0.6.0")]
+[assembly: AssemblyVersion("0.6.1")]
+[assembly: AssemblyFileVersion("0.6.1")]
diff --git a/src/AlertsManagement/PrometheusRuleGroups.Autorest/Properties/AssemblyInfo.cs b/src/AlertsManagement/PrometheusRuleGroups.Autorest/Properties/AssemblyInfo.cs
index 218047ddd531..3ae8424119eb 100644
--- a/src/AlertsManagement/PrometheusRuleGroups.Autorest/Properties/AssemblyInfo.cs
+++ b/src/AlertsManagement/PrometheusRuleGroups.Autorest/Properties/AssemblyInfo.cs
@@ -24,5 +24,5 @@
[assembly: ComVisible(false)]
[assembly: CLSCompliant(false)]
[assembly: Guid("a1ae47fb-6c27-4bba-babc-caf74537af24")]
-[assembly: AssemblyVersion("0.6.0")]
-[assembly: AssemblyFileVersion("0.6.0")]
+[assembly: AssemblyVersion("0.6.1")]
+[assembly: AssemblyFileVersion("0.6.1")]
diff --git a/src/AppConfiguration/AppConfiguration.Autorest/Properties/AssemblyInfo.cs b/src/AppConfiguration/AppConfiguration.Autorest/Properties/AssemblyInfo.cs
index 140ae17e7b5f..3b05a5ed7025 100644
--- a/src/AppConfiguration/AppConfiguration.Autorest/Properties/AssemblyInfo.cs
+++ b/src/AppConfiguration/AppConfiguration.Autorest/Properties/AssemblyInfo.cs
@@ -24,5 +24,5 @@
[assembly: ComVisible(false)]
[assembly: CLSCompliant(false)]
[assembly: Guid("68b96e72-e248-4c8a-9468-c8d5320efc75")]
-[assembly: AssemblyVersion("1.2.0")]
-[assembly: AssemblyFileVersion("1.2.0")]
+[assembly: AssemblyVersion("1.3.0")]
+[assembly: AssemblyFileVersion("1.3.0")]
diff --git a/src/AppConfiguration/AppConfiguration/Az.AppConfiguration.psd1 b/src/AppConfiguration/AppConfiguration/Az.AppConfiguration.psd1
index 4e459e6bed45..768df43a1d35 100644
--- a/src/AppConfiguration/AppConfiguration/Az.AppConfiguration.psd1
+++ b/src/AppConfiguration/AppConfiguration/Az.AppConfiguration.psd1
@@ -3,7 +3,7 @@
#
# Generated by: Microsoft Corporation
#
-# Generated on: 7/24/2023
+# Generated on: 26/07/2023
#
@{
@@ -12,7 +12,7 @@
# RootModule = ''
# Version number of this module.
-ModuleVersion = '1.2.0'
+ModuleVersion = '1.3.0'
# Supported PSEditions
CompatiblePSEditions = 'Core', 'Desktop'
@@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2'
# ProcessorArchitecture = ''
# Modules that must be imported into the global environment prior to importing this module
-RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.10.0'; })
+RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.12.5'; })
# Assemblies that must be loaded prior to importing this module
RequiredAssemblies = 'AppConfiguration.Autorest\bin\Az.AppConfiguration.private.dll',
@@ -109,7 +109,7 @@ PrivateData = @{
PSData = @{
# Tags applied to this module. These help with module discovery in online galleries.
- Tags = 'Azure', 'ResourceManager', 'ARM', 'PSModule', 'AppConfiguration'
+ Tags = 'Azure','ResourceManager','ARM','PSModule','AppConfiguration'
# A URL to the license for this module.
LicenseUri = 'https://aka.ms/azps-license'
@@ -121,8 +121,16 @@ PrivateData = @{
# IconUri = ''
# ReleaseNotes of this module
- ReleaseNotes = '* Added cmdlets ''Get-AzAppConfigurationDeletedStore'' and ''Clear-AzAppConfigurationDeletedStore''
-* Updated ApiVersion to 2022-05-01.'
+ ReleaseNotes = '* Added cmdlets to support data plane operation:
+ - ''Get-AzAppConfigurationKey''
+ - ''Get-AzAppConfigurationKeyValue''
+ - ''Get-AzAppConfigurationLabel''
+ - ''Get-AzAppConfigurationRevision''
+ - ''Remove-AzAppConfigurationKeyValue''
+ - ''Remove-AzAppConfigurationLock''
+ - ''Set-AzAppConfigurationKeyValue''
+ - ''Set-AzAppConfigurationLock''
+ - ''Test-AzAppConfigurationKeyValue'''
# Prerelease string of this module
# Prerelease = ''
@@ -135,7 +143,7 @@ PrivateData = @{
} # End of PSData hashtable
-} # End of PrivateData hashtable
+ } # End of PrivateData hashtable
# HelpInfo URI of this module
# HelpInfoURI = ''
diff --git a/src/AppConfiguration/AppConfiguration/ChangeLog.md b/src/AppConfiguration/AppConfiguration/ChangeLog.md
index 6b2f6a989bee..1d4ccf5fba95 100644
--- a/src/AppConfiguration/AppConfiguration/ChangeLog.md
+++ b/src/AppConfiguration/AppConfiguration/ChangeLog.md
@@ -18,6 +18,8 @@
- Additional information about change #1
-->
## Upcoming Release
+
+## Version 1.3.0
* Added cmdlets to support data plane operation:
- `Get-AzAppConfigurationKey`
- `Get-AzAppConfigurationKeyValue`
diff --git a/src/AppConfiguration/AppConfiguration/Properties/AssemblyInfo.cs b/src/AppConfiguration/AppConfiguration/Properties/AssemblyInfo.cs
index 1cdd504780ba..f24fde1f821a 100644
--- a/src/AppConfiguration/AppConfiguration/Properties/AssemblyInfo.cs
+++ b/src/AppConfiguration/AppConfiguration/Properties/AssemblyInfo.cs
@@ -24,5 +24,5 @@
[assembly: ComVisible(false)]
[assembly: CLSCompliant(false)]
[assembly: Guid("d1eff4e1-442a-4239-8e02-35244e5ec172")]
-[assembly: AssemblyVersion("1.2.0")]
-[assembly: AssemblyFileVersion("1.2.0")]
+[assembly: AssemblyVersion("1.3.0")]
+[assembly: AssemblyFileVersion("1.3.0")]
diff --git a/src/AppConfiguration/AppConfigurationData.Autorest/Properties/AssemblyInfo.cs b/src/AppConfiguration/AppConfigurationData.Autorest/Properties/AssemblyInfo.cs
index e75ba3f78860..52429ff4158e 100644
--- a/src/AppConfiguration/AppConfigurationData.Autorest/Properties/AssemblyInfo.cs
+++ b/src/AppConfiguration/AppConfigurationData.Autorest/Properties/AssemblyInfo.cs
@@ -24,5 +24,5 @@
[assembly: ComVisible(false)]
[assembly: CLSCompliant(false)]
[assembly: Guid("578ac89a-25dd-4029-9a90-d863516e2a4d")]
-[assembly: AssemblyVersion("0.1.0")]
-[assembly: AssemblyFileVersion("0.1.0")]
+[assembly: AssemblyVersion("1.3.0")]
+[assembly: AssemblyFileVersion("1.3.0")]
diff --git a/src/Batch/Batch/Az.Batch.psd1 b/src/Batch/Batch/Az.Batch.psd1
index 457706213ac5..23f381d3a0f5 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: 3/30/2023
+# Generated on: 26/07/2023
#
@{
@@ -12,7 +12,7 @@
# RootModule = ''
# Version number of this module.
-ModuleVersion = '4.0.0'
+ModuleVersion = '3.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 = '2.12.1'; })
+RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.12.5'; })
# Assemblies that must be loaded prior to importing this module
RequiredAssemblies = 'Microsoft.Azure.Batch.dll', 'Microsoft.Azure.Management.Batch.dll',
@@ -82,12 +82,12 @@ FunctionsToExport = @()
CmdletsToExport = 'Remove-AzBatchAccount', 'Get-AzBatchAccount',
'Get-AzBatchAccountKey', 'New-AzBatchAccount',
'New-AzBatchAccountKey', 'Set-AzBatchAccount',
- 'New-AzBatchApplicationPackage',
- 'Remove-AzBatchApplication', 'Remove-AzBatchApplicationPackage',
- 'Get-AzBatchApplicationPackage', 'Get-AzBatchApplication',
- 'Set-AzBatchApplication', 'New-AzBatchApplication',
- 'Get-AzBatchCertificate', 'Remove-AzBatchCertificate',
- 'New-AzBatchCertificate', 'Stop-AzBatchCertificateDeletion',
+ 'New-AzBatchApplicationPackage', 'Remove-AzBatchApplication',
+ 'Remove-AzBatchApplicationPackage', 'Get-AzBatchApplicationPackage',
+ 'Get-AzBatchApplication', 'Set-AzBatchApplication',
+ 'New-AzBatchApplication', 'Get-AzBatchCertificate',
+ 'Remove-AzBatchCertificate', 'New-AzBatchCertificate',
+ 'Stop-AzBatchCertificateDeletion',
'Disable-AzBatchComputeNodeScheduling',
'Enable-AzBatchComputeNodeScheduling',
'Get-AzBatchRemoteLoginSetting', 'Remove-AzBatchComputeNode',
@@ -101,9 +101,9 @@ CmdletsToExport = 'Remove-AzBatchAccount', 'Get-AzBatchAccount',
'Remove-AzBatchJob', 'Set-AzBatchJob', 'Stop-AzBatchJob',
'Get-AzBatchJob', 'Get-AzBatchJobPreparationAndReleaseTaskStatus',
'Disable-AzBatchAutoScale', 'Enable-AzBatchAutoScale',
- 'Get-AzBatchPoolUsageMetric',
- 'Get-AzBatchPool', 'Get-AzBatchSupportedImage', 'New-AzBatchPool',
- 'Remove-AzBatchPool', 'Set-AzBatchPool', 'Start-AzBatchPoolResize',
+ 'Get-AzBatchPoolUsageMetric', 'Get-AzBatchPool',
+ 'Get-AzBatchSupportedImage', 'New-AzBatchPool', 'Remove-AzBatchPool',
+ 'Set-AzBatchPool', 'Start-AzBatchPoolResize',
'Stop-AzBatchPoolResize', 'Test-AzBatchAutoScale',
'Get-AzBatchLocationQuota', 'Get-AzBatchSubtask', 'Get-AzBatchTask',
'New-AzBatchTask', 'Remove-AzBatchTask', 'New-AzBatchComputeNodeUser',
@@ -121,9 +121,8 @@ CmdletsToExport = 'Remove-AzBatchAccount', 'Get-AzBatchAccount',
# Aliases to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no aliases to export.
AliasesToExport = 'Reactivate-AzBatchTask', 'Get-AzBatchSubscriptionQuotas',
- 'Get-AzBatchAccountKeys',
- 'Get-AzBatchLocationQuotas', 'Get-AzBatchPoolNodeCounts',
- 'Get-AzBatchPoolUsageMetrics',
+ 'Get-AzBatchAccountKeys', 'Get-AzBatchLocationQuotas',
+ 'Get-AzBatchPoolNodeCounts', 'Get-AzBatchPoolUsageMetrics',
'Get-AzBatchRemoteLoginSettings', 'Get-AzBatchTaskCounts',
'Get-AzBatchSupportedVMSku'
@@ -154,8 +153,9 @@ PrivateData = @{
# IconUri = ''
# ReleaseNotes of this module
- ReleaseNotes = '* Added new property ''Encryption'' of type ''EncryptionProperties'' to ''AccountCreateParameters''.
- - Configures how customer data is encrypted inside the Batch account.'
+ ReleaseNotes = '* Removed cmdlets: ''Get-AzBatchPoolStatistic'' and ''Get-AzBatchJobStatistic''
+* Deprecated cmdlets: ''Get-AzBatchCertificate'' and ''New-AzBatchCertificate''
+ - The Batch account certificates feature is deprecated. Please transition to using Azure Key Vault to securely access and install certificates on your Batch pools, [learn more](https://learn.microsoft.com/azure/batch/batch-certificate-migration-guide)'
# Prerelease string of this module
# Prerelease = ''
diff --git a/src/Batch/Batch/ChangeLog.md b/src/Batch/Batch/ChangeLog.md
index c08b5609ba27..06bc553f2fea 100644
--- a/src/Batch/Batch/ChangeLog.md
+++ b/src/Batch/Batch/ChangeLog.md
@@ -19,12 +19,11 @@
-->
## Upcoming Release
+## Version 3.5.0
* Removed cmdlets: `Get-AzBatchPoolStatistic` and `Get-AzBatchJobStatistic`
-
-* deprecated cmdlets: `Get-AzBatchCertificate` and `New-AzBatchCertificate`
+* Deprecated cmdlets: `Get-AzBatchCertificate` and `New-AzBatchCertificate`
- The Batch account certificates feature is deprecated. Please transition to using Azure Key Vault to securely access and install certificates on your Batch pools, [learn more](https://learn.microsoft.com/azure/batch/batch-certificate-migration-guide)
-
## Version 3.4.0
* Added new property `Encryption` of type `EncryptionProperties` to `AccountCreateParameters`.
- Configures how customer data is encrypted inside the Batch account.
diff --git a/src/Batch/Batch/Properties/AssemblyInfo.cs b/src/Batch/Batch/Properties/AssemblyInfo.cs
index 916b9d1edbdb..eadca0abea25 100644
--- a/src/Batch/Batch/Properties/AssemblyInfo.cs
+++ b/src/Batch/Batch/Properties/AssemblyInfo.cs
@@ -25,8 +25,8 @@
[assembly: ComVisible(false)]
[assembly: CLSCompliant(false)]
[assembly: Guid("ed102280-3577-49bf-93dd-11b6e3a44a57")]
-[assembly: AssemblyVersion("3.4.0")]
-[assembly: AssemblyFileVersion("3.4.0")]
+[assembly: AssemblyVersion("3.5.0")]
+[assembly: AssemblyFileVersion("3.5.0")]
#if !SIGN
[assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.Batch.Test")]
#endif
diff --git a/src/Compute/Compute.Autorest/Properties/AssemblyInfo.cs b/src/Compute/Compute.Autorest/Properties/AssemblyInfo.cs
index a5d81e51261e..af8e48d0b78b 100644
--- a/src/Compute/Compute.Autorest/Properties/AssemblyInfo.cs
+++ b/src/Compute/Compute.Autorest/Properties/AssemblyInfo.cs
@@ -24,5 +24,5 @@
[assembly: ComVisible(false)]
[assembly: CLSCompliant(false)]
[assembly: Guid("05e53bbe-85c7-4f90-b796-25b4d044090b")]
-[assembly: AssemblyVersion("6.1.0")]
-[assembly: AssemblyFileVersion("6.1.0")]
+[assembly: AssemblyVersion("6.2.0")]
+[assembly: AssemblyFileVersion("6.2.0")]
diff --git a/src/Compute/Compute.Helpers/Properties/AssemblyInfo.cs b/src/Compute/Compute.Helpers/Properties/AssemblyInfo.cs
index 88f1cc2ee3b1..4529c6b54b6a 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("6.1.0")]
-[assembly: AssemblyFileVersion("6.1.0")]
+[assembly: AssemblyVersion("6.2.0")]
+[assembly: AssemblyFileVersion("6.2.0")]
diff --git a/src/Compute/Compute.Test/Compute.Test.csproj b/src/Compute/Compute.Test/Compute.Test.csproj
index 67f8a300fd2f..b6e66fcc15ac 100644
--- a/src/Compute/Compute.Test/Compute.Test.csproj
+++ b/src/Compute/Compute.Test/Compute.Test.csproj
@@ -12,7 +12,7 @@
-
+
diff --git a/src/Compute/Compute.Test/ScenarioTests/DedicatedHostTests.cs b/src/Compute/Compute.Test/ScenarioTests/DedicatedHostTests.cs
index a3345e489d66..008ad43ad0a8 100644
--- a/src/Compute/Compute.Test/ScenarioTests/DedicatedHostTests.cs
+++ b/src/Compute/Compute.Test/ScenarioTests/DedicatedHostTests.cs
@@ -44,12 +44,5 @@ public void TestDedicatedHostRestart()
{
TestRunner.RunTestScript("Test-DedicatedHostRestart");
}
-
- [Fact]
- [Trait(Category.AcceptanceType, Category.CheckIn)]
- public void TestDedicatedHostUpdateAndSize()
- {
- TestRunner.RunTestScript("Test-DedicatedHostUpdateAndSize");
- }
}
}
diff --git a/src/Compute/Compute.Test/ScenarioTests/DedicatedHostTests.ps1 b/src/Compute/Compute.Test/ScenarioTests/DedicatedHostTests.ps1
index a71bfc9cf987..da8cd7b823f0 100644
--- a/src/Compute/Compute.Test/ScenarioTests/DedicatedHostTests.ps1
+++ b/src/Compute/Compute.Test/ScenarioTests/DedicatedHostTests.ps1
@@ -288,48 +288,4 @@ function Test-DedicatedHostRestart
# Cleanup
Clean-ResourceGroup $rgname
}
-}
-
-
-<#
-.SYNOPSIS
-Test Restart dedicated host Update and Size.
-#>
-function Test-DedicatedHostUpdateAndSize
-{
- # Setup
- $rgname = Get-ComputeTestResourceName
-
- try
- {
- # Common
- # [string]$loc = Get-Location "Microsoft.Resources" "resourceGroups" "East US 2 EUAP";
- # $loc = $loc.Replace(' ', '');
- $loc = "eastus2euap";
-
- New-AzResourceGroup -Name $rgname -Location $loc -Force;
-
- $hostGroupName = $rgname + 'hostgroup';
- New-AzHostGroup -ResourceGroupName $rgname -Name $hostGroupName -Location $loc -PlatformFaultDomain 1 -Zone "2" -Tag @{key1 = "val1"};
-
- $hostGroup = Get-AzHostGroup -ResourceGroupName $rgname -Name $hostGroupName;
- $hostName = $rgname + 'host';
- New-AzHost -ResourceGroupName $rgname -HostGroupName $hostGroupName -Name $hostName -Location $loc -Sku "ESv3-Type1" -Tag @{key1 = "val2"};
-
- $dedicatedHost = Get-AzHost -ResourceGroupName $rgname -HostGroupName $hostGroupName -Name $hostName;
-
- # Restart the dedicated host
- $hostSize = Get-AzHostSize -ResourceGroupName $rgname -HostGroupName $hostGroupName -Name $hostName;
- Assert-NotNull $hostSize;
-
- # Update DH
- $dHUpdate = Update-AzHost -ResourceGroupName $rgname -HostGroupName $hostGroupName -Name $hostName -AutoReplaceOnFailure $false;
- Assert-AreEqual $dHUpdate.AutoReplaceOnFailure $False ;
-
- }
- finally
- {
- # Cleanup
- Clean-ResourceGroup $rgname
- }
}
\ No newline at end of file
diff --git a/src/Compute/Compute.Test/SessionRecords/Microsoft.Azure.Commands.Compute.Test.ScenarioTests.DedicatedHostTests/TestDedicatedHostUpdateAndSize.json b/src/Compute/Compute.Test/SessionRecords/Microsoft.Azure.Commands.Compute.Test.ScenarioTests.DedicatedHostTests/TestDedicatedHostUpdateAndSize.json
deleted file mode 100644
index 8f95139b3c59..000000000000
--- a/src/Compute/Compute.Test/SessionRecords/Microsoft.Azure.Commands.Compute.Test.ScenarioTests.DedicatedHostTests/TestDedicatedHostUpdateAndSize.json
+++ /dev/null
@@ -1,1159 +0,0 @@
-{
- "Entries": [
- {
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestps7260?api-version=2016-09-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RwczcyNjA/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==",
- "RequestMethod": "PUT",
- "RequestHeaders": {
- "x-ms-client-request-id": [
- "16945bd3-ef88-4ded-958d-27f450e59104"
- ],
- "Accept-Language": [
- "en-US"
- ],
- "User-Agent": [
- "FxVersion/4.700.22.55902",
- "OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.22621",
- "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.78"
- ],
- "Content-Type": [
- "application/json; charset=utf-8"
- ],
- "Content-Length": [
- "33"
- ]
- },
- "RequestBody": "{\r\n \"location\": \"eastus2euap\"\r\n}",
- "ResponseHeaders": {
- "Cache-Control": [
- "no-cache"
- ],
- "Pragma": [
- "no-cache"
- ],
- "x-ms-ratelimit-remaining-subscription-writes": [
- "1199"
- ],
- "x-ms-request-id": [
- "ed620bab-b2b6-41eb-a4ca-af38d9843eb3"
- ],
- "x-ms-correlation-request-id": [
- "ed620bab-b2b6-41eb-a4ca-af38d9843eb3"
- ],
- "x-ms-routing-request-id": [
- "CANADACENTRAL:20230722T222558Z:ed620bab-b2b6-41eb-a4ca-af38d9843eb3"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "X-Content-Type-Options": [
- "nosniff"
- ],
- "Date": [
- "Sat, 22 Jul 2023 22:25:57 GMT"
- ],
- "Content-Length": [
- "184"
- ],
- "Content-Type": [
- "application/json; charset=utf-8"
- ],
- "Expires": [
- "-1"
- ]
- },
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestps7260\",\r\n \"name\": \"crptestps7260\",\r\n \"location\": \"eastus2euap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}",
- "StatusCode": 201
- },
- {
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestps7260/providers/Microsoft.Compute/hostGroups/crptestps7260hostgroup?api-version=2023-03-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RwczcyNjAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2hvc3RHcm91cHMvY3JwdGVzdHBzNzI2MGhvc3Rncm91cD9hcGktdmVyc2lvbj0yMDIzLTAzLTAx",
- "RequestMethod": "PUT",
- "RequestHeaders": {
- "x-ms-client-request-id": [
- "a2f677ff-45cd-44c4-809b-9090855ea414"
- ],
- "Accept-Language": [
- "en-US"
- ],
- "User-Agent": [
- "FxVersion/4.700.22.55902",
- "OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.22621",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/61.0.0"
- ],
- "Content-Type": [
- "application/json; charset=utf-8"
- ],
- "Content-Length": [
- "161"
- ]
- },
- "RequestBody": "{\r\n \"properties\": {\r\n \"platformFaultDomainCount\": 1\r\n },\r\n \"zones\": [\r\n \"2\"\r\n ],\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key1\": \"val1\"\r\n }\r\n}",
- "ResponseHeaders": {
- "Cache-Control": [
- "no-cache"
- ],
- "Pragma": [
- "no-cache"
- ],
- "x-ms-ratelimit-remaining-resource": [
- "Microsoft.Compute/PutDeleteDedicatedHost3Min;118,Microsoft.Compute/PutDeleteDedicatedHost30Min;581"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "x-ms-request-id": [
- "5a4886cd-74f9-4a05-89f2-496786565ad9"
- ],
- "Server": [
- "Microsoft-HTTPAPI/2.0",
- "Microsoft-HTTPAPI/2.0"
- ],
- "x-ms-ratelimit-remaining-subscription-writes": [
- "1199"
- ],
- "x-ms-correlation-request-id": [
- "1cbf6120-825b-4fee-9ae7-5671aa5e9ed2"
- ],
- "x-ms-routing-request-id": [
- "CANADACENTRAL:20230722T222559Z:1cbf6120-825b-4fee-9ae7-5671aa5e9ed2"
- ],
- "X-Content-Type-Options": [
- "nosniff"
- ],
- "Date": [
- "Sat, 22 Jul 2023 22:25:59 GMT"
- ],
- "Content-Length": [
- "437"
- ],
- "Content-Type": [
- "application/json; charset=utf-8"
- ],
- "Expires": [
- "-1"
- ]
- },
- "ResponseBody": "{\r\n \"name\": \"crptestps7260hostgroup\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTPS7260/providers/Microsoft.Compute/hostGroups/crptestps7260hostgroup\",\r\n \"type\": \"Microsoft.Compute/hostGroups\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key1\": \"val1\"\r\n },\r\n \"zones\": [\r\n \"2\"\r\n ],\r\n \"properties\": {\r\n \"platformFaultDomainCount\": 1,\r\n \"supportAutomaticPlacement\": false\r\n }\r\n}",
- "StatusCode": 201
- },
- {
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestps7260/providers/Microsoft.Compute/hostGroups/crptestps7260hostgroup?api-version=2023-03-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RwczcyNjAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2hvc3RHcm91cHMvY3JwdGVzdHBzNzI2MGhvc3Rncm91cD9hcGktdmVyc2lvbj0yMDIzLTAzLTAx",
- "RequestMethod": "GET",
- "RequestHeaders": {
- "x-ms-client-request-id": [
- "4346ccc8-2982-49c6-bc53-9e19e29fa872"
- ],
- "Accept-Language": [
- "en-US"
- ],
- "User-Agent": [
- "FxVersion/4.700.22.55902",
- "OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.22621",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/61.0.0"
- ]
- },
- "RequestBody": "",
- "ResponseHeaders": {
- "Cache-Control": [
- "no-cache"
- ],
- "Pragma": [
- "no-cache"
- ],
- "x-ms-ratelimit-remaining-resource": [
- "Microsoft.Compute/GetDedicatedHost30Min;949"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "x-ms-request-id": [
- "bbac5032-fadd-4feb-a629-915d3091bfd3"
- ],
- "Server": [
- "Microsoft-HTTPAPI/2.0",
- "Microsoft-HTTPAPI/2.0"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "11999"
- ],
- "x-ms-correlation-request-id": [
- "31898949-389b-4e67-a4cf-a2856eb04170"
- ],
- "x-ms-routing-request-id": [
- "CANADACENTRAL:20230722T222600Z:31898949-389b-4e67-a4cf-a2856eb04170"
- ],
- "X-Content-Type-Options": [
- "nosniff"
- ],
- "Date": [
- "Sat, 22 Jul 2023 22:26:00 GMT"
- ],
- "Content-Length": [
- "437"
- ],
- "Content-Type": [
- "application/json; charset=utf-8"
- ],
- "Expires": [
- "-1"
- ]
- },
- "ResponseBody": "{\r\n \"name\": \"crptestps7260hostgroup\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/CRPTESTPS7260/providers/Microsoft.Compute/hostGroups/crptestps7260hostgroup\",\r\n \"type\": \"Microsoft.Compute/hostGroups\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key1\": \"val1\"\r\n },\r\n \"zones\": [\r\n \"2\"\r\n ],\r\n \"properties\": {\r\n \"platformFaultDomainCount\": 1,\r\n \"supportAutomaticPlacement\": false\r\n }\r\n}",
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestps7260/providers/Microsoft.Compute/hostGroups/crptestps7260hostgroup/hosts/crptestps7260host?api-version=2023-03-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RwczcyNjAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2hvc3RHcm91cHMvY3JwdGVzdHBzNzI2MGhvc3Rncm91cC9ob3N0cy9jcnB0ZXN0cHM3MjYwaG9zdD9hcGktdmVyc2lvbj0yMDIzLTAzLTAx",
- "RequestMethod": "PUT",
- "RequestHeaders": {
- "x-ms-client-request-id": [
- "695bb0ff-79cf-47bc-93a4-3436deea6c27"
- ],
- "Accept-Language": [
- "en-US"
- ],
- "User-Agent": [
- "FxVersion/4.700.22.55902",
- "OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.22621",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/61.0.0"
- ],
- "Content-Type": [
- "application/json; charset=utf-8"
- ],
- "Content-Length": [
- "116"
- ]
- },
- "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"ESv3-Type1\"\r\n },\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key1\": \"val2\"\r\n }\r\n}",
- "ResponseHeaders": {
- "Cache-Control": [
- "no-cache"
- ],
- "Pragma": [
- "no-cache"
- ],
- "azure-asyncoperation": [
- "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/6281bf59-e53c-4d8c-aadd-89cabbc0246e?p=ce1708c5-dbca-4b22-b426-e8b8908417da&api-version=2023-03-01"
- ],
- "azure-asyncnotification": [
- "Enabled"
- ],
- "x-ms-ratelimit-remaining-resource": [
- "Microsoft.Compute/PutDeleteDedicatedHost3Min;118,Microsoft.Compute/PutDeleteDedicatedHost30Min;580"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "x-ms-request-id": [
- "6281bf59-e53c-4d8c-aadd-89cabbc0246e"
- ],
- "Server": [
- "Microsoft-HTTPAPI/2.0",
- "Microsoft-HTTPAPI/2.0"
- ],
- "x-ms-ratelimit-remaining-subscription-writes": [
- "1199"
- ],
- "x-ms-correlation-request-id": [
- "4914bb28-bb80-4aae-a17f-42dbb3f42643"
- ],
- "x-ms-routing-request-id": [
- "CANADACENTRAL:20230722T222602Z:4914bb28-bb80-4aae-a17f-42dbb3f42643"
- ],
- "X-Content-Type-Options": [
- "nosniff"
- ],
- "Date": [
- "Sat, 22 Jul 2023 22:26:01 GMT"
- ],
- "Content-Length": [
- "616"
- ],
- "Content-Type": [
- "application/json; charset=utf-8"
- ],
- "Expires": [
- "-1"
- ]
- },
- "ResponseBody": "{\r\n \"name\": \"crptestps7260host\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestps7260/providers/Microsoft.Compute/hostGroups/crptestps7260hostgroup/hosts/crptestps7260host\",\r\n \"type\": \"Microsoft.Compute/hostGroups/hosts\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key1\": \"val2\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ESv3-Type1\"\r\n },\r\n \"properties\": {\r\n \"platformFaultDomain\": 0,\r\n \"autoReplaceOnFailure\": true,\r\n \"hostId\": \"7de20b62-f85c-417e-9358-51a97f3c2b94\",\r\n \"provisioningState\": \"Creating\",\r\n \"timeCreated\": \"2023-07-22T18:26:01.6739719-04:00\"\r\n }\r\n}",
- "StatusCode": 201
- },
- {
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/6281bf59-e53c-4d8c-aadd-89cabbc0246e?p=ce1708c5-dbca-4b22-b426-e8b8908417da&api-version=2023-03-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy82MjgxYmY1OS1lNTNjLTRkOGMtYWFkZC04OWNhYmJjMDI0NmU/cD1jZTE3MDhjNS1kYmNhLTRiMjItYjQyNi1lOGI4OTA4NDE3ZGEmYXBpLXZlcnNpb249MjAyMy0wMy0wMQ==",
- "RequestMethod": "GET",
- "RequestHeaders": {
- "x-ms-client-request-id": [
- "695bb0ff-79cf-47bc-93a4-3436deea6c27"
- ],
- "User-Agent": [
- "FxVersion/4.700.22.55902",
- "OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.22621",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/61.0.0"
- ]
- },
- "RequestBody": "",
- "ResponseHeaders": {
- "Cache-Control": [
- "no-cache"
- ],
- "Pragma": [
- "no-cache"
- ],
- "x-ms-ratelimit-remaining-resource": [
- "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29978"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "x-ms-request-id": [
- "d3306872-014e-4744-8196-4c3563587ab1"
- ],
- "Server": [
- "Microsoft-HTTPAPI/2.0",
- "Microsoft-HTTPAPI/2.0"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "11999"
- ],
- "x-ms-correlation-request-id": [
- "02822f93-5793-4fdc-aba7-dc98261c2175"
- ],
- "x-ms-routing-request-id": [
- "CANADACENTRAL:20230722T222632Z:02822f93-5793-4fdc-aba7-dc98261c2175"
- ],
- "X-Content-Type-Options": [
- "nosniff"
- ],
- "Date": [
- "Sat, 22 Jul 2023 22:26:31 GMT"
- ],
- "Content-Length": [
- "184"
- ],
- "Content-Type": [
- "application/json; charset=utf-8"
- ],
- "Expires": [
- "-1"
- ]
- },
- "ResponseBody": "{\r\n \"startTime\": \"2023-07-22T18:26:01.6114741-04:00\",\r\n \"endTime\": \"2023-07-22T18:26:02.0177406-04:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"6281bf59-e53c-4d8c-aadd-89cabbc0246e\"\r\n}",
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestps7260/providers/Microsoft.Compute/hostGroups/crptestps7260hostgroup/hosts/crptestps7260host?api-version=2023-03-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RwczcyNjAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2hvc3RHcm91cHMvY3JwdGVzdHBzNzI2MGhvc3Rncm91cC9ob3N0cy9jcnB0ZXN0cHM3MjYwaG9zdD9hcGktdmVyc2lvbj0yMDIzLTAzLTAx",
- "RequestMethod": "GET",
- "RequestHeaders": {
- "x-ms-client-request-id": [
- "695bb0ff-79cf-47bc-93a4-3436deea6c27"
- ],
- "User-Agent": [
- "FxVersion/4.700.22.55902",
- "OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.22621",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/61.0.0"
- ]
- },
- "RequestBody": "",
- "ResponseHeaders": {
- "Cache-Control": [
- "no-cache"
- ],
- "Pragma": [
- "no-cache"
- ],
- "x-ms-ratelimit-remaining-resource": [
- "Microsoft.Compute/GetDedicatedHost3Min;245,Microsoft.Compute/GetDedicatedHost30Min;946"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "x-ms-request-id": [
- "56989ac0-d74b-4062-85db-588f9c483981"
- ],
- "Server": [
- "Microsoft-HTTPAPI/2.0",
- "Microsoft-HTTPAPI/2.0"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "11998"
- ],
- "x-ms-correlation-request-id": [
- "6cc805c2-1338-44dd-868a-f75099b7bbf7"
- ],
- "x-ms-routing-request-id": [
- "CANADACENTRAL:20230722T222632Z:6cc805c2-1338-44dd-868a-f75099b7bbf7"
- ],
- "X-Content-Type-Options": [
- "nosniff"
- ],
- "Date": [
- "Sat, 22 Jul 2023 22:26:32 GMT"
- ],
- "Content-Length": [
- "707"
- ],
- "Content-Type": [
- "application/json; charset=utf-8"
- ],
- "Expires": [
- "-1"
- ]
- },
- "ResponseBody": "{\r\n \"name\": \"crptestps7260host\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestps7260/providers/Microsoft.Compute/hostGroups/crptestps7260hostgroup/hosts/crptestps7260host\",\r\n \"type\": \"Microsoft.Compute/hostGroups/hosts\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key1\": \"val2\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ESv3-Type1\"\r\n },\r\n \"properties\": {\r\n \"platformFaultDomain\": 0,\r\n \"autoReplaceOnFailure\": true,\r\n \"hostId\": \"7de20b62-f85c-417e-9358-51a97f3c2b94\",\r\n \"virtualMachines\": [],\r\n \"provisioningTime\": \"2023-07-22T18:26:01.9396083-04:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2023-07-22T18:26:01.6739719-04:00\"\r\n }\r\n}",
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestps7260/providers/Microsoft.Compute/hostGroups/crptestps7260hostgroup/hosts/crptestps7260host?api-version=2023-03-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RwczcyNjAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2hvc3RHcm91cHMvY3JwdGVzdHBzNzI2MGhvc3Rncm91cC9ob3N0cy9jcnB0ZXN0cHM3MjYwaG9zdD9hcGktdmVyc2lvbj0yMDIzLTAzLTAx",
- "RequestMethod": "GET",
- "RequestHeaders": {
- "x-ms-client-request-id": [
- "2270230d-92ee-4779-8b8b-b36668affc09"
- ],
- "Accept-Language": [
- "en-US"
- ],
- "User-Agent": [
- "FxVersion/4.700.22.55902",
- "OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.22621",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/61.0.0"
- ]
- },
- "RequestBody": "",
- "ResponseHeaders": {
- "Cache-Control": [
- "no-cache"
- ],
- "Pragma": [
- "no-cache"
- ],
- "x-ms-ratelimit-remaining-resource": [
- "Microsoft.Compute/GetDedicatedHost3Min;244,Microsoft.Compute/GetDedicatedHost30Min;945"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "x-ms-request-id": [
- "13d2228c-1e45-42e6-8cbc-4a15da000b54"
- ],
- "Server": [
- "Microsoft-HTTPAPI/2.0",
- "Microsoft-HTTPAPI/2.0"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "11999"
- ],
- "x-ms-correlation-request-id": [
- "92796f98-0a40-4663-a60f-8795ab8773a2"
- ],
- "x-ms-routing-request-id": [
- "CENTRALUS:20230722T222633Z:92796f98-0a40-4663-a60f-8795ab8773a2"
- ],
- "X-Content-Type-Options": [
- "nosniff"
- ],
- "Date": [
- "Sat, 22 Jul 2023 22:26:32 GMT"
- ],
- "Content-Length": [
- "707"
- ],
- "Content-Type": [
- "application/json; charset=utf-8"
- ],
- "Expires": [
- "-1"
- ]
- },
- "ResponseBody": "{\r\n \"name\": \"crptestps7260host\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestps7260/providers/Microsoft.Compute/hostGroups/crptestps7260hostgroup/hosts/crptestps7260host\",\r\n \"type\": \"Microsoft.Compute/hostGroups/hosts\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key1\": \"val2\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ESv3-Type1\"\r\n },\r\n \"properties\": {\r\n \"platformFaultDomain\": 0,\r\n \"autoReplaceOnFailure\": true,\r\n \"hostId\": \"7de20b62-f85c-417e-9358-51a97f3c2b94\",\r\n \"virtualMachines\": [],\r\n \"provisioningTime\": \"2023-07-22T18:26:01.9396083-04:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2023-07-22T18:26:01.6739719-04:00\"\r\n }\r\n}",
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestps7260/providers/Microsoft.Compute/hostGroups/crptestps7260hostgroup/hosts/crptestps7260host?api-version=2023-03-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RwczcyNjAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2hvc3RHcm91cHMvY3JwdGVzdHBzNzI2MGhvc3Rncm91cC9ob3N0cy9jcnB0ZXN0cHM3MjYwaG9zdD9hcGktdmVyc2lvbj0yMDIzLTAzLTAx",
- "RequestMethod": "GET",
- "RequestHeaders": {
- "x-ms-client-request-id": [
- "063b3112-9854-43e9-965c-62458b8152e6"
- ],
- "User-Agent": [
- "FxVersion/4.700.22.55902",
- "OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.22621",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/61.0.0"
- ]
- },
- "RequestBody": "",
- "ResponseHeaders": {
- "Cache-Control": [
- "no-cache"
- ],
- "Pragma": [
- "no-cache"
- ],
- "x-ms-ratelimit-remaining-resource": [
- "Microsoft.Compute/GetDedicatedHost3Min;243,Microsoft.Compute/GetDedicatedHost30Min;942"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "x-ms-request-id": [
- "e7ae7177-85dd-4cd7-962a-3363a6eff48f"
- ],
- "Server": [
- "Microsoft-HTTPAPI/2.0",
- "Microsoft-HTTPAPI/2.0"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "11997"
- ],
- "x-ms-correlation-request-id": [
- "5b2b95ad-f96d-4577-81e7-e756ec107b00"
- ],
- "x-ms-routing-request-id": [
- "CENTRALUS:20230722T222704Z:5b2b95ad-f96d-4577-81e7-e756ec107b00"
- ],
- "X-Content-Type-Options": [
- "nosniff"
- ],
- "Date": [
- "Sat, 22 Jul 2023 22:27:04 GMT"
- ],
- "Content-Length": [
- "708"
- ],
- "Content-Type": [
- "application/json; charset=utf-8"
- ],
- "Expires": [
- "-1"
- ]
- },
- "ResponseBody": "{\r\n \"name\": \"crptestps7260host\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestps7260/providers/Microsoft.Compute/hostGroups/crptestps7260hostgroup/hosts/crptestps7260host\",\r\n \"type\": \"Microsoft.Compute/hostGroups/hosts\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key1\": \"val2\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ESv3-Type1\"\r\n },\r\n \"properties\": {\r\n \"platformFaultDomain\": 0,\r\n \"autoReplaceOnFailure\": false,\r\n \"hostId\": \"7de20b62-f85c-417e-9358-51a97f3c2b94\",\r\n \"virtualMachines\": [],\r\n \"provisioningTime\": \"2023-07-22T18:26:01.9396083-04:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2023-07-22T18:26:01.6739719-04:00\"\r\n }\r\n}",
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestps7260/providers/Microsoft.Compute/hostGroups/crptestps7260hostgroup/hosts/crptestps7260host/hostSizes?api-version=2023-03-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RwczcyNjAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2hvc3RHcm91cHMvY3JwdGVzdHBzNzI2MGhvc3Rncm91cC9ob3N0cy9jcnB0ZXN0cHM3MjYwaG9zdC9ob3N0U2l6ZXM/YXBpLXZlcnNpb249MjAyMy0wMy0wMQ==",
- "RequestMethod": "GET",
- "RequestHeaders": {
- "x-ms-client-request-id": [
- "f1acb439-e9ef-48f2-b985-d9bae3e3bd84"
- ],
- "Accept-Language": [
- "en-US"
- ],
- "User-Agent": [
- "FxVersion/4.700.22.55902",
- "OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.22621",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/61.0.0"
- ]
- },
- "RequestBody": "",
- "ResponseHeaders": {
- "Cache-Control": [
- "no-cache"
- ],
- "Pragma": [
- "no-cache"
- ],
- "x-ms-ratelimit-remaining-resource": [
- "Microsoft.Compute/GetDedicatedHost3Min;243,Microsoft.Compute/GetDedicatedHost30Min;944"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "x-ms-request-id": [
- "730641eb-e138-4584-a6a0-44cd34f21c86"
- ],
- "Server": [
- "Microsoft-HTTPAPI/2.0",
- "Microsoft-HTTPAPI/2.0"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "11999"
- ],
- "x-ms-correlation-request-id": [
- "5acab2a8-21ff-4888-b90d-7c5cbcae1ec2"
- ],
- "x-ms-routing-request-id": [
- "CENTRALUS:20230722T222633Z:5acab2a8-21ff-4888-b90d-7c5cbcae1ec2"
- ],
- "X-Content-Type-Options": [
- "nosniff"
- ],
- "Date": [
- "Sat, 22 Jul 2023 22:26:32 GMT"
- ],
- "Content-Length": [
- "60"
- ],
- "Content-Type": [
- "application/json; charset=utf-8"
- ],
- "Expires": [
- "-1"
- ]
- },
- "ResponseBody": "{\r\n \"value\": [\r\n \"ESv3-Type2\",\r\n \"ESv3-Type3\"\r\n ]\r\n}",
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestps7260/providers/Microsoft.Compute/hostGroups/crptestps7260hostgroup/hosts/crptestps7260host?api-version=2023-03-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2NycHRlc3RwczcyNjAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2hvc3RHcm91cHMvY3JwdGVzdHBzNzI2MGhvc3Rncm91cC9ob3N0cy9jcnB0ZXN0cHM3MjYwaG9zdD9hcGktdmVyc2lvbj0yMDIzLTAzLTAx",
- "RequestMethod": "PATCH",
- "RequestHeaders": {
- "x-ms-client-request-id": [
- "063b3112-9854-43e9-965c-62458b8152e6"
- ],
- "Accept-Language": [
- "en-US"
- ],
- "User-Agent": [
- "FxVersion/4.700.22.55902",
- "OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.22621",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/61.0.0"
- ],
- "Content-Type": [
- "application/json; charset=utf-8"
- ],
- "Content-Length": [
- "63"
- ]
- },
- "RequestBody": "{\r\n \"properties\": {\r\n \"autoReplaceOnFailure\": false\r\n }\r\n}",
- "ResponseHeaders": {
- "Cache-Control": [
- "no-cache"
- ],
- "Pragma": [
- "no-cache"
- ],
- "azure-asyncoperation": [
- "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/035a224f-bcd4-4bed-ab1e-41da29d11265?p=ce1708c5-dbca-4b22-b426-e8b8908417da&api-version=2023-03-01"
- ],
- "azure-asyncnotification": [
- "Enabled"
- ],
- "x-ms-ratelimit-remaining-resource": [
- "Microsoft.Compute/PutDeleteDedicatedHost3Min;117,Microsoft.Compute/PutDeleteDedicatedHost30Min;579"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "x-ms-request-id": [
- "035a224f-bcd4-4bed-ab1e-41da29d11265"
- ],
- "Server": [
- "Microsoft-HTTPAPI/2.0",
- "Microsoft-HTTPAPI/2.0"
- ],
- "x-ms-ratelimit-remaining-subscription-writes": [
- "1199"
- ],
- "x-ms-correlation-request-id": [
- "3352848c-40c3-40cf-b6ad-de2b6a178a8d"
- ],
- "x-ms-routing-request-id": [
- "CENTRALUS:20230722T222634Z:3352848c-40c3-40cf-b6ad-de2b6a178a8d"
- ],
- "X-Content-Type-Options": [
- "nosniff"
- ],
- "Date": [
- "Sat, 22 Jul 2023 22:26:33 GMT"
- ],
- "Content-Length": [
- "679"
- ],
- "Content-Type": [
- "application/json; charset=utf-8"
- ],
- "Expires": [
- "-1"
- ]
- },
- "ResponseBody": "{\r\n \"name\": \"crptestps7260host\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/crptestps7260/providers/Microsoft.Compute/hostGroups/crptestps7260hostgroup/hosts/crptestps7260host\",\r\n \"type\": \"Microsoft.Compute/hostGroups/hosts\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key1\": \"val2\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ESv3-Type1\"\r\n },\r\n \"properties\": {\r\n \"platformFaultDomain\": 0,\r\n \"autoReplaceOnFailure\": false,\r\n \"hostId\": \"7de20b62-f85c-417e-9358-51a97f3c2b94\",\r\n \"provisioningTime\": \"2023-07-22T18:26:01.9396083-04:00\",\r\n \"provisioningState\": \"Updating\",\r\n \"timeCreated\": \"2023-07-22T18:26:01.6739719-04:00\"\r\n }\r\n}",
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/EastUS2EUAP/operations/035a224f-bcd4-4bed-ab1e-41da29d11265?p=ce1708c5-dbca-4b22-b426-e8b8908417da&api-version=2023-03-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvRWFzdFVTMkVVQVAvb3BlcmF0aW9ucy8wMzVhMjI0Zi1iY2Q0LTRiZWQtYWIxZS00MWRhMjlkMTEyNjU/cD1jZTE3MDhjNS1kYmNhLTRiMjItYjQyNi1lOGI4OTA4NDE3ZGEmYXBpLXZlcnNpb249MjAyMy0wMy0wMQ==",
- "RequestMethod": "GET",
- "RequestHeaders": {
- "x-ms-client-request-id": [
- "063b3112-9854-43e9-965c-62458b8152e6"
- ],
- "User-Agent": [
- "FxVersion/4.700.22.55902",
- "OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.22621",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/61.0.0"
- ]
- },
- "RequestBody": "",
- "ResponseHeaders": {
- "Cache-Control": [
- "no-cache"
- ],
- "Pragma": [
- "no-cache"
- ],
- "x-ms-ratelimit-remaining-resource": [
- "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29977"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "x-ms-request-id": [
- "416517f8-31a7-48fe-bea9-ad4f1fe1174e"
- ],
- "Server": [
- "Microsoft-HTTPAPI/2.0",
- "Microsoft-HTTPAPI/2.0"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "11998"
- ],
- "x-ms-correlation-request-id": [
- "e0aff0c1-b00d-49a9-a655-29d577d66c74"
- ],
- "x-ms-routing-request-id": [
- "CENTRALUS:20230722T222704Z:e0aff0c1-b00d-49a9-a655-29d577d66c74"
- ],
- "X-Content-Type-Options": [
- "nosniff"
- ],
- "Date": [
- "Sat, 22 Jul 2023 22:27:04 GMT"
- ],
- "Content-Length": [
- "184"
- ],
- "Content-Type": [
- "application/json; charset=utf-8"
- ],
- "Expires": [
- "-1"
- ]
- },
- "ResponseBody": "{\r\n \"startTime\": \"2023-07-22T18:26:33.9878262-04:00\",\r\n \"endTime\": \"2023-07-22T18:26:34.1440842-04:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"035a224f-bcd4-4bed-ab1e-41da29d11265\"\r\n}",
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/crptestps7260?api-version=2016-09-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2NycHRlc3RwczcyNjA/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==",
- "RequestMethod": "DELETE",
- "RequestHeaders": {
- "x-ms-client-request-id": [
- "8dbaff52-5417-4aac-91f1-006e455019ab"
- ],
- "Accept-Language": [
- "en-US"
- ],
- "User-Agent": [
- "FxVersion/4.700.22.55902",
- "OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.22621",
- "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.78"
- ]
- },
- "RequestBody": "",
- "ResponseHeaders": {
- "Cache-Control": [
- "no-cache"
- ],
- "Pragma": [
- "no-cache"
- ],
- "Location": [
- "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM3MjYwLUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2016-09-01"
- ],
- "Retry-After": [
- "15"
- ],
- "x-ms-ratelimit-remaining-subscription-deletes": [
- "14999"
- ],
- "x-ms-request-id": [
- "14576a8e-d94d-4921-80f3-a0bde5d25b3c"
- ],
- "x-ms-correlation-request-id": [
- "14576a8e-d94d-4921-80f3-a0bde5d25b3c"
- ],
- "x-ms-routing-request-id": [
- "CENTRALUS:20230722T222705Z:14576a8e-d94d-4921-80f3-a0bde5d25b3c"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "X-Content-Type-Options": [
- "nosniff"
- ],
- "Date": [
- "Sat, 22 Jul 2023 22:27:04 GMT"
- ],
- "Expires": [
- "-1"
- ],
- "Content-Length": [
- "0"
- ]
- },
- "ResponseBody": "",
- "StatusCode": 202
- },
- {
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM3MjYwLUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2016-09-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVVRk0zTWpZd0xVVkJVMVJWVXpKRlZVRlFJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNeVpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=",
- "RequestMethod": "GET",
- "RequestHeaders": {
- "User-Agent": [
- "FxVersion/4.700.22.55902",
- "OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.22621",
- "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.78"
- ]
- },
- "RequestBody": "",
- "ResponseHeaders": {
- "Cache-Control": [
- "no-cache"
- ],
- "Pragma": [
- "no-cache"
- ],
- "Location": [
- "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM3MjYwLUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2016-09-01"
- ],
- "Retry-After": [
- "15"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "11999"
- ],
- "x-ms-request-id": [
- "625931f3-5eff-4124-82c2-0b26fa5e848a"
- ],
- "x-ms-correlation-request-id": [
- "625931f3-5eff-4124-82c2-0b26fa5e848a"
- ],
- "x-ms-routing-request-id": [
- "CENTRALUS:20230722T222720Z:625931f3-5eff-4124-82c2-0b26fa5e848a"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "X-Content-Type-Options": [
- "nosniff"
- ],
- "Date": [
- "Sat, 22 Jul 2023 22:27:19 GMT"
- ],
- "Expires": [
- "-1"
- ],
- "Content-Length": [
- "0"
- ]
- },
- "ResponseBody": "",
- "StatusCode": 202
- },
- {
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM3MjYwLUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2016-09-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVVRk0zTWpZd0xVVkJVMVJWVXpKRlZVRlFJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNeVpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=",
- "RequestMethod": "GET",
- "RequestHeaders": {
- "User-Agent": [
- "FxVersion/4.700.22.55902",
- "OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.22621",
- "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.78"
- ]
- },
- "RequestBody": "",
- "ResponseHeaders": {
- "Cache-Control": [
- "no-cache"
- ],
- "Pragma": [
- "no-cache"
- ],
- "Location": [
- "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM3MjYwLUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2016-09-01"
- ],
- "Retry-After": [
- "15"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "11998"
- ],
- "x-ms-request-id": [
- "c8a5fac7-d7e7-41d4-9254-4939330bb8da"
- ],
- "x-ms-correlation-request-id": [
- "c8a5fac7-d7e7-41d4-9254-4939330bb8da"
- ],
- "x-ms-routing-request-id": [
- "CENTRALUS:20230722T222735Z:c8a5fac7-d7e7-41d4-9254-4939330bb8da"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "X-Content-Type-Options": [
- "nosniff"
- ],
- "Date": [
- "Sat, 22 Jul 2023 22:27:34 GMT"
- ],
- "Expires": [
- "-1"
- ],
- "Content-Length": [
- "0"
- ]
- },
- "ResponseBody": "",
- "StatusCode": 202
- },
- {
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM3MjYwLUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2016-09-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVVRk0zTWpZd0xVVkJVMVJWVXpKRlZVRlFJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNeVpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=",
- "RequestMethod": "GET",
- "RequestHeaders": {
- "User-Agent": [
- "FxVersion/4.700.22.55902",
- "OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.22621",
- "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.78"
- ]
- },
- "RequestBody": "",
- "ResponseHeaders": {
- "Cache-Control": [
- "no-cache"
- ],
- "Pragma": [
- "no-cache"
- ],
- "Location": [
- "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM3MjYwLUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2016-09-01"
- ],
- "Retry-After": [
- "15"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "11997"
- ],
- "x-ms-request-id": [
- "0ccab9cd-a7e4-4150-bd0e-fcb31639f22f"
- ],
- "x-ms-correlation-request-id": [
- "0ccab9cd-a7e4-4150-bd0e-fcb31639f22f"
- ],
- "x-ms-routing-request-id": [
- "CENTRALUS:20230722T222750Z:0ccab9cd-a7e4-4150-bd0e-fcb31639f22f"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "X-Content-Type-Options": [
- "nosniff"
- ],
- "Date": [
- "Sat, 22 Jul 2023 22:27:49 GMT"
- ],
- "Expires": [
- "-1"
- ],
- "Content-Length": [
- "0"
- ]
- },
- "ResponseBody": "",
- "StatusCode": 202
- },
- {
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM3MjYwLUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2016-09-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVVRk0zTWpZd0xVVkJVMVJWVXpKRlZVRlFJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNeVpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=",
- "RequestMethod": "GET",
- "RequestHeaders": {
- "User-Agent": [
- "FxVersion/4.700.22.55902",
- "OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.22621",
- "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.78"
- ]
- },
- "RequestBody": "",
- "ResponseHeaders": {
- "Cache-Control": [
- "no-cache"
- ],
- "Pragma": [
- "no-cache"
- ],
- "Location": [
- "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM3MjYwLUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2016-09-01"
- ],
- "Retry-After": [
- "15"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "11996"
- ],
- "x-ms-request-id": [
- "ace1206d-3543-47e2-8dcc-7801a4a5bb00"
- ],
- "x-ms-correlation-request-id": [
- "ace1206d-3543-47e2-8dcc-7801a4a5bb00"
- ],
- "x-ms-routing-request-id": [
- "CENTRALUS:20230722T222805Z:ace1206d-3543-47e2-8dcc-7801a4a5bb00"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "X-Content-Type-Options": [
- "nosniff"
- ],
- "Date": [
- "Sat, 22 Jul 2023 22:28:05 GMT"
- ],
- "Expires": [
- "-1"
- ],
- "Content-Length": [
- "0"
- ]
- },
- "ResponseBody": "",
- "StatusCode": 202
- },
- {
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM3MjYwLUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2016-09-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVVRk0zTWpZd0xVVkJVMVJWVXpKRlZVRlFJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNeVpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=",
- "RequestMethod": "GET",
- "RequestHeaders": {
- "User-Agent": [
- "FxVersion/4.700.22.55902",
- "OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.22621",
- "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.78"
- ]
- },
- "RequestBody": "",
- "ResponseHeaders": {
- "Cache-Control": [
- "no-cache"
- ],
- "Pragma": [
- "no-cache"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "11995"
- ],
- "x-ms-request-id": [
- "683783f6-3e07-4785-b745-db244f1cf5eb"
- ],
- "x-ms-correlation-request-id": [
- "683783f6-3e07-4785-b745-db244f1cf5eb"
- ],
- "x-ms-routing-request-id": [
- "CENTRALUS:20230722T222821Z:683783f6-3e07-4785-b745-db244f1cf5eb"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "X-Content-Type-Options": [
- "nosniff"
- ],
- "Date": [
- "Sat, 22 Jul 2023 22:28:20 GMT"
- ],
- "Expires": [
- "-1"
- ],
- "Content-Length": [
- "0"
- ]
- },
- "ResponseBody": "",
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUUFM3MjYwLUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2016-09-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVVRk0zTWpZd0xVVkJVMVJWVXpKRlZVRlFJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNeVpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=",
- "RequestMethod": "GET",
- "RequestHeaders": {
- "User-Agent": [
- "FxVersion/4.700.22.55902",
- "OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.22621",
- "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.78"
- ]
- },
- "RequestBody": "",
- "ResponseHeaders": {
- "Cache-Control": [
- "no-cache"
- ],
- "Pragma": [
- "no-cache"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "11994"
- ],
- "x-ms-request-id": [
- "0137eb12-1509-4bee-a04e-528b72113e9d"
- ],
- "x-ms-correlation-request-id": [
- "0137eb12-1509-4bee-a04e-528b72113e9d"
- ],
- "x-ms-routing-request-id": [
- "CENTRALUS:20230722T222821Z:0137eb12-1509-4bee-a04e-528b72113e9d"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "X-Content-Type-Options": [
- "nosniff"
- ],
- "Date": [
- "Sat, 22 Jul 2023 22:28:21 GMT"
- ],
- "Expires": [
- "-1"
- ],
- "Content-Length": [
- "0"
- ]
- },
- "ResponseBody": "",
- "StatusCode": 200
- }
- ],
- "Names": {
- "Test-DedicatedHostUpdateAndSize": [
- "crptestps7260"
- ]
- },
- "Variables": {
- "SubscriptionId": "e37510d7-33b6-4676-886f-ee75bcc01871"
- }
-}
\ No newline at end of file
diff --git a/src/Compute/Compute/Az.Compute.psd1 b/src/Compute/Compute/Az.Compute.psd1
index 7cabcf5c4a93..4e59e6c943ef 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: 06/29/2023
+# Generated on: 26/07/2023
#
@{
@@ -12,7 +12,7 @@
# RootModule = ''
# Version number of this module.
-ModuleVersion = '6.1.0'
+ModuleVersion = '6.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 = '2.12.4'; })
+RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.12.5'; })
# Assemblies that must be loaded prior to importing this module
RequiredAssemblies = 'Microsoft.Azure.PowerShell.AutoMapper.dll',
@@ -195,8 +195,7 @@ CmdletsToExport = 'Remove-AzAvailabilitySet', 'Get-AzAvailabilitySet',
'Add-AzVmGalleryApplication', 'Add-AzVmssGalleryApplication',
'Remove-AzVmGalleryApplication', 'Remove-AzVmssGalleryApplication',
'Add-AzVmssRunCommand', 'Remove-AzVmssRunCommand',
- 'Get-AzVMRunCommand', 'Get-AzVmssVMRunCommand',
- 'Get-AzHostSize', 'Update-AzHost'
+ 'Get-AzVMRunCommand', 'Get-AzVmssVMRunCommand'
# Variables to export from this module
VariablesToExport = '*'
@@ -233,14 +232,9 @@ PrivateData = @{
# IconUri = ''
# ReleaseNotes of this module
- ReleaseNotes = '* Added useful examples to the ''New-AzVMConfig'' help doc.
-* Added new ''ResourceId'' parameter to the ''Get-AzVmss'' cmdlet.
-* Added ''-SecurityType'', ''-EnableSecureBoot'' and ''-EnableVtpm'' parameters to ''New-AzVm'',''New-AzVmConfig'', ''New-AzVmss'', ''New-AzVmssConfig'', ''Update-AzVm'' and ''Update-AzVmss'' cmdlets.
-* Configured parameter flags ''-EnableSecureBoot'' and ''-EnableVtpm'' to default to True for TrustedLaunch and ConfidentialVM values for the ''-SecurityType'' parameter in ''New-AzVm'',''New-AzVmConfig'', ''New-AzVmss'', ''New-AzVmssConfig'', ''Update-AzVm'' and ''Update-AzVmss'' cmdlets.
-* Added a message to the user when they provide an outdated image alias to ''New-AzVM'' via the ''-Image'' parameter or to ''New-AzVmss'' via the ''-ImageName'' parameter.
- The non-versioned image aliases were updated to versioned values in October 2023, and this message is to help urge customers to use the newer versioned image alias values.
-* Changed the installation behavior for the ''GuestAttestation'' extension in ''New-AzVM'' and ''New-AzVmss'' to set the property ''EnableAutomaticUpgrade'' to true.
-* Changed to ''Set-AzVMOperatingSystem'' to correct unnecessary mandatory parameters.'
+ ReleaseNotes = '* Fixed the ''Update-AzVmss'' cmdlet so the ''AutomaticRepairGracePeriod'', ''AutomaticRepairAction'', and ''EnableAutomaticRepair'' parameters function correctly.
+* Updated help doc for ''New-AzVM'', ''New-AzVMConfig'', ''New-AzVmss'', ''New-AzVmssConfig'', ''Update-AzVM'', and ''Update-AzVmss'' to include parameters that were previously added for Trusted Launch features.
+* Updated Azure.Core to 1.33.0.'
# Prerelease string of this module
# Prerelease = ''
diff --git a/src/Compute/Compute/ChangeLog.md b/src/Compute/Compute/ChangeLog.md
index 3b068b43c298..6c198576fba9 100644
--- a/src/Compute/Compute/ChangeLog.md
+++ b/src/Compute/Compute/ChangeLog.md
@@ -20,6 +20,8 @@
-->
## Upcoming Release
+
+## Version 6.2.0
* Fixed the `Update-AzVmss` cmdlet so the `AutomaticRepairGracePeriod`, `AutomaticRepairAction`, and `EnableAutomaticRepair` parameters function correctly.
* Updated help doc for `New-AzVM`, `New-AzVMConfig`, `New-AzVmss`, `New-AzVmssConfig`, `Update-AzVM`, and `Update-AzVmss` to include parameters that were previously added for Trusted Launch features.
* Updated Azure.Core to 1.33.0.
@@ -34,7 +36,6 @@
* Changed the installation behavior for the `GuestAttestation` extension in `New-AzVM` and `New-AzVmss` to set the property `EnableAutomaticUpgrade` to true.
* Changes to `Set-AzVMOperatingSystem` to correct unnecessary mandatory parameters.
* Changed the region for example 3 to eastus2 in the `New-AzVM` doc to resolve SKU not available errors.
-* Added new cmdlets `Get-AzHostSize` and `Update-AzHost`.
## Version 6.0.0
* Added new switch parameter `OSImageScheduledEventEnabled` and string parameter `OSImageScheduledEventNotBeforeTimeoutInMinutes` to the cmdlets `New-AzVmssConfig` and `Update-AzVmss`.
diff --git a/src/Compute/Compute/Compute.csproj b/src/Compute/Compute/Compute.csproj
index 9ca56005cb63..39f882ae46c1 100644
--- a/src/Compute/Compute/Compute.csproj
+++ b/src/Compute/Compute/Compute.csproj
@@ -15,7 +15,7 @@
-
+
diff --git a/src/Compute/Compute/Generated/DedicatedHost/DedicatedHostSizeGetMethod.cs b/src/Compute/Compute/Generated/DedicatedHost/DedicatedHostSizeGetMethod.cs
deleted file mode 100644
index dc1a072f8343..000000000000
--- a/src/Compute/Compute/Generated/DedicatedHost/DedicatedHostSizeGetMethod.cs
+++ /dev/null
@@ -1,75 +0,0 @@
-//
-// Copyright (c) Microsoft and contributors. 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,
-// 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.
-//
-
-// Warning: This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if the
-// code is regenerated.
-
-using System;
-using System.Collections;
-using System.Collections.Generic;
-using System.Linq;
-using System.Management.Automation;
-using Microsoft.Azure.Commands.Compute.Automation.Models;
-using Microsoft.Azure.Commands.ResourceManager.Common.ArgumentCompleters;
-using Microsoft.Azure.Management.Compute;
-using Microsoft.Azure.Management.Compute.Models;
-using Microsoft.WindowsAzure.Commands.Utilities.Common;
-
-namespace Microsoft.Azure.Commands.Compute.Automation
-{
- [Cmdlet(VerbsCommon.Get, ResourceManager.Common.AzureRMConstants.AzureRMPrefix + "HostSize")]
- [OutputType(typeof(List))]
- public partial class GetAzureRmDedicatedHostSize : ComputeAutomationBaseCmdlet
- {
- public override void ExecuteCmdlet()
- {
- base.ExecuteCmdlet();
- ExecuteClientAction(() =>
- {
- string resourceGroupName = this.ResourceGroupName;
- string hostGroupName = this.HostGroupName;
- string hostName = this.HostName;
-
- List result = DedicatedHostsClient.ListAvailableSizes(resourceGroupName, hostGroupName, hostName).ToList();
-
- WriteObject(result);
- });
- }
-
- [Parameter(
- Position = 0,
- Mandatory = true,
- ValueFromPipelineByPropertyName = true)]
- [ResourceGroupCompleter]
- public string ResourceGroupName { get; set; }
-
- [Parameter(
- Position = 1,
- Mandatory = true,
- ValueFromPipelineByPropertyName = true)]
- [ResourceNameCompleter("Microsoft.Compute/hostGroups", "ResourceGroupName")]
- public string HostGroupName { get; set; }
-
- [Alias("Name")]
- [Parameter(
- Position = 2,
- ValueFromPipelineByPropertyName = true)]
- public string HostName { get; set; }
-
- }
-}
diff --git a/src/Compute/Compute/Generated/DedicatedHost/DedicatedHostUpdateMethod.cs b/src/Compute/Compute/Generated/DedicatedHost/DedicatedHostUpdateMethod.cs
deleted file mode 100644
index af1b59c0419d..000000000000
--- a/src/Compute/Compute/Generated/DedicatedHost/DedicatedHostUpdateMethod.cs
+++ /dev/null
@@ -1,133 +0,0 @@
-//
-// Copyright (c) Microsoft and contributors. 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,
-// 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.
-//
-
-// Warning: This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if the
-// code is regenerated.
-
-using System;
-using System.Collections;
-using System.Collections.Generic;
-using System.Linq;
-using System.Management.Automation;
-using Microsoft.Azure.Commands.Compute.Automation.Models;
-using Microsoft.Azure.Commands.ResourceManager.Common.ArgumentCompleters;
-using Microsoft.Azure.Management.Compute;
-using Microsoft.Azure.Management.Compute.Models;
-using Microsoft.WindowsAzure.Commands.Utilities.Common;
-
-namespace Microsoft.Azure.Commands.Compute.Automation
-{
- [Cmdlet("Update", ResourceManager.Common.AzureRMConstants.AzureRMPrefix + "Host", SupportsShouldProcess = true, DefaultParameterSetName = "DefaultParameterSet")]
- [OutputType(typeof(PSHost))]
- public partial class UpdateAzureRmDedicatedHost : ComputeAutomationBaseCmdlet
- {
- public override void ExecuteCmdlet()
- {
- base.ExecuteCmdlet();
- ExecuteClientAction(() =>
- {
- if (ShouldProcess(this.Name, "Update"))
- {
- string resourceGroupName;
- string hostGroupName;
- string Name;
- switch (this.ParameterSetName)
- {
- case "ResourceIdParameter":
- resourceGroupName = GetResourceGroupName(this.ResourceId);
- hostGroupName = GetResourceName(this.ResourceId, "Microsoft.Compute/hostGroups", "hosts");
- Name = GetInstanceId(this.ResourceId, "Microsoft.Compute/hostGroups", "hosts");
- break;
- default:
- resourceGroupName = this.ResourceGroupName;
- hostGroupName = this.HostGroupName;
- Name = this.Name;
- break;
- }
-
- DedicatedHostUpdate parameters = new DedicatedHostUpdate();
-
- if (this.IsParameterBound(c => c.AutoReplaceOnFailure))
- {
- parameters.AutoReplaceOnFailure = this.AutoReplaceOnFailure;
- }
-
- if (this.IsParameterBound(c => c.LicenseType))
- {
- parameters.LicenseType = this.LicenseType;
- }
-
- if (this.IsParameterBound(c => c.Sku))
- {
- parameters.Sku = new Sku(this.Sku, null, null);
- }
-
-
- var result = DedicatedHostsClient.Update(resourceGroupName, hostGroupName, Name, parameters);
- var psObject = new PSHost();
- ComputeAutomationAutoMapperProfile.Mapper.Map(result, psObject);
- WriteObject(psObject);
- }
- });
- }
-
- [Parameter(
- ParameterSetName = "DefaultParameter",
- Position = 0,
- Mandatory = true,
- ValueFromPipelineByPropertyName = true)]
- [ResourceGroupCompleter]
- public string ResourceGroupName { get; set; }
-
- [Parameter(
- ParameterSetName = "DefaultParameter",
- Position = 1,
- Mandatory = true,
- ValueFromPipelineByPropertyName = true)]
- public string HostGroupName { get; set; }
-
- [Alias("HostName")]
- [Parameter(
- ParameterSetName = "DefaultParameter",
- Position = 2,
- Mandatory = true,
- ValueFromPipelineByPropertyName = true)]
- public string Name { get; set; }
-
- [Parameter(
- Mandatory = false,
- HelpMessage = "The Sku Name that needs to be updated.")]
- public string Sku { get; set; }
-
- [Parameter(
- Mandatory = false)]
- public bool AutoReplaceOnFailure { get; set; }
-
- [Parameter(
- Mandatory = false)]
- public DedicatedHostLicenseTypes LicenseType { get; set; }
-
- [Parameter(
- ParameterSetName = "ResourceIdParameter",
- Position = 0,
- Mandatory = true,
- ValueFromPipelineByPropertyName = true)]
- public string ResourceId { get; set; }
-
- }
-}
diff --git a/src/Compute/Compute/Generated/VirtualMachineScaleSet/Config/NewAzureRmVmssIpConfigCommand.cs b/src/Compute/Compute/Generated/VirtualMachineScaleSet/Config/NewAzureRmVmssIpConfigCommand.cs
index fefdfa06c01b..5d86866ac183 100644
--- a/src/Compute/Compute/Generated/VirtualMachineScaleSet/Config/NewAzureRmVmssIpConfigCommand.cs
+++ b/src/Compute/Compute/Generated/VirtualMachineScaleSet/Config/NewAzureRmVmssIpConfigCommand.cs
@@ -129,7 +129,7 @@ private void Run()
vIpConfigurations.Name = this.IsParameterBound(c => c.Name) ? this.Name : null;
vIpConfigurations.Primary = this.Primary.IsPresent;
vIpConfigurations.PrivateIPAddressVersion = this.IsParameterBound(c => c.PrivateIPAddressVersion) ? this.PrivateIPAddressVersion : null;
- //vIpConfigurations.Id = this.IsParameterBound(c => c.Id) ? this.Id : null;
+ vIpConfigurations.Id = this.IsParameterBound(c => c.Id) ? this.Id : null;
// SubnetId
if (this.IsParameterBound(c => c.SubnetId))
diff --git a/src/Compute/Compute/Properties/AssemblyInfo.cs b/src/Compute/Compute/Properties/AssemblyInfo.cs
index 013af254d6d6..44841df6f660 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("6.1.0")]
-[assembly: AssemblyFileVersion("6.1.0")]
+[assembly: AssemblyVersion("6.2.0")]
+[assembly: AssemblyFileVersion("6.2.0")]
#if !SIGN
[assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.Compute.Test")]
#endif
diff --git a/src/Compute/Compute/help/Get-AzHostSize.md b/src/Compute/Compute/help/Get-AzHostSize.md
deleted file mode 100644
index be4fecdb2a96..000000000000
--- a/src/Compute/Compute/help/Get-AzHostSize.md
+++ /dev/null
@@ -1,111 +0,0 @@
----
-external help file: Microsoft.Azure.PowerShell.Cmdlets.Compute.dll-Help.xml
-Module Name: Az.Compute
-online version: https://learn.microsoft.com/powershell/module/az.compute/get-azhostsize
-schema: 2.0.0
----
-
-# Get-AzHostSize
-
-## SYNOPSIS
-Get List of possible Host Sizes.
-
-## SYNTAX
-
-```
-Get-AzHostSize [-ResourceGroupName] [-HostGroupName] [[-HostName] ]
- [-DefaultProfile ] []
-```
-
-## DESCRIPTION
-Get List of possible Host Sizes.
-
-## EXAMPLES
-
-### Example 1
-```powershell
-Get-AzHostSize -ResourceGroupName $resourceGroupName -HostGroupName $hostGroupName -HostName $hostName
-```
-
-```output
-Dsv3-Type1
-```
-
-This command return the possible host sizes.
-
-## PARAMETERS
-
-### -DefaultProfile
-The credentials, account, tenant, and subscription used for communication with Azure.
-
-```yaml
-Type: IAzureContextContainer
-Parameter Sets: (All)
-Aliases: AzContext, AzureRmContext, AzureCredential
-
-Required: False
-Position: Named
-Default value: None
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### -HostGroupName
-The name of the Host Group.
-
-```yaml
-Type: String
-Parameter Sets: (All)
-Aliases:
-
-Required: True
-Position: 1
-Default value: None
-Accept pipeline input: True (ByPropertyName)
-Accept wildcard characters: False
-```
-
-### -HostName
-The name of the Dedicated Host.
-
-```yaml
-Type: String
-Parameter Sets: (All)
-Aliases: Name
-
-Required: False
-Position: 2
-Default value: None
-Accept pipeline input: True (ByPropertyName)
-Accept wildcard characters: False
-```
-
-### -ResourceGroupName
-Name of Resource Group.
-
-```yaml
-Type: String
-Parameter Sets: (All)
-Aliases:
-
-Required: True
-Position: 0
-Default value: None
-Accept pipeline input: True (ByPropertyName)
-Accept wildcard characters: False
-```
-
-### CommonParameters
-This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
-
-## INPUTS
-
-### System.String
-
-## OUTPUTS
-
-### System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]
-
-## NOTES
-
-## RELATED LINKS
diff --git a/src/Compute/Compute/help/Update-AzHost.md b/src/Compute/Compute/help/Update-AzHost.md
deleted file mode 100644
index f31b928a55a3..000000000000
--- a/src/Compute/Compute/help/Update-AzHost.md
+++ /dev/null
@@ -1,222 +0,0 @@
----
-external help file: Microsoft.Azure.PowerShell.Cmdlets.Compute.dll-Help.xml
-Module Name: Az.Compute
-online version: https://learn.microsoft.com/powershell/module/az.compute/update-azhost
-schema: 2.0.0
----
-
-# Update-AzHost
-
-## SYNOPSIS
-Updates the Dedicated Host.
-
-## SYNTAX
-
-### DefaultParameter
-```
-Update-AzHost [-ResourceGroupName] [-HostGroupName] [-Name] [-Sku ]
- [-AutoReplaceOnFailure ] [-LicenseType ]
- [-DefaultProfile ] [-WhatIf] [-Confirm] []
-```
-
-### ResourceIdParameter
-```
-Update-AzHost [-Sku ] [-AutoReplaceOnFailure ] [-LicenseType ]
- [-ResourceId] [-DefaultProfile ] [-WhatIf] [-Confirm] []
-```
-
-## DESCRIPTION
-This cmdlet can be used to update the Dedicated Host Sku, LicenseType and AutoReplaceOnFailure property.
-
-## EXAMPLES
-
-### Example 1
-```powershell
-Update-AzHost -ResourceGroupName $resourceGroupName -HostGroupName $hostGroupName -Name $hostName -Sku $skuName
-```
-
-```output
-ResourceGroupName : myrg01
-PlatformFaultDomain : 0
-AutoReplaceOnFailure : True
-HostId : 00000000-0000-0000-0000-000000000000
-ProvisioningTime : 7/25/2019 8:34:16 PM
-ProvisioningState : Succeeded
-Sku :
- Name : ESv3-Type1
-Id : /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myrg01/providers/Microsoft.Compute/hostGroups/myhostgroup01/hosts/myhost01
-Name : myhost01
-Location : eastus
-Tags : {"key1":"val2"}
-```
-
-This command updates the given Sku of a host.
-
-## PARAMETERS
-
-### -AutoReplaceOnFailure
-Specifies whether the host should be replaced automatically in case of a failure.
-
-```yaml
-Type: Boolean
-Parameter Sets: (All)
-Aliases:
-
-Required: False
-Position: Named
-Default value: None
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### -DefaultProfile
-The credentials, account, tenant, and subscription used for communication with Azure.
-
-```yaml
-Type: IAzureContextContainer
-Parameter Sets: (All)
-Aliases: AzContext, AzureRmContext, AzureCredential
-
-Required: False
-Position: Named
-Default value: None
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### -HostGroupName
-Name of the Host Group.
-
-```yaml
-Type: String
-Parameter Sets: DefaultParameter
-Aliases:
-
-Required: True
-Position: 1
-Default value: None
-Accept pipeline input: True (ByPropertyName)
-Accept wildcard characters: False
-```
-
-### -LicenseType
-Specifies the software license type that will be applied to the VMs deployed on the host. Possible values are: None, Windows_Server_Hybrid, and Windows_Server_Perpetual. Default value is None.
-
-```yaml
-Type: DedicatedHostLicenseTypes
-Parameter Sets: (All)
-Aliases:
-Accepted values: None, WindowsServerHybrid, WindowsServerPerpetual
-
-Required: False
-Position: Named
-Default value: None
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### -Name
-Specifies the name of the Host to be updated.
-
-```yaml
-Type: String
-Parameter Sets: DefaultParameter
-Aliases: HostName
-
-Required: True
-Position: 2
-Default value: None
-Accept pipeline input: True (ByPropertyName)
-Accept wildcard characters: False
-```
-
-### -ResourceGroupName
-The name of the resource group.
-
-```yaml
-Type: String
-Parameter Sets: DefaultParameter
-Aliases:
-
-Required: True
-Position: 0
-Default value: None
-Accept pipeline input: True (ByPropertyName)
-Accept wildcard characters: False
-```
-
-### -ResourceId
-Resource Id of the Host to be updated.
-
-```yaml
-Type: String
-Parameter Sets: ResourceIdParameter
-Aliases:
-
-Required: True
-Position: 0
-Default value: None
-Accept pipeline input: True (ByPropertyName)
-Accept wildcard characters: False
-```
-
-### -Sku
-The Sku Name that needs to be updated.
-
-```yaml
-Type: String
-Parameter Sets: (All)
-Aliases:
-
-Required: False
-Position: Named
-Default value: None
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### -Confirm
-Prompts you for confirmation before running the cmdlet.
-
-```yaml
-Type: SwitchParameter
-Parameter Sets: (All)
-Aliases: cf
-
-Required: False
-Position: Named
-Default value: None
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### -WhatIf
-Shows what would happen if the cmdlet runs.
-The cmdlet is not run.
-
-```yaml
-Type: SwitchParameter
-Parameter Sets: (All)
-Aliases: wi
-
-Required: False
-Position: Named
-Default value: None
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### CommonParameters
-This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
-
-## INPUTS
-
-### System.String
-
-## OUTPUTS
-
-### Microsoft.Azure.Commands.Compute.Automation.Models.PSHost
-
-## NOTES
-
-## RELATED LINKS
diff --git a/src/ContainerRegistry/ContainerRegistry.Autorest/Properties/AssemblyInfo.cs b/src/ContainerRegistry/ContainerRegistry.Autorest/Properties/AssemblyInfo.cs
index 912f1368cab8..b2c1bc38d730 100644
--- a/src/ContainerRegistry/ContainerRegistry.Autorest/Properties/AssemblyInfo.cs
+++ b/src/ContainerRegistry/ContainerRegistry.Autorest/Properties/AssemblyInfo.cs
@@ -24,5 +24,5 @@
[assembly: ComVisible(false)]
[assembly: CLSCompliant(false)]
[assembly: Guid("969cf5d6-4ee6-4f51-a7b7-5489d69352b3")]
-[assembly: AssemblyVersion("4.0.0")]
-[assembly: AssemblyFileVersion("4.0.0")]
+[assembly: AssemblyVersion("4.1.0")]
+[assembly: AssemblyFileVersion("4.1.0")]
diff --git a/src/ContainerRegistry/ContainerRegistry.Sdk/Properties/AssemblyInfo.cs b/src/ContainerRegistry/ContainerRegistry.Sdk/Properties/AssemblyInfo.cs
index a7c14a82ef37..6869e4bf68ac 100644
--- a/src/ContainerRegistry/ContainerRegistry.Sdk/Properties/AssemblyInfo.cs
+++ b/src/ContainerRegistry/ContainerRegistry.Sdk/Properties/AssemblyInfo.cs
@@ -26,5 +26,5 @@
[assembly: CLSCompliant(false)]
[assembly: Guid("40d4fbe5-f40f-4349-8f2a-6182f92e4394")]
-[assembly: AssemblyVersion("4.0.0")]
-[assembly: AssemblyFileVersion("4.0.0")]
+[assembly: AssemblyVersion("4.1.0")]
+[assembly: AssemblyFileVersion("4.1.0")]
diff --git a/src/ContainerRegistry/ContainerRegistry/Az.ContainerRegistry.psd1 b/src/ContainerRegistry/ContainerRegistry/Az.ContainerRegistry.psd1
index 8cffb32f942a..e63eaa5cfc2f 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: 7/21/2023
+# Generated on: 26/07/2023
#
@{
@@ -12,7 +12,7 @@
# RootModule = ''
# Version number of this module.
-ModuleVersion = '4.0.0'
+ModuleVersion = '4.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 = '2.12.3'; })
+RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.12.5'; })
# Assemblies that must be loaded prior to importing this module
RequiredAssemblies = 'Microsoft.Azure.PowerShell.ContainerRegistry.Sdk.dll',
@@ -140,7 +140,7 @@ PrivateData = @{
PSData = @{
# Tags applied to this module. These help with module discovery in online galleries.
- Tags = 'Azure', 'ResourceManager', 'ARM', 'Registry', 'ContainerRegistry'
+ Tags = 'Azure','ResourceManager','ARM','Registry','ContainerRegistry'
# A URL to the license for this module.
LicenseUri = 'https://aka.ms/azps-license'
@@ -152,7 +152,8 @@ PrivateData = @{
# IconUri = ''
# ReleaseNotes of this module
- ReleaseNotes = '* Updated module to autorest based'
+ ReleaseNotes = '* Updated Azure.Core to 1.33.0.
+* Added new cmdlet ''New-AzContainerRegistryCredentials'''
# Prerelease string of this module
# Prerelease = ''
@@ -165,7 +166,7 @@ PrivateData = @{
} # End of PSData hashtable
-} # End of PrivateData hashtable
+ } # End of PrivateData hashtable
# HelpInfo URI of this module
# HelpInfoURI = ''
diff --git a/src/ContainerRegistry/ContainerRegistry/ChangeLog.md b/src/ContainerRegistry/ContainerRegistry/ChangeLog.md
index 1bc2d16b9d68..953e5d72285b 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 4.1.0
* Updated Azure.Core to 1.33.0.
* Added new cmdlet `New-AzContainerRegistryCredentials`
diff --git a/src/ContainerRegistry/ContainerRegistry/Properties/AssemblyInfo.cs b/src/ContainerRegistry/ContainerRegistry/Properties/AssemblyInfo.cs
index e62e6e089521..1ec88827d8f3 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("4.0.0")]
-[assembly: AssemblyFileVersion("4.0.0")]
+[assembly: AssemblyVersion("4.1.0")]
+[assembly: AssemblyFileVersion("4.1.0")]
#if !SIGN
[assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Test")]
#endif
diff --git a/src/CosmosDB/CosmosDB.Sdk/Properties/AssemblyInfo.cs b/src/CosmosDB/CosmosDB.Sdk/Properties/AssemblyInfo.cs
index 3c1c1984d195..318645873157 100644
--- a/src/CosmosDB/CosmosDB.Sdk/Properties/AssemblyInfo.cs
+++ b/src/CosmosDB/CosmosDB.Sdk/Properties/AssemblyInfo.cs
@@ -26,5 +26,5 @@
[assembly: CLSCompliant(false)]
[assembly: Guid("d90791a2-8102-47fc-8150-de25ae796eb1")]
-[assembly: AssemblyVersion("1.11.1")]
-[assembly: AssemblyFileVersion("1.11.1")]
+[assembly: AssemblyVersion("1.11.2")]
+[assembly: AssemblyFileVersion("1.11.2")]
diff --git a/src/CosmosDB/CosmosDB/Az.CosmosDB.psd1 b/src/CosmosDB/CosmosDB/Az.CosmosDB.psd1
index 3dda0263da08..dfac446bad14 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: 06/29/2023
+# Generated on: 26/07/2023
#
@{
@@ -12,7 +12,7 @@
# RootModule = ''
# Version number of this module.
-ModuleVersion = '1.11.1'
+ModuleVersion = '1.11.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 = '2.12.4'; })
+RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.12.5'; })
# Assemblies that must be loaded prior to importing this module
RequiredAssemblies = 'Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk.dll',
@@ -239,7 +239,7 @@ PrivateData = @{
# IconUri = ''
# ReleaseNotes of this module
- ReleaseNotes = '* Locations showed in response included status, isSubscriptionRegionAccessAllowedForRegular and isSubscriptionRegionAccessAllowedForAz properties'
+ ReleaseNotes = '* Updated Azure.Core to 1.33.0.'
# Prerelease string of this module
# Prerelease = ''
diff --git a/src/CosmosDB/CosmosDB/ChangeLog.md b/src/CosmosDB/CosmosDB/ChangeLog.md
index 3216672a64b9..b2a58a61b510 100644
--- a/src/CosmosDB/CosmosDB/ChangeLog.md
+++ b/src/CosmosDB/CosmosDB/ChangeLog.md
@@ -19,6 +19,8 @@
-->
## Upcoming Release
+
+## Version 1.11.2
* Updated Azure.Core to 1.33.0.
## Version 1.11.1
diff --git a/src/CosmosDB/CosmosDB/Properties/AssemblyInfo.cs b/src/CosmosDB/CosmosDB/Properties/AssemblyInfo.cs
index 7cef2f975f83..d10078ee4870 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.11.1")]
-[assembly: AssemblyFileVersion("1.11.1")]
+[assembly: AssemblyVersion("1.11.2")]
+[assembly: AssemblyFileVersion("1.11.2")]
diff --git a/src/DataFactory/DataFactories/Properties/AssemblyInfo.cs b/src/DataFactory/DataFactories/Properties/AssemblyInfo.cs
index cbd552fdcfb4..c6819d80d7e1 100644
--- a/src/DataFactory/DataFactories/Properties/AssemblyInfo.cs
+++ b/src/DataFactory/DataFactories/Properties/AssemblyInfo.cs
@@ -25,8 +25,8 @@
[assembly: ComVisible(false)]
[assembly: CLSCompliant(false)]
[assembly: Guid("5d024af0-81c9-44f0-b3b0-7080f103fb4d")]
-[assembly: AssemblyVersion("1.16.13")]
-[assembly: AssemblyFileVersion("1.16.13")]
+[assembly: AssemblyVersion("1.17.0")]
+[assembly: AssemblyFileVersion("1.17.0")]
#if !SIGN
[assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.DataFactories.Test")]
#endif
diff --git a/src/DataFactory/DataFactoryV2/Az.DataFactory.psd1 b/src/DataFactory/DataFactoryV2/Az.DataFactory.psd1
index adec39a5b047..304dfcca8142 100644
--- a/src/DataFactory/DataFactoryV2/Az.DataFactory.psd1
+++ b/src/DataFactory/DataFactoryV2/Az.DataFactory.psd1
@@ -3,7 +3,7 @@
#
# Generated by: Microsoft Corporation
#
-# Generated on: 3/6/2023
+# Generated on: 26/07/2023
#
@{
@@ -12,7 +12,7 @@
# RootModule = ''
# Version number of this module.
-ModuleVersion = '1.16.13'
+ModuleVersion = '1.17.0'
# Supported PSEditions
CompatiblePSEditions = 'Core', 'Desktop'
@@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2'
# ProcessorArchitecture = ''
# Modules that must be imported into the global environment prior to importing this module
-RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.12.0'; })
+RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.12.5'; })
# Assemblies that must be loaded prior to importing this module
RequiredAssemblies = 'Microsoft.Azure.Management.DataFactory.dll',
@@ -173,10 +173,7 @@ PrivateData = @{
# IconUri = ''
# ReleaseNotes of this module
- ReleaseNotes = '* Updated ADF .Net SDK version to 9.2.0
-* Added AzureBlobFS sasUri and sasToken properties in ADF
-* Added AzureBlobStorage containerUri and authenticationType properties in ADF
-* Added support copyComputeScale And pipelineExternalComputeScale in IntegrationRuntime'
+ ReleaseNotes = '* Added DisablePublish to Set_AzDataFactoryV2 Command'
# Prerelease string of this module
# Prerelease = ''
diff --git a/src/DataFactory/DataFactoryV2/ChangeLog.md b/src/DataFactory/DataFactoryV2/ChangeLog.md
index b66eb6bbfa68..2e2b4a60f36d 100644
--- a/src/DataFactory/DataFactoryV2/ChangeLog.md
+++ b/src/DataFactory/DataFactoryV2/ChangeLog.md
@@ -18,6 +18,8 @@
- Additional information about change #1
-->
## Upcoming Release
+
+## Version 1.17.0
* Added DisablePublish to Set_AzDataFactoryV2 Command
## Version 1.16.13
diff --git a/src/DataFactory/DataFactoryV2/Properties/AssemblyInfo.cs b/src/DataFactory/DataFactoryV2/Properties/AssemblyInfo.cs
index 00fa370484ce..c8e9c5705e00 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.16.13")]
-[assembly: AssemblyFileVersion("1.16.13")]
+[assembly: AssemblyVersion("1.17.0")]
+[assembly: AssemblyFileVersion("1.17.0")]
#if !SIGN
[assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2.Test")]
#endif
diff --git a/src/DataMigration/DataMigration.Autorest/Properties/AssemblyInfo.cs b/src/DataMigration/DataMigration.Autorest/Properties/AssemblyInfo.cs
index 75c99eda43fa..a05b3f606581 100644
--- a/src/DataMigration/DataMigration.Autorest/Properties/AssemblyInfo.cs
+++ b/src/DataMigration/DataMigration.Autorest/Properties/AssemblyInfo.cs
@@ -24,5 +24,5 @@
[assembly: ComVisible(false)]
[assembly: CLSCompliant(false)]
[assembly: Guid("85d56cd6-867f-4b62-8330-08cb17d2f429")]
-[assembly: AssemblyVersion("0.14.0")]
-[assembly: AssemblyFileVersion("0.14.0")]
+[assembly: AssemblyVersion("0.14.1")]
+[assembly: AssemblyFileVersion("0.14.1")]
diff --git a/src/DataMigration/DataMigration/Az.DataMigration.psd1 b/src/DataMigration/DataMigration/Az.DataMigration.psd1
index 6082af5daee1..5e3ba8f19e8b 100644
--- a/src/DataMigration/DataMigration/Az.DataMigration.psd1
+++ b/src/DataMigration/DataMigration/Az.DataMigration.psd1
@@ -3,7 +3,7 @@
#
# Generated by: Microsoft Corporation
#
-# Generated on: 7/23/2023
+# Generated on: 26/07/2023
#
@{
@@ -12,7 +12,7 @@
# RootModule = ''
# Version number of this module.
-ModuleVersion = '0.14.0'
+ModuleVersion = '0.14.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 = '2.12.4'; })
+RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.12.5'; })
# Assemblies that must be loaded prior to importing this module
RequiredAssemblies = 'Microsoft.Azure.Management.DataMigration.dll',
@@ -144,8 +144,7 @@ PrivateData = @{
PSData = @{
# Tags applied to this module. These help with module discovery in online galleries.
- Tags = 'Azure', 'ResourceManager', 'ARM', 'Sql', 'Database', 'Data', 'Migration',
- 'Service'
+ Tags = 'Azure','ResourceManager','ARM','Sql','Database','Data','Migration','Service'
# A URL to the license for this module.
LicenseUri = 'https://aka.ms/azps-license'
@@ -157,7 +156,7 @@ PrivateData = @{
# IconUri = ''
# ReleaseNotes of this module
- ReleaseNotes = '* Added new cmdlet ''New-AzDataMigrationSqlServerSchema'' to migrate Sql Server Schema from the source Sql Servers to the target Azure Sql Servers'
+ ReleaseNotes = '* Added client type to New-AzDataMigrationTdeCertificateMigration'
# Prerelease string of this module
# Prerelease = ''
@@ -170,7 +169,7 @@ PrivateData = @{
} # End of PSData hashtable
-} # End of PrivateData hashtable
+ } # End of PrivateData hashtable
# HelpInfo URI of this module
# HelpInfoURI = ''
diff --git a/src/DataMigration/DataMigration/ChangeLog.md b/src/DataMigration/DataMigration/ChangeLog.md
index 1af5d1769139..0fa628822d63 100644
--- a/src/DataMigration/DataMigration/ChangeLog.md
+++ b/src/DataMigration/DataMigration/ChangeLog.md
@@ -18,6 +18,8 @@
- Additional information about change #1
-->
## Upcoming Release
+
+## Version 0.14.1
* Added client type to New-AzDataMigrationTdeCertificateMigration
## Version 0.14.0
* Added new cmdlet `New-AzDataMigrationSqlServerSchema` to migrate Sql Server Schema from the source Sql Servers to the target Azure Sql Servers
diff --git a/src/DataMigration/DataMigration/Properties/AssemblyInfo.cs b/src/DataMigration/DataMigration/Properties/AssemblyInfo.cs
index c27b245cdc93..964ac05523f9 100644
--- a/src/DataMigration/DataMigration/Properties/AssemblyInfo.cs
+++ b/src/DataMigration/DataMigration/Properties/AssemblyInfo.cs
@@ -27,5 +27,5 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
-[assembly: AssemblyVersion("0.14.0")]
-[assembly: AssemblyFileVersion("0.14.0")]
+[assembly: AssemblyVersion("0.14.1")]
+[assembly: AssemblyFileVersion("0.14.1")]
diff --git a/src/Databricks/Az.Databricks.psd1 b/src/Databricks/Az.Databricks.psd1
index 25f3ad3dbd79..ed5b7d2fe3c4 100644
--- a/src/Databricks/Az.Databricks.psd1
+++ b/src/Databricks/Az.Databricks.psd1
@@ -3,7 +3,7 @@
#
# Generated by: Microsoft Corporation
#
-# Generated on: 7/17/2023
+# Generated on: 26/07/2023
#
@{
@@ -12,7 +12,7 @@
RootModule = './Az.Databricks.psm1'
# Version number of this module.
-ModuleVersion = '1.6.0'
+ModuleVersion = '1.7.0'
# Supported PSEditions
CompatiblePSEditions = 'Core', 'Desktop'
@@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2'
# ProcessorArchitecture = ''
# Modules that must be imported into the global environment prior to importing this module
-RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.12.4'; })
+RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.12.5'; })
# Assemblies that must be loaded prior to importing this module
RequiredAssemblies = './bin/Az.Databricks.private.dll'
@@ -116,7 +116,9 @@ PrivateData = @{
# IconUri = ''
# ReleaseNotes of this module
- # ReleaseNotes = ''
+ ReleaseNotes = '* Added some parameters in ''Update-AzDatabricksWorkspace'':
+ - ''EnableNoPublicIP''
+ - ''PublicNetworkAccess'''
# Prerelease string of this module
# Prerelease = ''
diff --git a/src/Databricks/ChangeLog.md b/src/Databricks/ChangeLog.md
index 20d571e25701..69ddbda3cc7d 100644
--- a/src/Databricks/ChangeLog.md
+++ b/src/Databricks/ChangeLog.md
@@ -18,6 +18,8 @@
- Additional information about change #1
-->
## Upcoming Release
+
+## Version 1.7.0
* Added some parameters in `Update-AzDatabricksWorkspace`:
- `EnableNoPublicIP`
- `PublicNetworkAccess`
diff --git a/src/Databricks/Properties/AssemblyInfo.cs b/src/Databricks/Properties/AssemblyInfo.cs
index 1559d7a8ee0d..8ebbd271e7b6 100644
--- a/src/Databricks/Properties/AssemblyInfo.cs
+++ b/src/Databricks/Properties/AssemblyInfo.cs
@@ -24,5 +24,5 @@
[assembly: ComVisible(false)]
[assembly: CLSCompliant(false)]
[assembly: Guid("0FE1E430-10E7-474A-B48E-942EF7512F50")]
-[assembly: AssemblyVersion("1.6.0")]
-[assembly: AssemblyFileVersion("1.6.0")]
+[assembly: AssemblyVersion("1.7.0")]
+[assembly: AssemblyFileVersion("1.7.0")]
diff --git a/src/Dns/Dns/Az.Dns.psd1 b/src/Dns/Dns/Az.Dns.psd1
index 29318fa0d04b..d0bc71223936 100644
--- a/src/Dns/Dns/Az.Dns.psd1
+++ b/src/Dns/Dns/Az.Dns.psd1
@@ -3,7 +3,7 @@
#
# Generated by: Microsoft Corporation
#
-# Generated on: 12/11/2019
+# Generated on: 26/07/2023
#
@{
@@ -12,7 +12,7 @@
# RootModule = ''
# Version number of this module.
-ModuleVersion = '1.1.2'
+ModuleVersion = '1.1.3'
# Supported PSEditions
CompatiblePSEditions = 'Core', 'Desktop'
@@ -47,13 +47,13 @@ PowerShellVersion = '5.1'
DotNetFrameworkVersion = '4.7.2'
# Minimum version of the common language runtime (CLR) required by this module. This prerequisite is valid for the PowerShell Desktop edition only.
-# CLRVersion = ''
+# ClrVersion = ''
# Processor architecture (None, X86, Amd64) required by this module
# ProcessorArchitecture = ''
# Modules that must be imported into the global environment prior to importing this module
-RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.7.4'; })
+RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.12.5'; })
# Assemblies that must be loaded prior to importing this module
RequiredAssemblies = 'Microsoft.Azure.Management.Dns.dll'
@@ -113,7 +113,7 @@ PrivateData = @{
# IconUri = ''
# ReleaseNotes of this module
- ReleaseNotes = '* Update references in .psd1 to use relative path'
+ ReleaseNotes = '* Removed length validation for DNS TXT record to make it consistent with Azure CLI and Azure portal.'
# Prerelease string of this module
# Prerelease = ''
diff --git a/src/Dns/Dns/ChangeLog.md b/src/Dns/Dns/ChangeLog.md
index 70efc651a5db..773b3492622a 100644
--- a/src/Dns/Dns/ChangeLog.md
+++ b/src/Dns/Dns/ChangeLog.md
@@ -18,6 +18,8 @@
- Additional information about change #1
-->
## Upcoming Release
+
+## Version 1.1.3
* Removed length validation for DNS TXT record to make it consistent with Azure CLI and Azure portal.
## Version 1.1.2
diff --git a/src/Dns/Dns/Properties/AssemblyInfo.cs b/src/Dns/Dns/Properties/AssemblyInfo.cs
index 7fd0529307fd..4f4362a32e58 100644
--- a/src/Dns/Dns/Properties/AssemblyInfo.cs
+++ b/src/Dns/Dns/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.1.2")]
-[assembly: AssemblyFileVersion("1.1.2")]
+[assembly: AssemblyVersion("1.1.3")]
+[assembly: AssemblyFileVersion("1.1.3")]
#if !SIGN
[assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.Resources.Test")]
#endif
diff --git a/src/ElasticSan/Az.ElasticSan.psd1 b/src/ElasticSan/Az.ElasticSan.psd1
index 983cea0e2f60..75f1de3972a9 100644
--- a/src/ElasticSan/Az.ElasticSan.psd1
+++ b/src/ElasticSan/Az.ElasticSan.psd1
@@ -3,7 +3,7 @@
#
# Generated by: Microsoft Corporation
#
-# Generated on: 7/24/2023
+# Generated on: 26/07/2023
#
@{
@@ -12,7 +12,7 @@
RootModule = './Az.ElasticSan.psm1'
# Version number of this module.
-ModuleVersion = '0.1.0'
+ModuleVersion = '0.1.1'
# Supported PSEditions
CompatiblePSEditions = 'Core', 'Desktop'
@@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2'
# ProcessorArchitecture = ''
# Modules that must be imported into the global environment prior to importing this module
-RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.10.1'; })
+RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.12.5'; })
# Assemblies that must be loaded prior to importing this module
RequiredAssemblies = './bin/Az.ElasticSan.private.dll'
@@ -115,7 +115,7 @@ PrivateData = @{
# IconUri = ''
# ReleaseNotes of this module
- # ReleaseNotes = ''
+ ReleaseNotes = '* Added support for private endpoint for ElasticSan'
# Prerelease string of this module
# Prerelease = ''
diff --git a/src/ElasticSan/ChangeLog.md b/src/ElasticSan/ChangeLog.md
index a9170777d52d..976bd9cb74f0 100644
--- a/src/ElasticSan/ChangeLog.md
+++ b/src/ElasticSan/ChangeLog.md
@@ -18,6 +18,8 @@
- Additional information about change #1
-->
## Upcoming Release
+
+## Version 0.1.1
* Added support for private endpoint for ElasticSan
## Version 0.1.0
diff --git a/src/ElasticSan/Properties/AssemblyInfo.cs b/src/ElasticSan/Properties/AssemblyInfo.cs
index 9ba717a3196a..5c6a7c193269 100644
--- a/src/ElasticSan/Properties/AssemblyInfo.cs
+++ b/src/ElasticSan/Properties/AssemblyInfo.cs
@@ -24,5 +24,5 @@
[assembly: ComVisible(false)]
[assembly: CLSCompliant(false)]
[assembly: Guid("9b21ae61-508c-4e96-a2e6-edfb15a78ea8")]
-[assembly: AssemblyVersion("0.1.0")]
-[assembly: AssemblyFileVersion("0.1.0")]
+[assembly: AssemblyVersion("0.1.1")]
+[assembly: AssemblyFileVersion("0.1.1")]
diff --git a/src/KeyVault/KeyVault.Sdk/Customized/MHSMNetworkRuleSet.cs b/src/KeyVault/KeyVault.Sdk/Customized/MHSMNetworkRuleSet.cs
new file mode 100644
index 000000000000..2edb5836637c
--- /dev/null
+++ b/src/KeyVault/KeyVault.Sdk/Customized/MHSMNetworkRuleSet.cs
@@ -0,0 +1,16 @@
+// Copyright (c) Microsoft Corporation. All rights reserved.
+// Licensed under the MIT License. See License.txt in the project root for license information.
+// Code generated by Microsoft (R) AutoRest Code Generator.
+// Changes may cause incorrect behavior and will be lost if the code is regenerated.
+
+namespace Microsoft.Azure.Management.KeyVault.Models
+{
+ public partial class MhsmNetworkRuleSet
+ {
+ ///
+ /// This is an alias to the IPRules property. This is for backward compatibility.
+ /// This property will be deprecated in the future, please use IPRules instead.
+ ///
+ public System.Collections.Generic.IList IpRules {get=>IPRules; set=>IPRules=value; }
+ }
+}
\ No newline at end of file
diff --git a/src/KeyVault/KeyVault.Sdk/Customized/NetworkRuleSet.cs b/src/KeyVault/KeyVault.Sdk/Customized/NetworkRuleSet.cs
index cb3e46be7cf1..f5cdc692e5d0 100644
--- a/src/KeyVault/KeyVault.Sdk/Customized/NetworkRuleSet.cs
+++ b/src/KeyVault/KeyVault.Sdk/Customized/NetworkRuleSet.cs
@@ -23,5 +23,10 @@ partial void CustomInit()
// default values for properties IpRules and VirtualNetworkRules are 'null'
// and so no explicit customization is necessary.
}
+ ///
+ /// This is an alias to the IPRules property. This is for backward compatibility.
+ /// This property will be deprecated in the future, please use IPRules instead.
+ ///
+ public System.Collections.Generic.IList IpRules {get=>IPRules; set=>IPRules=value; }
}
}
\ No newline at end of file
diff --git a/src/KeyVault/KeyVault.Sdk/Properties/AssemblyInfo.cs b/src/KeyVault/KeyVault.Sdk/Properties/AssemblyInfo.cs
index ace9993971f5..df2d7f98aec3 100644
--- a/src/KeyVault/KeyVault.Sdk/Properties/AssemblyInfo.cs
+++ b/src/KeyVault/KeyVault.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("4.10.0")]
-[assembly: AssemblyFileVersion("4.10.0")]
+[assembly: AssemblyVersion("4.10.1")]
+[assembly: AssemblyFileVersion("4.10.1")]
[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 d8fe8ef86dd7..795862dd98d2 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: 2023/5/22
+# Generated on: 26/07/2023
#
@{
@@ -12,7 +12,7 @@
# RootModule = ''
# Version number of this module.
-ModuleVersion = '4.10.0'
+ModuleVersion = '4.10.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 = '2.12.3'; })
+RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.12.5'; })
# Assemblies that must be loaded prior to importing this module
RequiredAssemblies = 'Microsoft.Azure.KeyVault.dll',
@@ -168,11 +168,8 @@ PrivateData = @{
# IconUri = ''
# ReleaseNotes of this module
- ReleaseNotes = '* Added breaking change announcement for parameter ''SoftDeleteRetentionInDays'' in ''New-AzKeyVaultManagedHsm''. The parameter ''SoftDeleteRetentionInDays'' is becoming mandatory
- - This change will take effect on version 6.0.0
-* Changed the encoding way from a string into byte array in ''Invoke-AzKeyVaultKeyOperation'' from ASCII to UTF8. UTF8 is backward-compatible with ASCII. [#21269]
-* Bug fix: Changed the decoding way from byte array into a string from system default encoding to UTF8 to match encoding way. [#21269]
-* Added parameter ''PolicyPath'' and ''PolicyObject'' in ''Import-AzKeyVaultCertificate'' to support custom policy [#20780]'
+ ReleaseNotes = '* Removed maximum number for ''IpAddressRange'' and ''VirtualNetworkResourceId'' in ''*-AzKeyVaultNetworkRuleSet*'' from client side. [#22137]
+* Updated Azure.Core to 1.33.0.'
# Prerelease string of this module
# Prerelease = ''
diff --git a/src/KeyVault/KeyVault/ChangeLog.md b/src/KeyVault/KeyVault/ChangeLog.md
index e5dc84c0e9cf..fadf2a7ab5af 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 4.10.1
* Removed maximum number for `IpAddressRange` and `VirtualNetworkResourceId` in `*-AzKeyVaultNetworkRuleSet*` from client side. [#22137]
* Updated Azure.Core to 1.33.0.
diff --git a/src/KeyVault/KeyVault/Properties/AssemblyInfo.cs b/src/KeyVault/KeyVault/Properties/AssemblyInfo.cs
index e252f5c16680..fc8fe3501b0f 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("4.10.0")]
-[assembly: AssemblyFileVersion("4.10.0")]
+[assembly: AssemblyVersion("4.10.1")]
+[assembly: AssemblyFileVersion("4.10.1")]
#if !SIGN
[assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Test")]
[assembly: InternalsVisibleTo("SecurityDomain.Test")]
diff --git a/src/Maintenance/Maintenance/Az.Maintenance.psd1 b/src/Maintenance/Maintenance/Az.Maintenance.psd1
index 21737ba187fc..28ae904696a1 100644
--- a/src/Maintenance/Maintenance/Az.Maintenance.psd1
+++ b/src/Maintenance/Maintenance/Az.Maintenance.psd1
@@ -3,7 +3,7 @@
#
# Generated by: Microsoft Corporation
#
-# Generated on: 11/17/2022
+# Generated on: 26/07/2023
#
@{
@@ -12,7 +12,7 @@
# RootModule = ''
# Version number of this module.
-ModuleVersion = '1.2.1'
+ModuleVersion = '1.3.0'
# Supported PSEditions
CompatiblePSEditions = 'Core', 'Desktop'
@@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2'
# ProcessorArchitecture = ''
# Modules that must be imported into the global environment prior to importing this module
-RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.10.3'; })
+RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.12.5'; })
# Assemblies that must be loaded prior to importing this module
RequiredAssemblies = 'Microsoft.Azure.PowerShell.AutoMapper.dll',
@@ -117,7 +117,7 @@ PrivateData = @{
# IconUri = ''
# ReleaseNotes of this module
- ReleaseNotes = '* Upgraded AutoMapper to Microsoft.Azure.PowerShell.AutoMapper 6.2.2 with fix [#18721]'
+ ReleaseNotes = '* Added support for Resource Group and Subscription configuration assignment.'
# Prerelease string of this module
# Prerelease = ''
diff --git a/src/Maintenance/Maintenance/ChangeLog.md b/src/Maintenance/Maintenance/ChangeLog.md
index b429aabca24a..55d250913850 100644
--- a/src/Maintenance/Maintenance/ChangeLog.md
+++ b/src/Maintenance/Maintenance/ChangeLog.md
@@ -19,6 +19,8 @@
-->
## Upcoming Release
+
+## Version 1.3.0
* Added support for Resource Group and Subscription configuration assignment.
## Version 1.2.1
diff --git a/src/Maintenance/Maintenance/ConfigurationAssignment/ConfigurationAssignmentGetMethod.cs b/src/Maintenance/Maintenance/ConfigurationAssignment/ConfigurationAssignmentGetMethod.cs
index 3c033272cc79..5ed097cfb914 100644
--- a/src/Maintenance/Maintenance/ConfigurationAssignment/ConfigurationAssignmentGetMethod.cs
+++ b/src/Maintenance/Maintenance/ConfigurationAssignment/ConfigurationAssignmentGetMethod.cs
@@ -136,7 +136,6 @@ public override void ExecuteCmdlet()
[Parameter(
ParameterSetName = "DefaultParameter",
- Position = 4,
Mandatory = false,
HelpMessage = "Configuration assignment name.",
ValueFromPipelineByPropertyName = true)]
diff --git a/src/Maintenance/Maintenance/Models/MaintenanceAutoMapperProfile.cs b/src/Maintenance/Maintenance/Models/MaintenanceAutoMapperProfile.cs
index 0cd669183937..99f520b0ded2 100644
--- a/src/Maintenance/Maintenance/Models/MaintenanceAutoMapperProfile.cs
+++ b/src/Maintenance/Maintenance/Models/MaintenanceAutoMapperProfile.cs
@@ -86,6 +86,8 @@ private static void Initialize()
.ForMember(dest => dest.WindowParameterKbNumberToExclude, opt => opt.MapFrom(src => src.InstallPatches.WindowsParameters.KbNumbersToExclude))
.ForMember(dest => dest.WindowParameterKbNumberToInclude, opt => opt.MapFrom(src => src.InstallPatches.WindowsParameters.KbNumbersToInclude))
.ForMember(dest => dest.InstallPatchRebootSetting, opt => opt.MapFrom(src => src.InstallPatches.RebootSetting))
+ .ForMember(dest => dest.PreTask, opt => opt.Ignore())
+ .ForMember(dest => dest.PostTask, opt => opt.Ignore())
.ForSourceMember(src => src.SystemData, s => s.Ignore());
cfg.CreateMap()
.ForPath(dest => dest.InstallPatches.LinuxParameters.ClassificationsToInclude, src => src.MapFrom(o => o.LinuxParameterClassificationToInclude))
diff --git a/src/Maintenance/Maintenance/Models/PSMaintenanceConfiguration.cs b/src/Maintenance/Maintenance/Models/PSMaintenanceConfiguration.cs
index 3b547c14ba65..417d162ab257 100644
--- a/src/Maintenance/Maintenance/Models/PSMaintenanceConfiguration.cs
+++ b/src/Maintenance/Maintenance/Models/PSMaintenanceConfiguration.cs
@@ -40,6 +40,8 @@ public partial class PSMaintenanceConfiguration
public HashSet WindowParameterKbNumberToExclude { get; set; }
public HashSet WindowParameterClassificationToInclude { get; set; }
public bool? WindowParameterExcludeKbRequiringReboot { get; set; }
+ public string PreTask { get; set; }
+ public string PostTask { get; set; }
public string InstallPatchRebootSetting { get; set; }
}
diff --git a/src/Maintenance/Maintenance/Properties/AssemblyInfo.cs b/src/Maintenance/Maintenance/Properties/AssemblyInfo.cs
index 53b0bbe13c47..4edfec0f5cc1 100644
--- a/src/Maintenance/Maintenance/Properties/AssemblyInfo.cs
+++ b/src/Maintenance/Maintenance/Properties/AssemblyInfo.cs
@@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.0")]
-[assembly: AssemblyVersion("1.2.1")]
-[assembly: AssemblyFileVersion("1.2.1")]
+[assembly: AssemblyVersion("1.3.0")]
+[assembly: AssemblyFileVersion("1.3.0")]
diff --git a/src/NetAppFiles/NetAppFiles/Az.NetAppFiles.psd1 b/src/NetAppFiles/NetAppFiles/Az.NetAppFiles.psd1
index b767a71d8d6c..7eecee6e4ae9 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: 4/20/2023
+# Generated on: 26/07/2023
#
@{
@@ -12,7 +12,7 @@
# RootModule = ''
# Version number of this module.
-ModuleVersion = '0.12.0'
+ModuleVersion = '0.13.0'
# Supported PSEditions
CompatiblePSEditions = 'Core', 'Desktop'
@@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2'
# ProcessorArchitecture = ''
# Modules that must be imported into the global environment prior to importing this module
-RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.12.2'; })
+RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.12.5'; })
# Assemblies that must be loaded prior to importing this module
RequiredAssemblies = 'Microsoft.Azure.PowerShell.NetAppFiles.Management.Sdk.dll'
@@ -120,8 +120,8 @@ CmdletsToExport = 'Get-AzNetAppFilesAccount', 'New-AzNetAppFilesAccount',
'Get-AzNetAppFilesVolumeQuotaRule',
'New-AzNetAppFilesVolumeQuotaRule',
'Update-AzNetAppFilesVolumeQuotaRule',
- 'Remove-AzNetAppFilesVolumeQuotaRule',
- 'Get-AzNetAppFilesVolumeGroupIdListForLDAPUser',
+ 'Remove-AzNetAppFilesVolumeQuotaRule',
+ 'Get-AzNetAppFilesVolumeGroupIdListForLDAPUser',
'Get-AzNetAppFilesRegionInfo'
# Variables to export from this module
@@ -154,8 +154,7 @@ AliasesToExport = 'Get-AnfAccount', 'New-AnfAccount', 'Remove-AnfAccount',
'New-AnfVolumeGroup', 'Remove-AnfVolumeGroup',
'Reset-AnfVolumeCifsPassword', 'Get-AnfVolumeQuotaRule',
'New-AnfVolumeQuotaRule', 'Update-AnfVolumeQuotaRule',
- 'Remove-AnfVolumeQuotaRule',
- 'Get-AnfVolumeGroupIdListForLDAPUser',
+ 'Remove-AnfVolumeQuotaRule', 'Get-AnfVolumeGroupIdListForLDAPUser',
'Get-AnfRegionInfo'
# DSC resources to export from this module
@@ -185,20 +184,12 @@ PrivateData = @{
# IconUri = ''
# ReleaseNotes of this module
- ReleaseNotes = '* Updated Azure.Core to 1.31.0.
-* Added cmdLet ''Restore-AzNetAppFilesBackupFile''
-* Added cmdLet ''Unlock-AzNetAppFilesVolumeFileLock''
-* Added parameter ''LdapSearchScope'' and ''PreferredServersForLdapClient'' to ''New-AzNetAppFilesActiveDirectory''
-* Added parameter ''IsLargeVolume'' to ''NewAzNetAppFilesVolume''
-* Added property ''PreferredServersForLdapClient'' to ''PSNetAppFilesActiveDirectory''
-* Added property ''TennantId'' and ''Type'' to ''PSNetAppFilesActiveDirectory''
-* Added property ''FileAccessLogs'', ''DataStoreResourceId'', ''ProvisionedAvailabilityZone'', ''IsLargeVolume'' to ''PSNetAppFilesVolume''
-* Added property ''TenantId'', ''Type'' to ''PSEncryptionIdentity''
-* Added property ''Name'', ''Tags'', ''location'' to ''PSNetAppFilesVolumeQuotaRule''
-Breaking change:
-* Removed ''Get-AzNetAppFilesVault'' this cmdLet is no longer needed
-* Removed ''vaultId'' from ''PSNetAppFilesVolumeBackupProperties''
-* ''YearlyBackupsToKeep'' property is not supported by the service and has been removed from ''New-AzNetAppFilesBackupPolicy'', ''Set-AzNetAppFilesBackupPolicy'' and ''Update-AzNetAppFilesBackupPolicy'' deprecation warning removed'
+ ReleaseNotes = '* Updated to api-version 2022-11-01
+* Added ''Identity'' to NetAppAccountPatch
+* Added ''ActualThroughputMibps'' and ''OriginatingResourceId''
+* Added ''SnapshotDirectoryVisible'' to Update-AzNetAppFilesVolume
+ - If enabled (true) the volume will contain a read-only .snapshot directory which provides access to each of the volume''s snapshots (default to true)
+* Updated Azure.Core to 1.33.0.'
# Prerelease string of this module
# Prerelease = ''
diff --git a/src/NetAppFiles/NetAppFiles/ChangeLog.md b/src/NetAppFiles/NetAppFiles/ChangeLog.md
index a15948bbcd9e..83c1d7b7c678 100644
--- a/src/NetAppFiles/NetAppFiles/ChangeLog.md
+++ b/src/NetAppFiles/NetAppFiles/ChangeLog.md
@@ -18,6 +18,8 @@
- Additional information about change #1
-->
## Upcoming Release
+
+## Version 0.13.0
* Updated to api-version 2022-11-01
* Added `Identity` to NetAppAccountPatch
* Added `ActualThroughputMibps` and `OriginatingResourceId`
diff --git a/src/NetAppFiles/NetAppFiles/Properties/AssemblyInfo.cs b/src/NetAppFiles/NetAppFiles/Properties/AssemblyInfo.cs
index a27d1da27015..d77cce8ae010 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.12.0")]
-[assembly: AssemblyFileVersion("0.12.0")]
+[assembly: AssemblyVersion("0.13.0")]
+[assembly: AssemblyFileVersion("0.13.0")]
diff --git a/src/Network/Network.Test/Network.Test.csproj b/src/Network/Network.Test/Network.Test.csproj
index edb34466ae66..0bda88168f22 100644
--- a/src/Network/Network.Test/Network.Test.csproj
+++ b/src/Network/Network.Test/Network.Test.csproj
@@ -17,7 +17,7 @@
-
+
diff --git a/src/Network/Network/Az.Network.psd1 b/src/Network/Network/Az.Network.psd1
index 2c5b1f8c2918..b2cbe7c3eff3 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: 06/29/2023
+# Generated on: 26/07/2023
#
@{
@@ -12,7 +12,7 @@
# RootModule = ''
# Version number of this module.
-ModuleVersion = '6.1.0'
+ModuleVersion = '6.1.1'
# Supported PSEditions
CompatiblePSEditions = 'Core', 'Desktop'
@@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2'
# ProcessorArchitecture = ''
# Modules that must be imported into the global environment prior to importing this module
-RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.12.4'; })
+RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.12.5'; })
# Assemblies that must be loaded prior to importing this module
RequiredAssemblies = 'Microsoft.Azure.PowerShell.AutoMapper.dll',
@@ -690,18 +690,7 @@ PrivateData = @{
# IconUri = ''
# ReleaseNotes of this module
- ReleaseNotes = '* Added new cmdlets to get Connection child resource of Network Virtual Appliance.
- -''Get-AzNetworkVirtualApplianceConnection''
-* Updated cmdlets to return connections in Network Virtual Appliance
- -''Network Virtual Appliance''
-* Allowed not to provide ''Rules'' in ''PSApplicationGatewayFirewallPolicyManagedRuleGroupOverride'', which would return an empty ''RuleID'' to be passed to NRP.
-* Added optional parameter ''AdminState'' to Express Route Virtual Network Gateway
-* Fixed bug that caused ''Remove-AzApplicationGatewayAutoscaleConfiguration'' to always fails
-* Added read-only property ''DefaultPredefinedSslPolicy'' in PSApplicationGateway
-* Updated cmdlet to added optional parameter ''DomainNameLabelScope'' to Public Ip Address
- - ''New-AzPublicIpAddress''
-* Fixed bug where HubRoutingPreference didn''t show up when running ''Get-AzRouteServer''
-* Updated ''New-AzVirtualNetworkGateway'' to remove validation for ''ExtendedLocation'' parameter'
+ ReleaseNotes = '* Onboarded ''Microsoft.ElasticSan/elasticSans'' to private link cmdlets'
# Prerelease string of this module
# Prerelease = ''
diff --git a/src/Network/Network/ChangeLog.md b/src/Network/Network/ChangeLog.md
index 37e364c6f144..177494022183 100644
--- a/src/Network/Network/ChangeLog.md
+++ b/src/Network/Network/ChangeLog.md
@@ -19,6 +19,8 @@
--->
## Upcoming Release
+
+## Version 6.1.1
* Onboarded `Microsoft.ElasticSan/elasticSans` to private link cmdlets
## Version 6.1.0
diff --git a/src/Network/Network/Properties/AssemblyInfo.cs b/src/Network/Network/Properties/AssemblyInfo.cs
index 668867e27012..9a603f3b0578 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("6.1.0")]
-[assembly: AssemblyFileVersion("6.1.0")]
+[assembly: AssemblyVersion("6.1.1")]
+[assembly: AssemblyFileVersion("6.1.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 929372953f8f..36f706daa5a6 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: 4/20/2023
+# Generated on: 26/07/2023
#
@{
@@ -12,7 +12,7 @@
# RootModule = ''
# Version number of this module.
-ModuleVersion = '1.6.1'
+ModuleVersion = '1.6.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 = '2.12.2'; })
+RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.12.5'; })
# Assemblies that must be loaded prior to importing this module
RequiredAssemblies = 'Microsoft.Azure.Management.PolicyInsights.dll'
@@ -114,7 +114,7 @@ PrivateData = @{
# IconUri = ''
# ReleaseNotes of this module
- ReleaseNotes = '* Updated Azure.Core to 1.31.0.'
+ ReleaseNotes = '* Updated Azure.Core to 1.33.0.'
# Prerelease string of this module
# Prerelease = ''
diff --git a/src/PolicyInsights/PolicyInsights/ChangeLog.md b/src/PolicyInsights/PolicyInsights/ChangeLog.md
index 14a14a84fb5d..3f464eea03b3 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.6.2
* Updated Azure.Core to 1.33.0.
## Version 1.6.1
diff --git a/src/PolicyInsights/PolicyInsights/Properties/AssemblyInfo.cs b/src/PolicyInsights/PolicyInsights/Properties/AssemblyInfo.cs
index e471680e1870..10f611641141 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.6.1")]
-[assembly: AssemblyFileVersion("1.6.1")]
+[assembly: AssemblyVersion("1.6.2")]
+[assembly: AssemblyFileVersion("1.6.2")]
diff --git a/src/PrivateDns/PrivateDns/Az.PrivateDns.psd1 b/src/PrivateDns/PrivateDns/Az.PrivateDns.psd1
index 799d95ad54c8..789bde25c888 100644
--- a/src/PrivateDns/PrivateDns/Az.PrivateDns.psd1
+++ b/src/PrivateDns/PrivateDns/Az.PrivateDns.psd1
@@ -3,7 +3,7 @@
#
# Generated by: Microsoft Corporation
#
-# Generated on: 5/28/2020
+# Generated on: 26/07/2023
#
@{
@@ -12,7 +12,7 @@
# RootModule = ''
# Version number of this module.
-ModuleVersion = '1.0.3'
+ModuleVersion = '1.0.4'
# Supported PSEditions
CompatiblePSEditions = 'Core', 'Desktop'
@@ -47,13 +47,13 @@ PowerShellVersion = '5.1'
DotNetFrameworkVersion = '4.7.2'
# Minimum version of the common language runtime (CLR) required by this module. This prerequisite is valid for the PowerShell Desktop edition only.
-# CLRVersion = ''
+# ClrVersion = ''
# Processor architecture (None, X86, Amd64) required by this module
# ProcessorArchitecture = ''
# Modules that must be imported into the global environment prior to importing this module
-RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.7.4'; })
+RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.12.5'; })
# Assemblies that must be loaded prior to importing this module
RequiredAssemblies = 'Microsoft.Azure.Management.PrivateDns.dll'
@@ -118,7 +118,7 @@ PrivateData = @{
# IconUri = ''
# ReleaseNotes of this module
- ReleaseNotes = '* Corrected verbose output string formatting for Remove-AzPrivateDnsRecordSet'
+ ReleaseNotes = '* Removed length validation for DNS TXT record to make it consistent with Azure CLI and Azure portal.'
# Prerelease string of this module
# Prerelease = ''
diff --git a/src/PrivateDns/PrivateDns/ChangeLog.md b/src/PrivateDns/PrivateDns/ChangeLog.md
index 8967051a79d4..5b4880a6d330 100644
--- a/src/PrivateDns/PrivateDns/ChangeLog.md
+++ b/src/PrivateDns/PrivateDns/ChangeLog.md
@@ -18,6 +18,8 @@
- Additional information about change #1
-->
## Upcoming Release
+
+## Version 1.0.4
* Removed length validation for DNS TXT record to make it consistent with Azure CLI and Azure portal.
## Version 1.0.3
diff --git a/src/PrivateDns/PrivateDns/Properties/AssemblyInfo.cs b/src/PrivateDns/PrivateDns/Properties/AssemblyInfo.cs
index 78bb67118db3..84d18140f4ca 100644
--- a/src/PrivateDns/PrivateDns/Properties/AssemblyInfo.cs
+++ b/src/PrivateDns/PrivateDns/Properties/AssemblyInfo.cs
@@ -44,8 +44,8 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
-[assembly: AssemblyVersion("1.0.3")]
-[assembly: AssemblyFileVersion("1.0.3")]
+[assembly: AssemblyVersion("1.0.4")]
+[assembly: AssemblyFileVersion("1.0.4")]
#if SIGN
[assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.Resources.Test, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")]
#else
diff --git a/src/RecoveryServices/RecoveryServices.Backup.Test/RecoveryServices.Backup.Test.csproj b/src/RecoveryServices/RecoveryServices.Backup.Test/RecoveryServices.Backup.Test.csproj
index fe35f5eb65c0..8fed9be93079 100644
--- a/src/RecoveryServices/RecoveryServices.Backup.Test/RecoveryServices.Backup.Test.csproj
+++ b/src/RecoveryServices/RecoveryServices.Backup.Test/RecoveryServices.Backup.Test.csproj
@@ -11,7 +11,7 @@
-
+
diff --git a/src/RecoveryServices/RecoveryServices.SiteRecovery.Test/RecoveryServices.SiteRecovery.Test.csproj b/src/RecoveryServices/RecoveryServices.SiteRecovery.Test/RecoveryServices.SiteRecovery.Test.csproj
index 33d8a4420617..0fa696680375 100644
--- a/src/RecoveryServices/RecoveryServices.SiteRecovery.Test/RecoveryServices.SiteRecovery.Test.csproj
+++ b/src/RecoveryServices/RecoveryServices.SiteRecovery.Test/RecoveryServices.SiteRecovery.Test.csproj
@@ -12,7 +12,7 @@
-
+
diff --git a/src/Resources/Authorization.Autorest/Properties/AssemblyInfo.cs b/src/Resources/Authorization.Autorest/Properties/AssemblyInfo.cs
index d12999b08712..8ec11b59bf29 100644
--- a/src/Resources/Authorization.Autorest/Properties/AssemblyInfo.cs
+++ b/src/Resources/Authorization.Autorest/Properties/AssemblyInfo.cs
@@ -24,5 +24,5 @@
[assembly: ComVisible(false)]
[assembly: CLSCompliant(false)]
[assembly: Guid("b2f7fb23-24cf-4e26-840e-db4360603829")]
-[assembly: AssemblyVersion("6.8.0")]
-[assembly: AssemblyFileVersion("6.8.0")]
+[assembly: AssemblyVersion("6.9.0")]
+[assembly: AssemblyFileVersion("6.9.0")]
diff --git a/src/Resources/MSGraph.Autorest/Properties/AssemblyInfo.cs b/src/Resources/MSGraph.Autorest/Properties/AssemblyInfo.cs
index 67df05c99bb2..d83cfbcc6cbe 100644
--- a/src/Resources/MSGraph.Autorest/Properties/AssemblyInfo.cs
+++ b/src/Resources/MSGraph.Autorest/Properties/AssemblyInfo.cs
@@ -24,5 +24,5 @@
[assembly: ComVisible(false)]
[assembly: CLSCompliant(false)]
[assembly: Guid("113AD566-7045-45C4-8D01-BCFF72F4CE7B")]
-[assembly: AssemblyVersion("6.8.0")]
-[assembly: AssemblyFileVersion("6.8.0")]
+[assembly: AssemblyVersion("6.9.0")]
+[assembly: AssemblyFileVersion("6.9.0")]
diff --git a/src/Resources/ResourceManager/Properties/AssemblyInfo.cs b/src/Resources/ResourceManager/Properties/AssemblyInfo.cs
index bb297b15e3ad..834f2538b0b1 100644
--- a/src/Resources/ResourceManager/Properties/AssemblyInfo.cs
+++ b/src/Resources/ResourceManager/Properties/AssemblyInfo.cs
@@ -25,8 +25,8 @@
[assembly: ComVisible(false)]
[assembly: CLSCompliant(false)]
[assembly: Guid("e8f34267-c461-4eae-b156-5f3528553d10")]
-[assembly: AssemblyVersion("6.8.0")]
-[assembly: AssemblyFileVersion("6.8.0")]
+[assembly: AssemblyVersion("6.9.0")]
+[assembly: AssemblyFileVersion("6.9.0")]
#if !SIGN
[assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.Resources.Test")]
[assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.MachineLearning.Test")]
diff --git a/src/Resources/Resources.Sdk/Properties/AssemblyInfo.cs b/src/Resources/Resources.Sdk/Properties/AssemblyInfo.cs
index 7c314c17760f..da6304c44463 100644
--- a/src/Resources/Resources.Sdk/Properties/AssemblyInfo.cs
+++ b/src/Resources/Resources.Sdk/Properties/AssemblyInfo.cs
@@ -7,8 +7,8 @@
[assembly: AssemblyTitle("Microsoft Azure Resource Management Library")]
[assembly: AssemblyDescription("Provides Microsoft Azure resource management operations including Resource Groups.")]
-[assembly: AssemblyVersion("6.8.0")]
-[assembly: AssemblyFileVersion("6.8.0")]
+[assembly: AssemblyVersion("6.9.0")]
+[assembly: AssemblyFileVersion("6.9.0")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Microsoft")]
[assembly: AssemblyProduct("Azure .NET SDK")]
diff --git a/src/Resources/Resources/Az.Resources.psd1 b/src/Resources/Resources/Az.Resources.psd1
index 2aaf93af8b20..5d58ebcf2036 100644
--- a/src/Resources/Resources/Az.Resources.psd1
+++ b/src/Resources/Resources/Az.Resources.psd1
@@ -3,7 +3,7 @@
#
# Generated by: Microsoft Corporation
#
-# Generated on: 7/12/2023
+# Generated on: 26/07/2023
#
@{
@@ -12,7 +12,7 @@
# RootModule = ''
# Version number of this module.
-ModuleVersion = '6.8.0'
+ModuleVersion = '6.9.0'
# Supported PSEditions
CompatiblePSEditions = 'Core', 'Desktop'
@@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2'
# ProcessorArchitecture = ''
# Modules that must be imported into the global environment prior to importing this module
-RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.12.4'; })
+RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.12.5'; })
# Assemblies that must be loaded prior to importing this module
RequiredAssemblies = 'Microsoft.Azure.Management.Authorization.dll',
@@ -240,9 +240,7 @@ PrivateData = @{
PSData = @{
# Tags applied to this module. These help with module discovery in online galleries.
- Tags = 'Azure', 'ResourceManager', 'ARM', 'Provider', 'ResourceGroup',
- 'Deployment', 'ActiveDirectory', 'Authorization', 'Management',
- 'ManagementGroups', 'Tags'
+ Tags = 'Azure','ResourceManager','ARM','Provider','ResourceGroup','Deployment','ActiveDirectory','Authorization','Management','ManagementGroups','Tags'
# A URL to the license for this module.
LicenseUri = 'https://aka.ms/azps-license'
@@ -254,12 +252,12 @@ PrivateData = @{
# IconUri = ''
# ReleaseNotes of this module
- ReleaseNotes = '* Fixed the incorrect behavior of pagination for ''Get-AzTag''
-* Updated API version to 2022-09-01
-* Added Deployment Stacks cmdlets
-* Added support for dynamic parameters when deploying symbolic name templates.
-* Fixed ''Set-AzPolicyExemption'' parameter PolicyDefinitionReferenceId not accept empty array.
-* Fixed ''Get-AzPolicyExemption'' output not contain system data.'
+ ReleaseNotes = '* Fixed the issue that ''New-AzRoleAssignment'' didn''t work without subscription.
+* Added cmdlets for group owner
+ - ''Get-AzADGroupOwner''
+ - ''New-AzADGroupOwner''
+ - ''Remove-AzADGroupOwner''
+* Updated Tags functionality in deployment stacks New and Set cmdlets'
# Prerelease string of this module
# Prerelease = ''
@@ -272,7 +270,7 @@ PrivateData = @{
} # End of PSData hashtable
-} # End of PrivateData hashtable
+ } # End of PrivateData hashtable
# HelpInfo URI of this module
# HelpInfoURI = ''
diff --git a/src/Resources/Resources/ChangeLog.md b/src/Resources/Resources/ChangeLog.md
index 817aa374b3c0..4e3723144eb8 100644
--- a/src/Resources/Resources/ChangeLog.md
+++ b/src/Resources/Resources/ChangeLog.md
@@ -19,6 +19,8 @@
-->
## Upcoming Release
+
+## Version 6.9.0
* Fixed the issue that `New-AzRoleAssignment` didn't work without subscription.
* Added cmdlets for group owner
- `Get-AzADGroupOwner`
diff --git a/src/Resources/Resources/Properties/AssemblyInfo.cs b/src/Resources/Resources/Properties/AssemblyInfo.cs
index c5c125e246ae..5b827995cb9b 100644
--- a/src/Resources/Resources/Properties/AssemblyInfo.cs
+++ b/src/Resources/Resources/Properties/AssemblyInfo.cs
@@ -25,8 +25,8 @@
[assembly: ComVisible(false)]
[assembly: CLSCompliant(false)]
[assembly: Guid("e386b843-f3f0-4db3-8664-37d16b860dde")]
-[assembly: AssemblyVersion("6.8.0")]
-[assembly: AssemblyFileVersion("6.8.0")]
+[assembly: AssemblyVersion("6.9.0")]
+[assembly: AssemblyFileVersion("6.9.0")]
#if !SIGN
[assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.Resources.Test")]
#endif
diff --git a/src/Resources/Tags/Properties/AssemblyInfo.cs b/src/Resources/Tags/Properties/AssemblyInfo.cs
index 7528bbb5ec6d..5b556b558803 100644
--- a/src/Resources/Tags/Properties/AssemblyInfo.cs
+++ b/src/Resources/Tags/Properties/AssemblyInfo.cs
@@ -25,8 +25,8 @@
[assembly: ComVisible(false)]
[assembly: CLSCompliant(false)]
[assembly: Guid("e386b843-f3f0-4db3-8664-37d16b860dde")]
-[assembly: AssemblyVersion("6.8.0")]
-[assembly: AssemblyFileVersion("6.8.0")]
+[assembly: AssemblyVersion("6.9.0")]
+[assembly: AssemblyFileVersion("6.9.0")]
#if !SIGN
[assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.Resources.Test")]
#endif
diff --git a/src/Security/Security.Test/Security.Test.csproj b/src/Security/Security.Test/Security.Test.csproj
index 69c79d2aecf2..bfed2af3f63b 100644
--- a/src/Security/Security.Test/Security.Test.csproj
+++ b/src/Security/Security.Test/Security.Test.csproj
@@ -42,7 +42,7 @@
Always
-
+
\ No newline at end of file
diff --git a/src/Sql/Sql.LegacySdk/Properties/AssemblyInfo.cs b/src/Sql/Sql.LegacySdk/Properties/AssemblyInfo.cs
index a05481c238d4..6f03cff15190 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("4.8.0")]
-[assembly: AssemblyFileVersion("4.8.0")]
+[assembly: AssemblyVersion("4.9.0")]
+[assembly: AssemblyFileVersion("4.9.0")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Microsoft")]
[assembly: AssemblyProduct("Azure .NET SDK")]
diff --git a/src/Sql/Sql.Sdk/Properties/AssemblyInfo.cs b/src/Sql/Sql.Sdk/Properties/AssemblyInfo.cs
index 42bb9970c482..b3102c980bd3 100644
--- a/src/Sql/Sql.Sdk/Properties/AssemblyInfo.cs
+++ b/src/Sql/Sql.Sdk/Properties/AssemblyInfo.cs
@@ -26,5 +26,5 @@
[assembly: CLSCompliant(false)]
[assembly: Guid("e4865c26-d70d-4151-ba6e-af45c4df7271")]
-[assembly: AssemblyVersion("4.8.0")]
-[assembly: AssemblyFileVersion("4.8.0")]
+[assembly: AssemblyVersion("4.9.0")]
+[assembly: AssemblyFileVersion("4.9.0")]
diff --git a/src/Sql/Sql/Az.Sql.psd1 b/src/Sql/Sql/Az.Sql.psd1
index d0389311eae8..a239a9318419 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: 06/29/2023
+# Generated on: 26/07/2023
#
@{
@@ -12,7 +12,7 @@
# RootModule = ''
# Version number of this module.
-ModuleVersion = '4.8.0'
+ModuleVersion = '4.9.0'
# Supported PSEditions
CompatiblePSEditions = 'Core', 'Desktop'
@@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2'
# ProcessorArchitecture = ''
# Modules that must be imported into the global environment prior to importing this module
-RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.12.4'; })
+RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.12.5'; })
# Assemblies that must be loaded prior to importing this module
RequiredAssemblies = 'Microsoft.Azure.PowerShell.Sql.Sdk.dll',
@@ -302,20 +302,16 @@ CmdletsToExport = 'Invoke-AzSqlServerExternalGovernanceStatusRefresh',
'Set-AzSqlServerConfigurationOption',
'Enable-AzSqlInstanceDatabaseLedgerDigestUpload',
'Disable-AzSqlInstanceDatabaseLedgerDigestUpload',
- 'Get-AzSqlInstanceDatabaseLedgerDigestUpload',
- 'Copy-AzSqlInstanceDatabase',
- 'Move-AzSqlInstanceDatabase',
- 'Complete-AzSqlInstanceDatabaseMove',
- 'Complete-AzSqlInstanceDatabaseCopy',
- 'Stop-AzSqlInstanceDatabaseMove',
- 'Stop-AzSqlInstanceDatabaseCopy',
- 'Get-AzSqlInstanceDatabaseCopyOperation',
- 'Get-AzSqlInstanceDatabaseMoveOperation',
- 'Start-AzSqlInstance',
- 'Stop-AzSqlInstance',
- 'Get-AzSqlInstanceStartStopSchedule',
- 'New-AzSqlInstanceStartStopSchedule',
- 'Remove-AzSqlInstanceStartStopSchedule',
+ 'Get-AzSqlInstanceDatabaseLedgerDigestUpload',
+ 'Copy-AzSqlInstanceDatabase', 'Move-AzSqlInstanceDatabase',
+ 'Complete-AzSqlInstanceDatabaseMove',
+ 'Complete-AzSqlInstanceDatabaseCopy',
+ 'Stop-AzSqlInstanceDatabaseMove', 'Stop-AzSqlInstanceDatabaseCopy',
+ 'Get-AzSqlInstanceDatabaseCopyOperation',
+ 'Get-AzSqlInstanceDatabaseMoveOperation', 'Start-AzSqlInstance',
+ 'Stop-AzSqlInstance', 'Get-AzSqlInstanceStartStopSchedule',
+ 'New-AzSqlInstanceStartStopSchedule',
+ 'Remove-AzSqlInstanceStartStopSchedule',
'New-AzSqlInstanceScheduleItem'
# Variables to export from this module
@@ -364,16 +360,13 @@ PrivateData = @{
# IconUri = ''
# ReleaseNotes of this module
- ReleaseNotes = '* Added ''TryPlannedBeforeForcedFailover'' parameter to ''Switch-AzSqlDatabaseFailoverGroup''
-* Added new cmdlets for managed database move and copy operations
- - ''Copy-AzSqlInstanceDatabase''
- - ''Move-AzSqlInstanceDatabase''
- - ''Complete-AzSqlInstanceDatabaseCopy''
- - ''Stop-AzSqlInstanceDatabaseCopy''
- - ''Complete-AzSqlInstanceDatabaseMove''
- - ''Stop-AzSqlInstanceDatabaseMove''
- - ''Get-AzSqlInstanceDatabaseMoveOperation''
- - ''Get-AzSqlInstanceDatabaseCopyOperation'''
+ ReleaseNotes = '* Added new cmdlets for Azure SQL Managed Instance start/stop schedule
+ - ''Start-AzSqlInstance'',
+ - ''Stop-AzSqlInstance'',
+ - ''Get-AzSqlInstanceStartStopSchedule'',
+ - ''New-AzSqlInstanceStartStopSchedule'',
+ - ''Remove-AzSqlInstanceStartStopSchedule'',
+ - ''New-AzSqlInstanceScheduleItem'''
# Prerelease string of this module
# Prerelease = ''
diff --git a/src/Sql/Sql/ChangeLog.md b/src/Sql/Sql/ChangeLog.md
index 7fe8ec503b4e..254815340841 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 4.9.0
* Added new cmdlets for Azure SQL Managed Instance start/stop schedule
- 'Start-AzSqlInstance',
- 'Stop-AzSqlInstance',
diff --git a/src/Sql/Sql/Properties/AssemblyInfo.cs b/src/Sql/Sql/Properties/AssemblyInfo.cs
index 7eb739b2d91b..930ce1f54122 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("4.8.0")]
-[assembly: AssemblyFileVersion("4.8.0")]
+[assembly: AssemblyVersion("4.9.0")]
+[assembly: AssemblyFileVersion("4.9.0")]
#if !SIGN
[assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.Resources.Test")]
#endif
diff --git a/src/Ssh/Ssh.Test/ScenarioTests/SshTestRunner.cs b/src/Ssh/Ssh.Test/ScenarioTests/SshTestRunner.cs
index 84b686e221df..cb5005387b35 100644
--- a/src/Ssh/Ssh.Test/ScenarioTests/SshTestRunner.cs
+++ b/src/Ssh/Ssh.Test/ScenarioTests/SshTestRunner.cs
@@ -26,10 +26,7 @@ protected SshTestRunner(ITestOutputHelper output)
})
.WithNewRecordMatcherArguments(
userAgentsToIgnore: new Dictionary(),
- resourceProviders: new Dictionary
- {
- {"Microsoft.Compute", null}
- }
+ resourceProviders: new Dictionary()
)
.Build();
}
diff --git a/src/Ssh/Ssh.Test/Ssh.Test.csproj b/src/Ssh/Ssh.Test/Ssh.Test.csproj
index f150af724022..a9dd3cb0a032 100644
--- a/src/Ssh/Ssh.Test/Ssh.Test.csproj
+++ b/src/Ssh/Ssh.Test/Ssh.Test.csproj
@@ -1,4 +1,4 @@
-
+
Ssh
@@ -19,7 +19,7 @@
-
+
-
+
\ No newline at end of file
diff --git a/src/StackHCI/Az.StackHCI.psd1 b/src/StackHCI/Az.StackHCI.psd1
index 8b639f8de310..cd6ba45945cf 100644
--- a/src/StackHCI/Az.StackHCI.psd1
+++ b/src/StackHCI/Az.StackHCI.psd1
@@ -3,7 +3,7 @@
#
# Generated by: Microsoft Corporation
#
-# Generated on: 7/24/2023
+# Generated on: 26/07/2023
#
@{
@@ -12,7 +12,7 @@
RootModule = './Az.StackHCI.psm1'
# Version number of this module.
-ModuleVersion = '2.0.0'
+ModuleVersion = '2.1.0'
# Supported PSEditions
CompatiblePSEditions = 'Core', 'Desktop'
@@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2'
# ProcessorArchitecture = ''
# Modules that must be imported into the global environment prior to importing this module
-RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.12.3'; })
+RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.12.5'; })
# Assemblies that must be loaded prior to importing this module
RequiredAssemblies = './bin/Az.StackHCI.private.dll'
@@ -76,7 +76,7 @@ FunctionsToExport = 'Add-AzStackHCIVMAttestation', 'Disable-AzStackHCIAttestatio
'Get-AzStackHCIRemoteSupportAccess',
'Get-AzStackHCIRemoteSupportSessionHistory',
'Get-AzStackHCIVMAttestation', 'Install-AzStackHCIRemoteSupport',
- 'Invoke-AzStackHciConsentAndInstallDefaultExtensions',
+ 'Invoke-AzStackHciConsentAndInstallDefaultExtension',
'Invoke-AzStackHciExtendClusterSoftwareAssuranceBenefit',
'New-AzStackHciArcSetting', 'New-AzStackHciCluster',
'New-AzStackHciExtension', 'Register-AzStackHCI',
@@ -121,7 +121,10 @@ PrivateData = @{
# IconUri = ''
# ReleaseNotes of this module
- # ReleaseNotes = ''
+ ReleaseNotes = '* Updated to api-version 2023-03-01.
+* Cmdlets added:
+ - Invoke-AzStackHciExtendClusterSoftwareAssuranceBenefit : Enable Software Assurance for a cluster
+ - Invoke-AzStackHciConsentAndInstallDefaultExtensions : Consent to installing default extensions on the cluster'
# Prerelease string of this module
# Prerelease = ''
diff --git a/src/StackHCI/ChangeLog.md b/src/StackHCI/ChangeLog.md
index a7b463968a37..4ab35416ee4a 100644
--- a/src/StackHCI/ChangeLog.md
+++ b/src/StackHCI/ChangeLog.md
@@ -18,6 +18,8 @@
- Additional information about change #1
-->
## Upcoming Release
+
+## Version 2.1.0
* Updated to api-version 2023-03-01.
* Cmdlets added:
- Invoke-AzStackHciExtendClusterSoftwareAssuranceBenefit : Enable Software Assurance for a cluster
diff --git a/src/StackHCI/Properties/AssemblyInfo.cs b/src/StackHCI/Properties/AssemblyInfo.cs
index b017f19958e4..3ab49499f1b6 100644
--- a/src/StackHCI/Properties/AssemblyInfo.cs
+++ b/src/StackHCI/Properties/AssemblyInfo.cs
@@ -24,5 +24,5 @@
[assembly: ComVisible(false)]
[assembly: CLSCompliant(false)]
[assembly: Guid("8853A329-2E41-4A6A-808B-9D1170A5BBB4")]
-[assembly: AssemblyVersion("2.0.0")]
-[assembly: AssemblyFileVersion("2.0.0")]
+[assembly: AssemblyVersion("2.1.0")]
+[assembly: AssemblyFileVersion("2.1.0")]
diff --git a/src/StackHCI/README.md b/src/StackHCI/README.md
index 3ba2c1aba5da..9c05d97a3fe4 100644
--- a/src/StackHCI/README.md
+++ b/src/StackHCI/README.md
@@ -71,7 +71,7 @@ directive:
verb: Invoke
subject: AndArcSetting
set:
- subject: ConsentAndInstallDefaultExtensions
+ subject: ConsentAndInstallDefaultExtension
# Remove the unexpanded parameter set
- where:
variant: ^Create$|^CreateViaIdentity$|^CreateViaIdentityExpanded$|^Update$|^UpdateViaIdentity$
@@ -117,7 +117,7 @@ directive:
script: '"default"'
- where:
verb: Invoke
- subject: ConsentAndInstallDefaultExtensions
+ subject: ConsentAndInstallDefaultExtension
parameter-name: ArcSettingName
hide: true
set:
diff --git a/src/StackHCI/StackHCI.sln b/src/StackHCI/StackHCI.sln
index e4a0a68c162b..e944ce232dea 100644
--- a/src/StackHCI/StackHCI.sln
+++ b/src/StackHCI/StackHCI.sln
@@ -3,19 +3,19 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Accounts", "..\Accounts\Accounts\Accounts.csproj", "{DCD8A12E-B41A-41FD-AB69-0A18D86980D7}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Accounts", "..\Accounts\Accounts\Accounts.csproj", "{8A7D2120-D3BC-4AC5-93B5-16B181D599BB}"
EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AssemblyLoading", "..\Accounts\AssemblyLoading\AssemblyLoading.csproj", "{9E6BBA8F-8B71-439E-98EB-38ED360B6BA7}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AssemblyLoading", "..\Accounts\AssemblyLoading\AssemblyLoading.csproj", "{AF264BDC-FF9A-4957-9D39-4059C8D934FA}"
EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authentication", "..\Accounts\Authentication\Authentication.csproj", "{78941DBD-57C5-48C8-B4B9-7B73709F1AE4}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authentication", "..\Accounts\Authentication\Authentication.csproj", "{488E8910-0127-40FD-9D24-30DC0E2F3B83}"
EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authentication.ResourceManager", "..\Accounts\Authentication.ResourceManager\Authentication.ResourceManager.csproj", "{971ACFA1-3154-4FD2-BF5A-16AD9FBBD681}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authentication.ResourceManager", "..\Accounts\Authentication.ResourceManager\Authentication.ResourceManager.csproj", "{B348CF6C-6897-4575-B8B1-4B05431D308C}"
EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AuthenticationAssemblyLoadContext", "..\Accounts\AuthenticationAssemblyLoadContext\AuthenticationAssemblyLoadContext.csproj", "{7FF59606-3FA3-462E-AD78-209E93A57364}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AuthenticationAssemblyLoadContext", "..\Accounts\AuthenticationAssemblyLoadContext\AuthenticationAssemblyLoadContext.csproj", "{D3D92132-CABC-4A2F-A054-6C8993540C26}"
EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authenticators", "..\Accounts\Authenticators\Authenticators.csproj", "{840FEB91-36C0-4966-B64E-70BA1400E163}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authenticators", "..\Accounts\Authenticators\Authenticators.csproj", "{772ADD26-34CD-4172-98AC-AC65A32EE07D}"
EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.StackHCI", "Az.StackHCI.csproj", "{84B79F07-2D74-40B0-AE90-82A090771AE8}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.StackHCI", "Az.StackHCI.csproj", "{1E9D1CC5-C46E-49EB-A55A-9402EE48875F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -26,33 +26,33 @@ Global
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {DCD8A12E-B41A-41FD-AB69-0A18D86980D7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {DCD8A12E-B41A-41FD-AB69-0A18D86980D7}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {DCD8A12E-B41A-41FD-AB69-0A18D86980D7}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {DCD8A12E-B41A-41FD-AB69-0A18D86980D7}.Release|Any CPU.Build.0 = Release|Any CPU
- {9E6BBA8F-8B71-439E-98EB-38ED360B6BA7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {9E6BBA8F-8B71-439E-98EB-38ED360B6BA7}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {9E6BBA8F-8B71-439E-98EB-38ED360B6BA7}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {9E6BBA8F-8B71-439E-98EB-38ED360B6BA7}.Release|Any CPU.Build.0 = Release|Any CPU
- {78941DBD-57C5-48C8-B4B9-7B73709F1AE4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {78941DBD-57C5-48C8-B4B9-7B73709F1AE4}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {78941DBD-57C5-48C8-B4B9-7B73709F1AE4}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {78941DBD-57C5-48C8-B4B9-7B73709F1AE4}.Release|Any CPU.Build.0 = Release|Any CPU
- {971ACFA1-3154-4FD2-BF5A-16AD9FBBD681}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {971ACFA1-3154-4FD2-BF5A-16AD9FBBD681}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {971ACFA1-3154-4FD2-BF5A-16AD9FBBD681}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {971ACFA1-3154-4FD2-BF5A-16AD9FBBD681}.Release|Any CPU.Build.0 = Release|Any CPU
- {7FF59606-3FA3-462E-AD78-209E93A57364}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {7FF59606-3FA3-462E-AD78-209E93A57364}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {7FF59606-3FA3-462E-AD78-209E93A57364}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {7FF59606-3FA3-462E-AD78-209E93A57364}.Release|Any CPU.Build.0 = Release|Any CPU
- {840FEB91-36C0-4966-B64E-70BA1400E163}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {840FEB91-36C0-4966-B64E-70BA1400E163}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {840FEB91-36C0-4966-B64E-70BA1400E163}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {840FEB91-36C0-4966-B64E-70BA1400E163}.Release|Any CPU.Build.0 = Release|Any CPU
- {84B79F07-2D74-40B0-AE90-82A090771AE8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {84B79F07-2D74-40B0-AE90-82A090771AE8}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {84B79F07-2D74-40B0-AE90-82A090771AE8}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {84B79F07-2D74-40B0-AE90-82A090771AE8}.Release|Any CPU.Build.0 = Release|Any CPU
+ {8A7D2120-D3BC-4AC5-93B5-16B181D599BB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {8A7D2120-D3BC-4AC5-93B5-16B181D599BB}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {8A7D2120-D3BC-4AC5-93B5-16B181D599BB}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {8A7D2120-D3BC-4AC5-93B5-16B181D599BB}.Release|Any CPU.Build.0 = Release|Any CPU
+ {AF264BDC-FF9A-4957-9D39-4059C8D934FA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {AF264BDC-FF9A-4957-9D39-4059C8D934FA}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {AF264BDC-FF9A-4957-9D39-4059C8D934FA}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {AF264BDC-FF9A-4957-9D39-4059C8D934FA}.Release|Any CPU.Build.0 = Release|Any CPU
+ {488E8910-0127-40FD-9D24-30DC0E2F3B83}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {488E8910-0127-40FD-9D24-30DC0E2F3B83}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {488E8910-0127-40FD-9D24-30DC0E2F3B83}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {488E8910-0127-40FD-9D24-30DC0E2F3B83}.Release|Any CPU.Build.0 = Release|Any CPU
+ {B348CF6C-6897-4575-B8B1-4B05431D308C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {B348CF6C-6897-4575-B8B1-4B05431D308C}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {B348CF6C-6897-4575-B8B1-4B05431D308C}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {B348CF6C-6897-4575-B8B1-4B05431D308C}.Release|Any CPU.Build.0 = Release|Any CPU
+ {D3D92132-CABC-4A2F-A054-6C8993540C26}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {D3D92132-CABC-4A2F-A054-6C8993540C26}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {D3D92132-CABC-4A2F-A054-6C8993540C26}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {D3D92132-CABC-4A2F-A054-6C8993540C26}.Release|Any CPU.Build.0 = Release|Any CPU
+ {772ADD26-34CD-4172-98AC-AC65A32EE07D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {772ADD26-34CD-4172-98AC-AC65A32EE07D}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {772ADD26-34CD-4172-98AC-AC65A32EE07D}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {772ADD26-34CD-4172-98AC-AC65A32EE07D}.Release|Any CPU.Build.0 = Release|Any CPU
+ {1E9D1CC5-C46E-49EB-A55A-9402EE48875F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {1E9D1CC5-C46E-49EB-A55A-9402EE48875F}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {1E9D1CC5-C46E-49EB-A55A-9402EE48875F}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {1E9D1CC5-C46E-49EB-A55A-9402EE48875F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal
diff --git a/src/StackHCI/examples/Invoke-AzStackHciConsentAndInstallDefaultExtension.md b/src/StackHCI/examples/Invoke-AzStackHciConsentAndInstallDefaultExtension.md
new file mode 100644
index 000000000000..a44aa33aacc9
--- /dev/null
+++ b/src/StackHCI/examples/Invoke-AzStackHciConsentAndInstallDefaultExtension.md
@@ -0,0 +1,14 @@
+### Example 1:
+```powershell
+Invoke-AzStackHciConsentAndInstallDefaultExtension -ResourceGroupName "test-rg" -ClusterName "test-clus"
+```
+
+```output
+Resource Group AggregateState
+-------------- --------------
+test-rg Connected
+```
+
+Consent for installation of default extensions.
+ArcSettings resource is returned.
+
diff --git a/src/StackHCI/examples/Invoke-AzStackHciConsentAndInstallDefaultExtensions.md b/src/StackHCI/examples/Invoke-AzStackHciConsentAndInstallDefaultExtensions.md
deleted file mode 100644
index 09d277cf0bb6..000000000000
--- a/src/StackHCI/examples/Invoke-AzStackHciConsentAndInstallDefaultExtensions.md
+++ /dev/null
@@ -1,14 +0,0 @@
-### Example 1:
-```powershell
-Invoke-AzStackHciConsentAndInstallDefaultExtensions -ResourceGroupName "test-rg" -ClusterName "test-clus"
-```
-
-```output
-Resource Group AggregateState
--------------- --------------
-test-rg Connected
-
-```
-
-Consent for installation of default extensions. ArcSettings resource is returned.
-
diff --git a/src/StackHCI/exports/Invoke-AzStackHciConsentAndInstallDefaultExtensions.ps1 b/src/StackHCI/exports/Invoke-AzStackHciConsentAndInstallDefaultExtension.ps1
similarity index 96%
rename from src/StackHCI/exports/Invoke-AzStackHciConsentAndInstallDefaultExtensions.ps1
rename to src/StackHCI/exports/Invoke-AzStackHciConsentAndInstallDefaultExtension.ps1
index aa7923683df7..70c9316fb88a 100644
--- a/src/StackHCI/exports/Invoke-AzStackHciConsentAndInstallDefaultExtensions.ps1
+++ b/src/StackHCI/exports/Invoke-AzStackHciConsentAndInstallDefaultExtension.ps1
@@ -20,7 +20,7 @@ Add consent time for default extensions and initiate extensions installation
.Description
Add consent time for default extensions and initiate extensions installation
.Example
-Invoke-AzStackHciConsentAndInstallDefaultExtensions -ResourceGroupName "test-rg" -ClusterName "test-clus"
+Invoke-AzStackHciConsentAndInstallDefaultExtension -ResourceGroupName "test-rg" -ClusterName "test-clus"
.Inputs
Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.IStackHciIdentity
@@ -39,9 +39,9 @@ INPUTOBJECT : Identity Parameter
[ResourceGroupName ]: The name of the resource group. The name is case insensitive.
[SubscriptionId ]: The ID of the target subscription.
.Link
-https://learn.microsoft.com/powershell/module/az.stackhci/invoke-azstackhciconsentandinstalldefaultextensions
+https://learn.microsoft.com/powershell/module/az.stackhci/invoke-azstackhciconsentandinstalldefaultextension
#>
-function Invoke-AzStackHciConsentAndInstallDefaultExtensions {
+function Invoke-AzStackHciConsentAndInstallDefaultExtension {
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20230301.IArcSetting])]
[CmdletBinding(DefaultParameterSetName='And', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')]
param(
@@ -147,8 +147,8 @@ begin {
}
$mapping = @{
- And = 'Az.StackHCI.private\Invoke-AzStackHciConsentAndInstallDefaultExtensions_And';
- AndViaIdentity = 'Az.StackHCI.private\Invoke-AzStackHciConsentAndInstallDefaultExtensions_AndViaIdentity';
+ And = 'Az.StackHCI.private\Invoke-AzStackHciConsentAndInstallDefaultExtension_And';
+ AndViaIdentity = 'Az.StackHCI.private\Invoke-AzStackHciConsentAndInstallDefaultExtension_AndViaIdentity';
}
if (('And') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('ArcSettingName')) {
$PSBoundParameters['ArcSettingName'] = "default"
diff --git a/src/StackHCI/exports/ProxyCmdletDefinitions.ps1 b/src/StackHCI/exports/ProxyCmdletDefinitions.ps1
index 31d5ab306563..c48d7271a6b7 100644
--- a/src/StackHCI/exports/ProxyCmdletDefinitions.ps1
+++ b/src/StackHCI/exports/ProxyCmdletDefinitions.ps1
@@ -612,7 +612,7 @@ Add consent time for default extensions and initiate extensions installation
.Description
Add consent time for default extensions and initiate extensions installation
.Example
-Invoke-AzStackHciConsentAndInstallDefaultExtensions -ResourceGroupName "test-rg" -ClusterName "test-clus"
+Invoke-AzStackHciConsentAndInstallDefaultExtension -ResourceGroupName "test-rg" -ClusterName "test-clus"
.Inputs
Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.IStackHciIdentity
@@ -631,9 +631,9 @@ INPUTOBJECT : Identity Parameter
[ResourceGroupName ]: The name of the resource group. The name is case insensitive.
[SubscriptionId ]: The ID of the target subscription.
.Link
-https://learn.microsoft.com/powershell/module/az.stackhci/invoke-azstackhciconsentandinstalldefaultextensions
+https://learn.microsoft.com/powershell/module/az.stackhci/invoke-azstackhciconsentandinstalldefaultextension
#>
-function Invoke-AzStackHciConsentAndInstallDefaultExtensions {
+function Invoke-AzStackHciConsentAndInstallDefaultExtension {
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20230301.IArcSetting])]
[CmdletBinding(DefaultParameterSetName='And', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')]
param(
@@ -739,8 +739,8 @@ begin {
}
$mapping = @{
- And = 'Az.StackHCI.private\Invoke-AzStackHciConsentAndInstallDefaultExtensions_And';
- AndViaIdentity = 'Az.StackHCI.private\Invoke-AzStackHciConsentAndInstallDefaultExtensions_AndViaIdentity';
+ And = 'Az.StackHCI.private\Invoke-AzStackHciConsentAndInstallDefaultExtension_And';
+ AndViaIdentity = 'Az.StackHCI.private\Invoke-AzStackHciConsentAndInstallDefaultExtension_AndViaIdentity';
}
if (('And') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('ArcSettingName')) {
$PSBoundParameters['ArcSettingName'] = "default"
diff --git a/src/StackHCI/generate-info.json b/src/StackHCI/generate-info.json
index c367b8423ccf..f786bee0a8b5 100644
--- a/src/StackHCI/generate-info.json
+++ b/src/StackHCI/generate-info.json
@@ -1,5 +1,5 @@
{
- "swagger_commit": "ed9bde6a3db71b84fdba076ba0546213bcce56ee",
+ "swagger_commit": "23d88533ddfde4d1565a897fe95d42fb0d9333e5",
"node": "v14.15.5",
"autorest": "`-- (empty)",
"autorest_core": "3.9.6",
diff --git a/src/StackHCI/generated/cmdlets/InvokeAzStackHciConsentAndInstallDefaultExtensions_And.cs b/src/StackHCI/generated/cmdlets/InvokeAzStackHciConsentAndInstallDefaultExtension_And.cs
similarity index 99%
rename from src/StackHCI/generated/cmdlets/InvokeAzStackHciConsentAndInstallDefaultExtensions_And.cs
rename to src/StackHCI/generated/cmdlets/InvokeAzStackHciConsentAndInstallDefaultExtension_And.cs
index 5dd9d4c45a9f..ff47432f9ed9 100644
--- a/src/StackHCI/generated/cmdlets/InvokeAzStackHciConsentAndInstallDefaultExtensions_And.cs
+++ b/src/StackHCI/generated/cmdlets/InvokeAzStackHciConsentAndInstallDefaultExtension_And.cs
@@ -12,11 +12,11 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Cmdlets
///
/// [OpenAPI] ConsentAndInstallDefaultExtensions=>POST:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureStackHCI/clusters/{clusterName}/arcSettings/{arcSettingName}/consentAndInstallDefaultExtensions"
///
- [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsLifecycle.Invoke, @"AzStackHciConsentAndInstallDefaultExtensions_And", SupportsShouldProcess = true)]
+ [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsLifecycle.Invoke, @"AzStackHciConsentAndInstallDefaultExtension_And", SupportsShouldProcess = true)]
[global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20230301.IArcSetting))]
[global::Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Description(@"Add consent time for default extensions and initiate extensions installation")]
[global::Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Generated]
- public partial class InvokeAzStackHciConsentAndInstallDefaultExtensions_And : global::System.Management.Automation.PSCmdlet,
+ public partial class InvokeAzStackHciConsentAndInstallDefaultExtension_And : global::System.Management.Automation.PSCmdlet,
Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Runtime.IEventListener
{
/// A unique id generatd for the this cmdlet when it is instantiated.
@@ -209,9 +209,9 @@ protected override void EndProcessing()
}
///
- /// Intializes a new instance of the cmdlet class.
+ /// Intializes a new instance of the cmdlet class.
///
- public InvokeAzStackHciConsentAndInstallDefaultExtensions_And()
+ public InvokeAzStackHciConsentAndInstallDefaultExtension_And()
{
}
diff --git a/src/StackHCI/generated/cmdlets/InvokeAzStackHciConsentAndInstallDefaultExtensions_AndViaIdentity.cs b/src/StackHCI/generated/cmdlets/InvokeAzStackHciConsentAndInstallDefaultExtension_AndViaIdentity.cs
similarity index 99%
rename from src/StackHCI/generated/cmdlets/InvokeAzStackHciConsentAndInstallDefaultExtensions_AndViaIdentity.cs
rename to src/StackHCI/generated/cmdlets/InvokeAzStackHciConsentAndInstallDefaultExtension_AndViaIdentity.cs
index b3773278c665..8c216d84ae5e 100644
--- a/src/StackHCI/generated/cmdlets/InvokeAzStackHciConsentAndInstallDefaultExtensions_AndViaIdentity.cs
+++ b/src/StackHCI/generated/cmdlets/InvokeAzStackHciConsentAndInstallDefaultExtension_AndViaIdentity.cs
@@ -12,11 +12,11 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Cmdlets
///
/// [OpenAPI] ConsentAndInstallDefaultExtensions=>POST:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureStackHCI/clusters/{clusterName}/arcSettings/{arcSettingName}/consentAndInstallDefaultExtensions"
///
- [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsLifecycle.Invoke, @"AzStackHciConsentAndInstallDefaultExtensions_AndViaIdentity", SupportsShouldProcess = true)]
+ [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsLifecycle.Invoke, @"AzStackHciConsentAndInstallDefaultExtension_AndViaIdentity", SupportsShouldProcess = true)]
[global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20230301.IArcSetting))]
[global::Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Description(@"Add consent time for default extensions and initiate extensions installation")]
[global::Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Generated]
- public partial class InvokeAzStackHciConsentAndInstallDefaultExtensions_AndViaIdentity : global::System.Management.Automation.PSCmdlet,
+ public partial class InvokeAzStackHciConsentAndInstallDefaultExtension_AndViaIdentity : global::System.Management.Automation.PSCmdlet,
Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Runtime.IEventListener
{
/// A unique id generatd for the this cmdlet when it is instantiated.
@@ -152,10 +152,10 @@ protected override void EndProcessing()
}
///
- /// Intializes a new instance of the cmdlet
+ /// Intializes a new instance of the cmdlet
/// class.
///
- public InvokeAzStackHciConsentAndInstallDefaultExtensions_AndViaIdentity()
+ public InvokeAzStackHciConsentAndInstallDefaultExtension_AndViaIdentity()
{
}
diff --git a/src/StackHCI/help/Az.StackHCI.md b/src/StackHCI/help/Az.StackHCI.md
index d45b2169a981..5014969c55a8 100644
--- a/src/StackHCI/help/Az.StackHCI.md
+++ b/src/StackHCI/help/Az.StackHCI.md
@@ -47,7 +47,7 @@ Get-AzStackHCIVMAttestation shows a list of guests added to IMDS Attestation on
### [Install-AzStackHCIRemoteSupport](Install-AzStackHCIRemoteSupport.md)
Installs Remote Support.
-### [Invoke-AzStackHciConsentAndInstallDefaultExtensions](Invoke-AzStackHciConsentAndInstallDefaultExtensions.md)
+### [Invoke-AzStackHciConsentAndInstallDefaultExtension](Invoke-AzStackHciConsentAndInstallDefaultExtension.md)
Add consent time for default extensions and initiate extensions installation
### [Invoke-AzStackHciExtendClusterSoftwareAssuranceBenefit](Invoke-AzStackHciExtendClusterSoftwareAssuranceBenefit.md)
diff --git a/src/StackHCI/help/Invoke-AzStackHciConsentAndInstallDefaultExtensions.md b/src/StackHCI/help/Invoke-AzStackHciConsentAndInstallDefaultExtension.md
similarity index 91%
rename from src/StackHCI/help/Invoke-AzStackHciConsentAndInstallDefaultExtensions.md
rename to src/StackHCI/help/Invoke-AzStackHciConsentAndInstallDefaultExtension.md
index 8eaf2bf4a4a3..88f337f00514 100644
--- a/src/StackHCI/help/Invoke-AzStackHciConsentAndInstallDefaultExtensions.md
+++ b/src/StackHCI/help/Invoke-AzStackHciConsentAndInstallDefaultExtension.md
@@ -1,11 +1,11 @@
---
external help file:
Module Name: Az.StackHCI
-online version: https://learn.microsoft.com/powershell/module/az.stackhci/invoke-azstackhciconsentandinstalldefaultextensions
+online version: https://learn.microsoft.com/powershell/module/az.stackhci/invoke-azstackhciconsentandinstalldefaultextension
schema: 2.0.0
---
-# Invoke-AzStackHciConsentAndInstallDefaultExtensions
+# Invoke-AzStackHciConsentAndInstallDefaultExtension
## SYNOPSIS
Add consent time for default extensions and initiate extensions installation
@@ -14,13 +14,13 @@ Add consent time for default extensions and initiate extensions installation
### And (Default)
```
-Invoke-AzStackHciConsentAndInstallDefaultExtensions -ClusterName -ResourceGroupName
+Invoke-AzStackHciConsentAndInstallDefaultExtension -ClusterName -ResourceGroupName
[-SubscriptionId ] [-DefaultProfile ] [-Confirm] [-WhatIf] []
```
### AndViaIdentity
```
-Invoke-AzStackHciConsentAndInstallDefaultExtensions -InputObject
+Invoke-AzStackHciConsentAndInstallDefaultExtension -InputObject
[-DefaultProfile ] [-Confirm] [-WhatIf] []
```
@@ -31,14 +31,13 @@ Add consent time for default extensions and initiate extensions installation
### Example 1:
```powershell
-Invoke-AzStackHciConsentAndInstallDefaultExtensions -ResourceGroupName "test-rg" -ClusterName "test-clus"
+Invoke-AzStackHciConsentAndInstallDefaultExtension -ResourceGroupName "test-rg" -ClusterName "test-clus"
```
```output
Resource Group AggregateState
-------------- --------------
test-rg Connected
-
```
Consent for installation of default extensions.
diff --git a/src/StackHCI/test/Get-AzStackHciArcSetting.Recording.json b/src/StackHCI/test/Get-AzStackHciArcSetting.Recording.json
index d6dde6eb1274..0e769609cad7 100644
--- a/src/StackHCI/test/Get-AzStackHciArcSetting.Recording.json
+++ b/src/StackHCI/test/Get-AzStackHciArcSetting.Recording.json
@@ -1,13 +1,13 @@
{
- "Get-AzStackHciArcSetting+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/680d0dad-59aa-4464-adf3-b34b2b427e8c/resourceGroups/azurestackhci-pwsh-rg-8x/providers/Microsoft.AzureStackHCI/clusters/pwsh-Cluster0h9u/arcSettings?api-version=2023-03-01+1": {
+ "Get-AzStackHciArcSetting+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/680d0dad-59aa-4464-adf3-b34b2b427e8c/resourceGroups/azurestackhci-pwsh-rg-c6/providers/Microsoft.AzureStackHCI/clusters/pwsh-Clusteryjod/arcSettings?api-version=2023-03-01+1": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/680d0dad-59aa-4464-adf3-b34b2b427e8c/resourceGroups/azurestackhci-pwsh-rg-8x/providers/Microsoft.AzureStackHCI/clusters/pwsh-Cluster0h9u/arcSettings?api-version=2023-03-01",
+ "RequestUri": "https://management.azure.com/subscriptions/680d0dad-59aa-4464-adf3-b34b2b427e8c/resourceGroups/azurestackhci-pwsh-rg-c6/providers/Microsoft.AzureStackHCI/clusters/pwsh-Clusteryjod/arcSettings?api-version=2023-03-01",
"Content": null,
"isContentBase64": false,
"Headers": {
"x-ms-unique-id": [ "10" ],
- "x-ms-client-request-id": [ "da45be4a-a047-407e-8aeb-76f0f044753e" ],
+ "x-ms-client-request-id": [ "ef260504-41a1-4644-837d-273f34a42099" ],
"CommandName": [ "Get-AzStackHciArcSetting" ],
"FullCommandName": [ "Get-AzStackHciArcSetting_List" ],
"ParameterSetName": [ "__AllParameterSets" ],
@@ -22,22 +22,22 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11991" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ],
"x-ms-providerhub-traffic": [ "True" ],
"X-Content-Type-Options": [ "nosniff" ],
- "mise-correlation-id": [ "f5503759-31ef-4442-905e-29c9207b9a06" ],
- "x-ms-request-id": [ "9dcc920f-7ea4-4388-b74a-afbfd0672c06" ],
- "x-ms-correlation-request-id": [ "067923a1-aa90-44ad-86d7-160aca96127b" ],
+ "mise-correlation-id": [ "b36e41ca-c27b-4977-8b38-cde4829235dd" ],
+ "x-ms-request-id": [ "70094700-57bd-479a-b8e4-187b64b3b8cf" ],
+ "x-ms-correlation-request-id": [ "59b1c5fb-3eef-4f8d-a266-20aea433feae" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-routing-request-id": [ "JIOINDIACENTRAL:20230724T091541Z:067923a1-aa90-44ad-86d7-160aca96127b" ],
- "Date": [ "Mon, 24 Jul 2023 09:15:41 GMT" ]
+ "x-ms-routing-request-id": [ "CENTRALINDIA:20230726T051528Z:59b1c5fb-3eef-4f8d-a266-20aea433feae" ],
+ "Date": [ "Wed, 26 Jul 2023 05:15:28 GMT" ]
},
"ContentHeaders": {
"Content-Length": [ "590" ],
"Content-Type": [ "application/json; charset=utf-8" ],
"Expires": [ "-1" ]
},
- "Content": "{\"value\":[{\"id\":\"/subscriptions/680d0dad-59aa-4464-adf3-b34b2b427e8c/resourceGroups/azurestackhci-pwsh-rg-8x/providers/Microsoft.AzureStackHCI/clusters/pwsh-Cluster0h9u/arcSettings/default\",\"name\":\"default\",\"type\":\"microsoft.azurestackhci/clusters/arcsettings\",\"properties\":{\"connectivityProperties\":{\"enabled\":false,\"serviceConfigurations\":[]},\"provisioningState\":\"Succeeded\",\"arcInstanceResourceGroup\":\"pwsh-Cluster0h9u-3817c632-19e8-4e2d-ac5c-b01f730d5135-Arc-Infra-RG\",\"aggregateState\":\"NotSpecified\",\"perNodeDetails\":[],\"defaultExtensions\":[{\"category\":\"ProductQualityAndSupport\"}]}}]}",
+ "Content": "{\"value\":[{\"id\":\"/subscriptions/680d0dad-59aa-4464-adf3-b34b2b427e8c/resourceGroups/azurestackhci-pwsh-rg-c6/providers/Microsoft.AzureStackHCI/clusters/pwsh-Clusteryjod/arcSettings/default\",\"name\":\"default\",\"type\":\"microsoft.azurestackhci/clusters/arcsettings\",\"properties\":{\"connectivityProperties\":{\"enabled\":false,\"serviceConfigurations\":[]},\"provisioningState\":\"Succeeded\",\"arcInstanceResourceGroup\":\"pwsh-Clusteryjod-da00b8cd-822c-40c7-9fc5-a390ec81e229-Arc-Infra-RG\",\"aggregateState\":\"NotSpecified\",\"perNodeDetails\":[],\"defaultExtensions\":[{\"category\":\"ProductQualityAndSupport\"}]}}]}",
"isContentBase64": false
}
}
diff --git a/src/StackHCI/test/Get-AzStackHciCluster.Recording.json b/src/StackHCI/test/Get-AzStackHciCluster.Recording.json
index e9485bd238e5..80733bcd865c 100644
--- a/src/StackHCI/test/Get-AzStackHciCluster.Recording.json
+++ b/src/StackHCI/test/Get-AzStackHciCluster.Recording.json
@@ -1,13 +1,13 @@
{
- "Get-AzStackHciCluster+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/680d0dad-59aa-4464-adf3-b34b2b427e8c/resourceGroups/azurestackhci-pwsh-rg-8x/providers/Microsoft.AzureStackHCI/clusters/pwsh-Cluster0h9u?api-version=2023-03-01+1": {
+ "Get-AzStackHciCluster+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/680d0dad-59aa-4464-adf3-b34b2b427e8c/resourceGroups/azurestackhci-pwsh-rg-c6/providers/Microsoft.AzureStackHCI/clusters/pwsh-Clusteryjod?api-version=2023-03-01+1": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/680d0dad-59aa-4464-adf3-b34b2b427e8c/resourceGroups/azurestackhci-pwsh-rg-8x/providers/Microsoft.AzureStackHCI/clusters/pwsh-Cluster0h9u?api-version=2023-03-01",
+ "RequestUri": "https://management.azure.com/subscriptions/680d0dad-59aa-4464-adf3-b34b2b427e8c/resourceGroups/azurestackhci-pwsh-rg-c6/providers/Microsoft.AzureStackHCI/clusters/pwsh-Clusteryjod?api-version=2023-03-01",
"Content": null,
"isContentBase64": false,
"Headers": {
"x-ms-unique-id": [ "11" ],
- "x-ms-client-request-id": [ "0b712030-159a-4383-9dbc-949129a4ca0a" ],
+ "x-ms-client-request-id": [ "34ec28c3-d46b-4832-ba74-dc8b72583615" ],
"CommandName": [ "Get-AzStackHciCluster" ],
"FullCommandName": [ "Get-AzStackHciCluster_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
@@ -22,23 +22,23 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "ETag": [ "\"0d05a923-0000-0100-0000-64be40f60000\"" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11990" ],
+ "ETag": [ "\"14007f63-0000-0100-0000-64c0abab0000\"" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ],
"x-ms-providerhub-traffic": [ "True" ],
"X-Content-Type-Options": [ "nosniff" ],
- "mise-correlation-id": [ "ccad1d06-121a-4ac9-97eb-0f161e6d993b" ],
- "x-ms-request-id": [ "b9212ef8-9a29-40e2-8d22-2f075e628628" ],
- "x-ms-correlation-request-id": [ "005f0a57-5c04-4a1c-8cb2-8e0a0b958eb2" ],
+ "mise-correlation-id": [ "f472dd1f-f233-46e4-a101-60d5c48ad097" ],
+ "x-ms-request-id": [ "c5abb115-7535-4499-a36d-e451e90e4683" ],
+ "x-ms-correlation-request-id": [ "f1b715f5-c5e7-451a-8011-61d495a6e0b8" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-routing-request-id": [ "JIOINDIACENTRAL:20230724T091546Z:005f0a57-5c04-4a1c-8cb2-8e0a0b958eb2" ],
- "Date": [ "Mon, 24 Jul 2023 09:15:45 GMT" ]
+ "x-ms-routing-request-id": [ "CENTRALINDIA:20230726T051533Z:f1b715f5-c5e7-451a-8011-61d495a6e0b8" ],
+ "Date": [ "Wed, 26 Jul 2023 05:15:32 GMT" ]
},
"ContentHeaders": {
"Content-Length": [ "735" ],
"Content-Type": [ "application/json; charset=utf-8" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/680d0dad-59aa-4464-adf3-b34b2b427e8c/resourceGroups/azurestackhci-pwsh-rg-8x/providers/Microsoft.AzureStackHCI/clusters/pwsh-Cluster0h9u\",\"name\":\"pwsh-Cluster0h9u\",\"type\":\"microsoft.azurestackhci/clusters\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\",\"status\":\"NotYetRegistered\",\"cloudId\":\"3817c632-19e8-4e2d-ac5c-b01f730d5135\",\"softwareAssuranceProperties\":{\"softwareAssuranceStatus\":\"Disabled\",\"softwareAssuranceIntent\":\"Disable\"},\"desiredProperties\":{\"windowsServerSubscription\":\"Disabled\",\"diagnosticLevel\":\"Basic\"},\"trialDaysRemaining\":60,\"billingModel\":\"Trial\",\"serviceEndpoint\":\"https://dp.stackhci.azure.com/eastus/\",\"resourceProviderObjectId\":\"591802c0-3aa7-4a85-9c19-3f703f117987\"}}",
+ "Content": "{\"id\":\"/subscriptions/680d0dad-59aa-4464-adf3-b34b2b427e8c/resourceGroups/azurestackhci-pwsh-rg-c6/providers/Microsoft.AzureStackHCI/clusters/pwsh-Clusteryjod\",\"name\":\"pwsh-Clusteryjod\",\"type\":\"microsoft.azurestackhci/clusters\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\",\"status\":\"NotYetRegistered\",\"cloudId\":\"da00b8cd-822c-40c7-9fc5-a390ec81e229\",\"softwareAssuranceProperties\":{\"softwareAssuranceStatus\":\"Disabled\",\"softwareAssuranceIntent\":\"Disable\"},\"desiredProperties\":{\"windowsServerSubscription\":\"Disabled\",\"diagnosticLevel\":\"Basic\"},\"trialDaysRemaining\":60,\"billingModel\":\"Trial\",\"serviceEndpoint\":\"https://dp.stackhci.azure.com/eastus/\",\"resourceProviderObjectId\":\"591802c0-3aa7-4a85-9c19-3f703f117987\"}}",
"isContentBase64": false
}
}
diff --git a/src/StackHCI/test/Get-AzStackHciExtension.Recording.json b/src/StackHCI/test/Get-AzStackHciExtension.Recording.json
index a9880e1f39b2..7085942840b6 100644
--- a/src/StackHCI/test/Get-AzStackHciExtension.Recording.json
+++ b/src/StackHCI/test/Get-AzStackHciExtension.Recording.json
@@ -1,13 +1,13 @@
{
- "Get-AzStackHciExtension+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/680d0dad-59aa-4464-adf3-b34b2b427e8c/resourceGroups/azurestackhci-pwsh-rg-8x/providers/Microsoft.AzureStackHCI/clusters/pwsh-Cluster0h9u/arcSettings/default/extensions/MicrosoftMonitoringAgent?api-version=2023-03-01+1": {
+ "Get-AzStackHciExtension+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/680d0dad-59aa-4464-adf3-b34b2b427e8c/resourceGroups/azurestackhci-pwsh-rg-c6/providers/Microsoft.AzureStackHCI/clusters/pwsh-Clusteryjod/arcSettings/default/extensions/MicrosoftMonitoringAgent?api-version=2023-03-01+1": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/680d0dad-59aa-4464-adf3-b34b2b427e8c/resourceGroups/azurestackhci-pwsh-rg-8x/providers/Microsoft.AzureStackHCI/clusters/pwsh-Cluster0h9u/arcSettings/default/extensions/MicrosoftMonitoringAgent?api-version=2023-03-01",
+ "RequestUri": "https://management.azure.com/subscriptions/680d0dad-59aa-4464-adf3-b34b2b427e8c/resourceGroups/azurestackhci-pwsh-rg-c6/providers/Microsoft.AzureStackHCI/clusters/pwsh-Clusteryjod/arcSettings/default/extensions/MicrosoftMonitoringAgent?api-version=2023-03-01",
"Content": null,
"isContentBase64": false,
"Headers": {
"x-ms-unique-id": [ "12" ],
- "x-ms-client-request-id": [ "cce7366f-2b42-47bc-a2e7-e6444c778c9b" ],
+ "x-ms-client-request-id": [ "24d01818-a585-4aaa-acb6-62049ed01d3b" ],
"CommandName": [ "Get-AzStackHciExtension" ],
"FullCommandName": [ "Get-AzStackHciExtension_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
@@ -22,23 +22,23 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "ETag": [ "\"c404317a-0000-0100-0000-64be41060000\"" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11989" ],
+ "ETag": [ "\"13089a88-0000-0100-0000-64c0abba0000\"" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ],
"x-ms-providerhub-traffic": [ "True" ],
"X-Content-Type-Options": [ "nosniff" ],
- "mise-correlation-id": [ "f73a3e9b-ea2e-4bfa-b45a-230962ebd931" ],
- "x-ms-request-id": [ "8ff5ff21-e33b-4dbb-a860-2649276c941f" ],
- "x-ms-correlation-request-id": [ "c530da08-fc1d-4a1e-9cb0-e91509ab2057" ],
+ "mise-correlation-id": [ "38c932c9-fb1a-4347-bd0e-00c8ec4408b2" ],
+ "x-ms-request-id": [ "42f85201-db00-4697-abfa-be820ec8a7d7" ],
+ "x-ms-correlation-request-id": [ "92c8e817-8314-4c15-be2e-7b804e3d4b55" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-routing-request-id": [ "JIOINDIACENTRAL:20230724T091550Z:c530da08-fc1d-4a1e-9cb0-e91509ab2057" ],
- "Date": [ "Mon, 24 Jul 2023 09:15:50 GMT" ]
+ "x-ms-routing-request-id": [ "CENTRALINDIA:20230726T051537Z:92c8e817-8314-4c15-be2e-7b804e3d4b55" ],
+ "Date": [ "Wed, 26 Jul 2023 05:15:37 GMT" ]
},
"ContentHeaders": {
"Content-Length": [ "613" ],
"Content-Type": [ "application/json; charset=utf-8" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/680d0dad-59aa-4464-adf3-b34b2b427e8c/resourceGroups/azurestackhci-pwsh-rg-8x/providers/Microsoft.AzureStackHCI/clusters/pwsh-Cluster0h9u/arcSettings/default/extensions/MicrosoftMonitoringAgent\",\"name\":\"MicrosoftMonitoringAgent\",\"type\":\"microsoft.azurestackhci/clusters/arcsettings/extensions\",\"properties\":{\"provisioningState\":\"Succeeded\",\"aggregateState\":\"NotSpecified\",\"perNodeExtensionDetails\":[],\"extensionParameters\":{\"type\":\"MicrosoftMonitoringAgent\",\"publisher\":\"Microsoft.EnterpriseCloud.Monitoring\",\"autoUpgradeMinorVersion\":false,\"enableAutomaticUpgrade\":true},\"managedBy\":\"User\"}}",
+ "Content": "{\"id\":\"/subscriptions/680d0dad-59aa-4464-adf3-b34b2b427e8c/resourceGroups/azurestackhci-pwsh-rg-c6/providers/Microsoft.AzureStackHCI/clusters/pwsh-Clusteryjod/arcSettings/default/extensions/MicrosoftMonitoringAgent\",\"name\":\"MicrosoftMonitoringAgent\",\"type\":\"microsoft.azurestackhci/clusters/arcsettings/extensions\",\"properties\":{\"provisioningState\":\"Succeeded\",\"aggregateState\":\"NotSpecified\",\"perNodeExtensionDetails\":[],\"extensionParameters\":{\"type\":\"MicrosoftMonitoringAgent\",\"publisher\":\"Microsoft.EnterpriseCloud.Monitoring\",\"autoUpgradeMinorVersion\":false,\"enableAutomaticUpgrade\":true},\"managedBy\":\"User\"}}",
"isContentBase64": false
}
}
diff --git a/src/StackHCI/test/Invoke-AzStackHciConsentAndInstallDefaultExtensions.Recording.json b/src/StackHCI/test/Invoke-AzStackHciConsentAndInstallDefaultExtension.Recording.json
similarity index 50%
rename from src/StackHCI/test/Invoke-AzStackHciConsentAndInstallDefaultExtensions.Recording.json
rename to src/StackHCI/test/Invoke-AzStackHciConsentAndInstallDefaultExtension.Recording.json
index c3aa1c95b3c7..7c22ca9d9fc7 100644
--- a/src/StackHCI/test/Invoke-AzStackHciConsentAndInstallDefaultExtensions.Recording.json
+++ b/src/StackHCI/test/Invoke-AzStackHciConsentAndInstallDefaultExtension.Recording.json
@@ -1,15 +1,15 @@
{
- "Invoke-AzStackHciConsentAndInstallDefaultExtensions+[NoContext]+And+$POST+https://management.azure.com/subscriptions/680d0dad-59aa-4464-adf3-b34b2b427e8c/resourceGroups/azurestackhci-pwsh-rg-8x/providers/Microsoft.AzureStackHCI/clusters/pwsh-Cluster0h9u/arcSettings/default/consentAndInstallDefaultExtensions?api-version=2023-03-01+1": {
+ "Invoke-AzStackHciConsentAndInstallDefaultExtension+[NoContext]+And+$POST+https://management.azure.com/subscriptions/680d0dad-59aa-4464-adf3-b34b2b427e8c/resourceGroups/azurestackhci-pwsh-rg-c6/providers/Microsoft.AzureStackHCI/clusters/pwsh-Clusteryjod/arcSettings/default/consentAndInstallDefaultExtensions?api-version=2023-03-01+1": {
"Request": {
"Method": "POST",
- "RequestUri": "https://management.azure.com/subscriptions/680d0dad-59aa-4464-adf3-b34b2b427e8c/resourceGroups/azurestackhci-pwsh-rg-8x/providers/Microsoft.AzureStackHCI/clusters/pwsh-Cluster0h9u/arcSettings/default/consentAndInstallDefaultExtensions?api-version=2023-03-01",
+ "RequestUri": "https://management.azure.com/subscriptions/680d0dad-59aa-4464-adf3-b34b2b427e8c/resourceGroups/azurestackhci-pwsh-rg-c6/providers/Microsoft.AzureStackHCI/clusters/pwsh-Clusteryjod/arcSettings/default/consentAndInstallDefaultExtensions?api-version=2023-03-01",
"Content": null,
"isContentBase64": false,
"Headers": {
"x-ms-unique-id": [ "13" ],
- "x-ms-client-request-id": [ "637bd626-cbab-4b62-883e-5c55822b372a" ],
- "CommandName": [ "Invoke-AzStackHciConsentAndInstallDefaultExtensions" ],
- "FullCommandName": [ "Invoke-AzStackHciConsentAndInstallDefaultExtensions_And" ],
+ "x-ms-client-request-id": [ "0a9320cc-d862-4b8a-8cfc-74b2bd7383c9" ],
+ "CommandName": [ "Invoke-AzStackHciConsentAndInstallDefaultExtension" ],
+ "FullCommandName": [ "Invoke-AzStackHciConsentAndInstallDefaultExtension_And" ],
"ParameterSetName": [ "__AllParameterSets" ],
"User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.3", "Az.StackHCI/1.1.0" ],
"Authorization": [ "[Filtered]" ]
@@ -22,22 +22,22 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ],
+ "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ],
"x-ms-providerhub-traffic": [ "True" ],
"X-Content-Type-Options": [ "nosniff" ],
- "mise-correlation-id": [ "c73bd35c-6eca-411d-bc2b-debdb8f3f389" ],
- "x-ms-request-id": [ "6eae2ea0-7dcd-4811-b1c0-5c0b183ec2f9" ],
- "x-ms-correlation-request-id": [ "01532343-b843-4aa2-9580-26aea91b41a2" ],
+ "mise-correlation-id": [ "44c8117a-9917-4fd6-9515-0e9c0572b3e2" ],
+ "x-ms-request-id": [ "406fba5b-98b6-4c11-9956-2d07203babd2" ],
+ "x-ms-correlation-request-id": [ "536b6dc7-6f98-473f-812b-0cacce81021e" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-routing-request-id": [ "JIOINDIACENTRAL:20230724T091612Z:01532343-b843-4aa2-9580-26aea91b41a2" ],
- "Date": [ "Mon, 24 Jul 2023 09:16:11 GMT" ]
+ "x-ms-routing-request-id": [ "CENTRALINDIA:20230726T051600Z:536b6dc7-6f98-473f-812b-0cacce81021e" ],
+ "Date": [ "Wed, 26 Jul 2023 05:15:59 GMT" ]
},
"ContentHeaders": {
"Content-Length": [ "603" ],
"Content-Type": [ "application/json; charset=utf-8" ],
"Expires": [ "-1" ]
},
- "Content": "{\"properties\":{\"connectivityProperties\":{\"enabled\":false,\"serviceConfigurations\":[]},\"provisioningState\":\"Succeeded\",\"arcInstanceResourceGroup\":\"pwsh-Cluster0h9u-3817c632-19e8-4e2d-ac5c-b01f730d5135-Arc-Infra-RG\",\"aggregateState\":\"NotSpecified\",\"defaultExtensions\":[{\"category\":\"ProductQualityAndSupport\",\"consentTime\":\"2023-07-24T09:16:12.0350397Z\"}]},\"id\":\"/subscriptions/680d0dad-59aa-4464-adf3-b34b2b427e8c/resourceGroups/azurestackhci-pwsh-rg-8x/providers/Microsoft.AzureStackHCI/clusters/pwsh-Cluster0h9u/arcSettings/default\",\"name\":\"default\",\"type\":\"microsoft.azurestackhci/clusters/arcsettings\"}",
+ "Content": "{\"properties\":{\"connectivityProperties\":{\"enabled\":false,\"serviceConfigurations\":[]},\"provisioningState\":\"Succeeded\",\"arcInstanceResourceGroup\":\"pwsh-Clusteryjod-da00b8cd-822c-40c7-9fc5-a390ec81e229-Arc-Infra-RG\",\"aggregateState\":\"NotSpecified\",\"defaultExtensions\":[{\"category\":\"ProductQualityAndSupport\",\"consentTime\":\"2023-07-26T05:16:00.0977281Z\"}]},\"id\":\"/subscriptions/680d0dad-59aa-4464-adf3-b34b2b427e8c/resourceGroups/azurestackhci-pwsh-rg-c6/providers/Microsoft.AzureStackHCI/clusters/pwsh-Clusteryjod/arcSettings/default\",\"name\":\"default\",\"type\":\"microsoft.azurestackhci/clusters/arcsettings\"}",
"isContentBase64": false
}
}
diff --git a/src/StackHCI/test/Invoke-AzStackHciConsentAndInstallDefaultExtensions.Tests.ps1 b/src/StackHCI/test/Invoke-AzStackHciConsentAndInstallDefaultExtension.Tests.ps1
similarity index 76%
rename from src/StackHCI/test/Invoke-AzStackHciConsentAndInstallDefaultExtensions.Tests.ps1
rename to src/StackHCI/test/Invoke-AzStackHciConsentAndInstallDefaultExtension.Tests.ps1
index f1a8956574a1..79fcc7f8bc7e 100644
--- a/src/StackHCI/test/Invoke-AzStackHciConsentAndInstallDefaultExtensions.Tests.ps1
+++ b/src/StackHCI/test/Invoke-AzStackHciConsentAndInstallDefaultExtension.Tests.ps1
@@ -1,11 +1,11 @@
-if(($null -eq $TestName) -or ($TestName -contains 'Invoke-AzStackHciConsentAndInstallDefaultExtensions'))
+if(($null -eq $TestName) -or ($TestName -contains 'Invoke-AzStackHciConsentAndInstallDefaultExtension'))
{
$loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1'
if (-Not (Test-Path -Path $loadEnvPath)) {
$loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1'
}
. ($loadEnvPath)
- $TestRecordingFile = Join-Path $PSScriptRoot 'Invoke-AzStackHciConsentAndInstallDefaultExtensions.Recording.json'
+ $TestRecordingFile = Join-Path $PSScriptRoot 'Invoke-AzStackHciConsentAndInstallDefaultExtension.Recording.json'
$currentPath = $PSScriptRoot
while(-not $mockingPath) {
$mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File
@@ -14,9 +14,9 @@ if(($null -eq $TestName) -or ($TestName -contains 'Invoke-AzStackHciConsentAndIn
. ($mockingPath | Select-Object -First 1).FullName
}
-Describe 'Invoke-AzStackHciConsentAndInstallDefaultExtensions' {
+Describe 'Invoke-AzStackHciConsentAndInstallDefaultExtension' {
It 'And' {
- $job = Invoke-AzStackHciConsentAndInstallDefaultExtensions -ClusterName $env.ClusterName -ResourceGroupName $env.ResourceGroup
+ $job = Invoke-AzStackHciConsentAndInstallDefaultExtension -ClusterName $env.ClusterName -ResourceGroupName $env.ResourceGroup
$job.DefaultExtension | Should -Not -BeNullOrEmpty
}
}
diff --git a/src/StackHCI/test/New-AzStackHciArcSetting.Recording.json b/src/StackHCI/test/New-AzStackHciArcSetting.Recording.json
index b0f35e383c89..c556734fb9fc 100644
--- a/src/StackHCI/test/New-AzStackHciArcSetting.Recording.json
+++ b/src/StackHCI/test/New-AzStackHciArcSetting.Recording.json
@@ -1,8 +1,8 @@
{
- "New-AzStackHciArcSetting+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/680d0dad-59aa-4464-adf3-b34b2b427e8c/resourceGroups/azurestackhci-pwsh-rg-8x/providers/Microsoft.AzureStackHCI/clusters/pwsh-Cluster0h9u-remove/arcSettings/default?api-version=2023-03-01+1": {
+ "New-AzStackHciArcSetting+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/680d0dad-59aa-4464-adf3-b34b2b427e8c/resourceGroups/azurestackhci-pwsh-rg-c6/providers/Microsoft.AzureStackHCI/clusters/pwsh-Clusteryjod-remove/arcSettings/default?api-version=2023-03-01+1": {
"Request": {
"Method": "PUT",
- "RequestUri": "https://management.azure.com/subscriptions/680d0dad-59aa-4464-adf3-b34b2b427e8c/resourceGroups/azurestackhci-pwsh-rg-8x/providers/Microsoft.AzureStackHCI/clusters/pwsh-Cluster0h9u-remove/arcSettings/default?api-version=2023-03-01",
+ "RequestUri": "https://management.azure.com/subscriptions/680d0dad-59aa-4464-adf3-b34b2b427e8c/resourceGroups/azurestackhci-pwsh-rg-c6/providers/Microsoft.AzureStackHCI/clusters/pwsh-Clusteryjod-remove/arcSettings/default?api-version=2023-03-01",
"Content": "{\n}",
"isContentBase64": false,
"Headers": {
@@ -17,23 +17,23 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "ETag": [ "\"03028de9-0000-0100-0000-64be416b0000\"" ],
- "x-ms-ratelimit-remaining-subscription-writes": [ "1182" ],
+ "ETag": [ "\"1d002a9e-0000-0100-0000-64c0ac1d0000\"" ],
+ "x-ms-ratelimit-remaining-subscription-writes": [ "1193" ],
"x-ms-providerhub-traffic": [ "True" ],
"X-Content-Type-Options": [ "nosniff" ],
- "mise-correlation-id": [ "1c398dcf-fd17-4f8b-a936-9b137ed67ab4" ],
- "x-ms-request-id": [ "dce29174-5fbb-4da9-8a06-cf3bc7b1668f" ],
- "x-ms-correlation-request-id": [ "007e923a-cec5-46be-b561-f888c9e06d3a" ],
+ "mise-correlation-id": [ "0b9e4a5e-f570-4316-95b5-e3e15775bde7" ],
+ "x-ms-request-id": [ "55b5c4a0-1f6f-4c79-9eb3-343efa3c98b4" ],
+ "x-ms-correlation-request-id": [ "317cd033-cc9f-4ea1-97f9-a1391c4d9dc7" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-routing-request-id": [ "JIOINDIACENTRAL:20230724T091627Z:007e923a-cec5-46be-b561-f888c9e06d3a" ],
- "Date": [ "Mon, 24 Jul 2023 09:16:27 GMT" ]
+ "x-ms-routing-request-id": [ "CENTRALINDIA:20230726T051613Z:317cd033-cc9f-4ea1-97f9-a1391c4d9dc7" ],
+ "Date": [ "Wed, 26 Jul 2023 05:16:13 GMT" ]
},
"ContentHeaders": {
"Content-Length": [ "808" ],
"Content-Type": [ "application/json; charset=utf-8" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/680d0dad-59aa-4464-adf3-b34b2b427e8c/resourceGroups/azurestackhci-pwsh-rg-8x/providers/Microsoft.AzureStackHCI/clusters/pwsh-Cluster0h9u-remove/arcSettings/default\",\"name\":\"default\",\"type\":\"microsoft.azurestackhci/clusters/arcsettings\",\"systemData\":{\"createdBy\":\"priyjain@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2023-07-24T09:16:23.0507705Z\",\"lastModifiedBy\":\"priyjain@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2023-07-24T09:16:23.0507705Z\"},\"properties\":{\"connectivityProperties\":{\"enabled\":false,\"serviceConfigurations\":[]},\"provisioningState\":\"Succeeded\",\"arcInstanceResourceGroup\":\"pwsh-Cluster0h9u-remove-bff1436d-fdb3-4479-8e4b-e88f8062717f-Arc-Infra-RG\",\"aggregateState\":\"NotSpecified\",\"defaultExtensions\":[{\"category\":\"ProductQualityAndSupport\"}]}}",
+ "Content": "{\"id\":\"/subscriptions/680d0dad-59aa-4464-adf3-b34b2b427e8c/resourceGroups/azurestackhci-pwsh-rg-c6/providers/Microsoft.AzureStackHCI/clusters/pwsh-Clusteryjod-remove/arcSettings/default\",\"name\":\"default\",\"type\":\"microsoft.azurestackhci/clusters/arcsettings\",\"systemData\":{\"createdBy\":\"priyjain@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2023-07-26T05:16:11.2244569Z\",\"lastModifiedBy\":\"priyjain@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2023-07-26T05:16:11.2244569Z\"},\"properties\":{\"connectivityProperties\":{\"enabled\":false,\"serviceConfigurations\":[]},\"provisioningState\":\"Succeeded\",\"arcInstanceResourceGroup\":\"pwsh-Clusteryjod-remove-146b3ea0-fde2-4a62-94b6-4e10311d6af4-Arc-Infra-RG\",\"aggregateState\":\"NotSpecified\",\"defaultExtensions\":[{\"category\":\"ProductQualityAndSupport\"}]}}",
"isContentBase64": false
}
}
diff --git a/src/StackHCI/test/New-AzStackHciCluster.Recording.json b/src/StackHCI/test/New-AzStackHciCluster.Recording.json
index e80f18e17804..a7edd22d07f2 100644
--- a/src/StackHCI/test/New-AzStackHciCluster.Recording.json
+++ b/src/StackHCI/test/New-AzStackHciCluster.Recording.json
@@ -1,8 +1,8 @@
{
- "New-AzStackHciCluster+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/680d0dad-59aa-4464-adf3-b34b2b427e8c/resourceGroups/azurestackhci-pwsh-rg-8x/providers/Microsoft.AzureStackHCI/clusters/pwsh-Cluster0h9u?api-version=2023-03-01+1": {
+ "New-AzStackHciCluster+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/680d0dad-59aa-4464-adf3-b34b2b427e8c/resourceGroups/azurestackhci-pwsh-rg-c6/providers/Microsoft.AzureStackHCI/clusters/pwsh-Clusteryjod?api-version=2023-03-01+1": {
"Request": {
"Method": "PUT",
- "RequestUri": "https://management.azure.com/subscriptions/680d0dad-59aa-4464-adf3-b34b2b427e8c/resourceGroups/azurestackhci-pwsh-rg-8x/providers/Microsoft.AzureStackHCI/clusters/pwsh-Cluster0h9u?api-version=2023-03-01",
+ "RequestUri": "https://management.azure.com/subscriptions/680d0dad-59aa-4464-adf3-b34b2b427e8c/resourceGroups/azurestackhci-pwsh-rg-c6/providers/Microsoft.AzureStackHCI/clusters/pwsh-Clusteryjod?api-version=2023-03-01",
"Content": "{\n \"location\": \"eastus\"\n}",
"isContentBase64": false,
"Headers": {
@@ -17,23 +17,23 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "ETag": [ "\"0d054c24-0000-0100-0000-64be41740000\"" ],
- "x-ms-ratelimit-remaining-subscription-writes": [ "1181" ],
+ "ETag": [ "\"14008f70-0000-0100-0000-64c0ac250000\"" ],
+ "x-ms-ratelimit-remaining-subscription-writes": [ "1192" ],
"x-ms-providerhub-traffic": [ "True" ],
"X-Content-Type-Options": [ "nosniff" ],
- "mise-correlation-id": [ "801bc7ca-b2f4-4549-ada4-03d106edbabf" ],
- "x-ms-request-id": [ "48db8e33-9c76-457e-831c-ef19c5d8e98e" ],
- "x-ms-correlation-request-id": [ "7db1d4bf-1cc6-4436-9689-4bf14468b496" ],
+ "mise-correlation-id": [ "5a20252c-edde-449a-aa2b-274913188349" ],
+ "x-ms-request-id": [ "c25e28c7-3006-4906-9a41-5dfde93ba4af" ],
+ "x-ms-correlation-request-id": [ "8254cec7-0bcc-4b62-b41c-8c1651570ac4" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-routing-request-id": [ "JIOINDIACENTRAL:20230724T091636Z:7db1d4bf-1cc6-4436-9689-4bf14468b496" ],
- "Date": [ "Mon, 24 Jul 2023 09:16:35 GMT" ]
+ "x-ms-routing-request-id": [ "CENTRALINDIA:20230726T051622Z:8254cec7-0bcc-4b62-b41c-8c1651570ac4" ],
+ "Date": [ "Wed, 26 Jul 2023 05:16:22 GMT" ]
},
"ContentHeaders": {
"Content-Length": [ "971" ],
"Content-Type": [ "application/json; charset=utf-8" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/680d0dad-59aa-4464-adf3-b34b2b427e8c/resourceGroups/azurestackhci-pwsh-rg-8x/providers/Microsoft.AzureStackHCI/clusters/pwsh-Cluster0h9u\",\"name\":\"pwsh-Cluster0h9u\",\"type\":\"microsoft.azurestackhci/clusters\",\"location\":\"eastus\",\"systemData\":{\"createdBy\":\"priyjain@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2023-07-24T09:14:29.0682086Z\",\"lastModifiedBy\":\"priyjain@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2023-07-24T09:16:35.1464465Z\"},\"properties\":{\"provisioningState\":\"Succeeded\",\"status\":\"NotYetRegistered\",\"cloudId\":\"3817c632-19e8-4e2d-ac5c-b01f730d5135\",\"softwareAssuranceProperties\":{\"softwareAssuranceStatus\":\"Disabled\",\"softwareAssuranceIntent\":\"Disable\"},\"desiredProperties\":{\"windowsServerSubscription\":\"Disabled\",\"diagnosticLevel\":\"Basic\"},\"trialDaysRemaining\":60,\"billingModel\":\"Trial\",\"serviceEndpoint\":\"https://dp.stackhci.azure.com/eastus/\",\"resourceProviderObjectId\":\"591802c0-3aa7-4a85-9c19-3f703f117987\"}}",
+ "Content": "{\"id\":\"/subscriptions/680d0dad-59aa-4464-adf3-b34b2b427e8c/resourceGroups/azurestackhci-pwsh-rg-c6/providers/Microsoft.AzureStackHCI/clusters/pwsh-Clusteryjod\",\"name\":\"pwsh-Clusteryjod\",\"type\":\"microsoft.azurestackhci/clusters\",\"location\":\"eastus\",\"systemData\":{\"createdBy\":\"priyjain@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2023-07-26T05:14:18.2375631Z\",\"lastModifiedBy\":\"priyjain@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2023-07-26T05:16:21.3199419Z\"},\"properties\":{\"provisioningState\":\"Succeeded\",\"status\":\"NotYetRegistered\",\"cloudId\":\"da00b8cd-822c-40c7-9fc5-a390ec81e229\",\"softwareAssuranceProperties\":{\"softwareAssuranceStatus\":\"Disabled\",\"softwareAssuranceIntent\":\"Disable\"},\"desiredProperties\":{\"windowsServerSubscription\":\"Disabled\",\"diagnosticLevel\":\"Basic\"},\"trialDaysRemaining\":60,\"billingModel\":\"Trial\",\"serviceEndpoint\":\"https://dp.stackhci.azure.com/eastus/\",\"resourceProviderObjectId\":\"591802c0-3aa7-4a85-9c19-3f703f117987\"}}",
"isContentBase64": false
}
}
diff --git a/src/StackHCI/test/New-AzStackHciExtension.Recording.json b/src/StackHCI/test/New-AzStackHciExtension.Recording.json
index fa07a1c52f64..d771282e8b7f 100644
--- a/src/StackHCI/test/New-AzStackHciExtension.Recording.json
+++ b/src/StackHCI/test/New-AzStackHciExtension.Recording.json
@@ -1,8 +1,8 @@
{
- "New-AzStackHciExtension+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/680d0dad-59aa-4464-adf3-b34b2b427e8c/resourceGroups/azurestackhci-pwsh-rg-8x/providers/Microsoft.AzureStackHCI/clusters/pwsh-Cluster0h9u/arcSettings/default/extensions/MicrosoftMonitoringAgent?api-version=2023-03-01+1": {
+ "New-AzStackHciExtension+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/680d0dad-59aa-4464-adf3-b34b2b427e8c/resourceGroups/azurestackhci-pwsh-rg-c6/providers/Microsoft.AzureStackHCI/clusters/pwsh-Clusteryjod/arcSettings/default/extensions/MicrosoftMonitoringAgent?api-version=2023-03-01+1": {
"Request": {
"Method": "PUT",
- "RequestUri": "https://management.azure.com/subscriptions/680d0dad-59aa-4464-adf3-b34b2b427e8c/resourceGroups/azurestackhci-pwsh-rg-8x/providers/Microsoft.AzureStackHCI/clusters/pwsh-Cluster0h9u/arcSettings/default/extensions/MicrosoftMonitoringAgent?api-version=2023-03-01",
+ "RequestUri": "https://management.azure.com/subscriptions/680d0dad-59aa-4464-adf3-b34b2b427e8c/resourceGroups/azurestackhci-pwsh-rg-c6/providers/Microsoft.AzureStackHCI/clusters/pwsh-Clusteryjod/arcSettings/default/extensions/MicrosoftMonitoringAgent?api-version=2023-03-01",
"Content": "{\n \"properties\": {\n \"extensionParameters\": {\n \"publisher\": \"Microsoft.EnterpriseCloud.Monitoring\",\n \"type\": \"MicrosoftMonitoringAgent\"\n }\n }\n}",
"isContentBase64": false,
"Headers": {
@@ -17,36 +17,36 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "ETag": [ "\"c404487b-0000-0100-0000-64be41790000\"" ],
- "x-ms-ratelimit-remaining-subscription-writes": [ "1180" ],
+ "ETag": [ "\"1308278e-0000-0100-0000-64c0ac2a0000\"" ],
+ "x-ms-ratelimit-remaining-subscription-writes": [ "1191" ],
"x-ms-providerhub-traffic": [ "True" ],
"X-Content-Type-Options": [ "nosniff" ],
- "mise-correlation-id": [ "16b3a7fd-04e7-4a05-ad35-1b669f3fff51" ],
- "x-ms-request-id": [ "bd5d19b7-5ed5-426f-a036-cf145f30dfd4" ],
- "x-ms-correlation-request-id": [ "19c1bb97-8b1e-4eca-a37d-20a1fa8a3615" ],
+ "mise-correlation-id": [ "b7d94762-3c14-4bf2-a23e-d6cce5eeb53d" ],
+ "x-ms-request-id": [ "4d659d8d-cd13-43fa-8b3d-7ef3433ffe5b" ],
+ "x-ms-correlation-request-id": [ "12799689-067f-467d-82d8-2990977a7d87" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-routing-request-id": [ "JIOINDIACENTRAL:20230724T091641Z:19c1bb97-8b1e-4eca-a37d-20a1fa8a3615" ],
- "Date": [ "Mon, 24 Jul 2023 09:16:41 GMT" ]
+ "x-ms-routing-request-id": [ "CENTRALINDIA:20230726T051626Z:12799689-067f-467d-82d8-2990977a7d87" ],
+ "Date": [ "Wed, 26 Jul 2023 05:16:26 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "819" ],
+ "Content-Length": [ "820" ],
"Content-Type": [ "application/json; charset=utf-8" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/680d0dad-59aa-4464-adf3-b34b2b427e8c/resourceGroups/azurestackhci-pwsh-rg-8x/providers/Microsoft.AzureStackHCI/clusters/pwsh-Cluster0h9u/arcSettings/default/extensions/MicrosoftMonitoringAgent\",\"name\":\"MicrosoftMonitoringAgent\",\"type\":\"microsoft.azurestackhci/clusters/arcsettings/extensions\",\"systemData\":{\"createdBy\":\"priyjain@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2023-07-24T09:14:45.552883Z\",\"lastModifiedBy\":\"priyjain@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2023-07-24T09:16:40.5059038Z\"},\"properties\":{\"provisioningState\":\"Succeeded\",\"aggregateState\":\"NotSpecified\",\"extensionParameters\":{\"type\":\"MicrosoftMonitoringAgent\",\"publisher\":\"Microsoft.EnterpriseCloud.Monitoring\",\"autoUpgradeMinorVersion\":false,\"enableAutomaticUpgrade\":true},\"managedBy\":\"User\"}}",
+ "Content": "{\"id\":\"/subscriptions/680d0dad-59aa-4464-adf3-b34b2b427e8c/resourceGroups/azurestackhci-pwsh-rg-c6/providers/Microsoft.AzureStackHCI/clusters/pwsh-Clusteryjod/arcSettings/default/extensions/MicrosoftMonitoringAgent\",\"name\":\"MicrosoftMonitoringAgent\",\"type\":\"microsoft.azurestackhci/clusters/arcsettings/extensions\",\"systemData\":{\"createdBy\":\"priyjain@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2023-07-26T05:14:34.3158947Z\",\"lastModifiedBy\":\"priyjain@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2023-07-26T05:16:25.8825002Z\"},\"properties\":{\"provisioningState\":\"Succeeded\",\"aggregateState\":\"NotSpecified\",\"extensionParameters\":{\"type\":\"MicrosoftMonitoringAgent\",\"publisher\":\"Microsoft.EnterpriseCloud.Monitoring\",\"autoUpgradeMinorVersion\":false,\"enableAutomaticUpgrade\":true},\"managedBy\":\"User\"}}",
"isContentBase64": false
}
},
- "New-AzStackHciExtension+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/680d0dad-59aa-4464-adf3-b34b2b427e8c/resourceGroups/azurestackhci-pwsh-rg-8x/providers/Microsoft.AzureStackHCI/clusters/pwsh-Cluster0h9u/arcSettings/default/extensions/MicrosoftMonitoringAgent?api-version=2023-03-01+2": {
+ "New-AzStackHciExtension+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/680d0dad-59aa-4464-adf3-b34b2b427e8c/resourceGroups/azurestackhci-pwsh-rg-c6/providers/Microsoft.AzureStackHCI/clusters/pwsh-Clusteryjod/arcSettings/default/extensions/MicrosoftMonitoringAgent?api-version=2023-03-01+2": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/680d0dad-59aa-4464-adf3-b34b2b427e8c/resourceGroups/azurestackhci-pwsh-rg-8x/providers/Microsoft.AzureStackHCI/clusters/pwsh-Cluster0h9u/arcSettings/default/extensions/MicrosoftMonitoringAgent?api-version=2023-03-01",
+ "RequestUri": "https://management.azure.com/subscriptions/680d0dad-59aa-4464-adf3-b34b2b427e8c/resourceGroups/azurestackhci-pwsh-rg-c6/providers/Microsoft.AzureStackHCI/clusters/pwsh-Clusteryjod/arcSettings/default/extensions/MicrosoftMonitoringAgent?api-version=2023-03-01",
"Content": null,
"isContentBase64": false,
"Headers": {
"Authorization": [ "[Filtered]" ],
"x-ms-unique-id": [ "17" ],
- "x-ms-client-request-id": [ "cf961401-2d9b-4c46-9b92-c88adab93431" ],
+ "x-ms-client-request-id": [ "cd2029e2-bcf6-471c-a123-72a93369ce99" ],
"CommandName": [ "New-AzStackHciExtension" ],
"FullCommandName": [ "New-AzStackHciExtension_CreateExpanded" ],
"ParameterSetName": [ "__AllParameterSets" ],
@@ -60,36 +60,36 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "ETag": [ "\"c404487b-0000-0100-0000-64be41790000\"" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11988" ],
+ "ETag": [ "\"1308278e-0000-0100-0000-64c0ac2a0000\"" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ],
"x-ms-providerhub-traffic": [ "True" ],
"X-Content-Type-Options": [ "nosniff" ],
- "mise-correlation-id": [ "ec392dd5-94d3-4f67-b723-80d6832b36f6" ],
- "x-ms-request-id": [ "36934133-b736-4f71-8052-3feec9fb78db" ],
- "x-ms-correlation-request-id": [ "cf675558-e518-42b0-a6ee-6485d7c235d2" ],
+ "mise-correlation-id": [ "75e1b82c-ceb4-468b-a5a1-596c610114e4" ],
+ "x-ms-request-id": [ "4a8c5dd6-d6f5-4795-ba07-7fbdd982180d" ],
+ "x-ms-correlation-request-id": [ "8322b367-2fee-4d4d-b8d8-b7c3d1d204fc" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-routing-request-id": [ "JIOINDIACENTRAL:20230724T091712Z:cf675558-e518-42b0-a6ee-6485d7c235d2" ],
- "Date": [ "Mon, 24 Jul 2023 09:17:11 GMT" ]
+ "x-ms-routing-request-id": [ "CENTRALINDIA:20230726T051657Z:8322b367-2fee-4d4d-b8d8-b7c3d1d204fc" ],
+ "Date": [ "Wed, 26 Jul 2023 05:16:56 GMT" ]
},
"ContentHeaders": {
"Content-Length": [ "613" ],
"Content-Type": [ "application/json; charset=utf-8" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/680d0dad-59aa-4464-adf3-b34b2b427e8c/resourceGroups/azurestackhci-pwsh-rg-8x/providers/Microsoft.AzureStackHCI/clusters/pwsh-Cluster0h9u/arcSettings/default/extensions/MicrosoftMonitoringAgent\",\"name\":\"MicrosoftMonitoringAgent\",\"type\":\"microsoft.azurestackhci/clusters/arcsettings/extensions\",\"properties\":{\"provisioningState\":\"Succeeded\",\"aggregateState\":\"NotSpecified\",\"perNodeExtensionDetails\":[],\"extensionParameters\":{\"type\":\"MicrosoftMonitoringAgent\",\"publisher\":\"Microsoft.EnterpriseCloud.Monitoring\",\"autoUpgradeMinorVersion\":false,\"enableAutomaticUpgrade\":true},\"managedBy\":\"User\"}}",
+ "Content": "{\"id\":\"/subscriptions/680d0dad-59aa-4464-adf3-b34b2b427e8c/resourceGroups/azurestackhci-pwsh-rg-c6/providers/Microsoft.AzureStackHCI/clusters/pwsh-Clusteryjod/arcSettings/default/extensions/MicrosoftMonitoringAgent\",\"name\":\"MicrosoftMonitoringAgent\",\"type\":\"microsoft.azurestackhci/clusters/arcsettings/extensions\",\"properties\":{\"provisioningState\":\"Succeeded\",\"aggregateState\":\"NotSpecified\",\"perNodeExtensionDetails\":[],\"extensionParameters\":{\"type\":\"MicrosoftMonitoringAgent\",\"publisher\":\"Microsoft.EnterpriseCloud.Monitoring\",\"autoUpgradeMinorVersion\":false,\"enableAutomaticUpgrade\":true},\"managedBy\":\"User\"}}",
"isContentBase64": false
}
},
- "New-AzStackHciExtension+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/680d0dad-59aa-4464-adf3-b34b2b427e8c/resourceGroups/azurestackhci-pwsh-rg-8x/providers/Microsoft.AzureStackHCI/clusters/pwsh-Cluster0h9u/arcSettings/default/extensions/MicrosoftMonitoringAgent?api-version=2023-03-01+3": {
+ "New-AzStackHciExtension+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/680d0dad-59aa-4464-adf3-b34b2b427e8c/resourceGroups/azurestackhci-pwsh-rg-c6/providers/Microsoft.AzureStackHCI/clusters/pwsh-Clusteryjod/arcSettings/default/extensions/MicrosoftMonitoringAgent?api-version=2023-03-01+3": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/680d0dad-59aa-4464-adf3-b34b2b427e8c/resourceGroups/azurestackhci-pwsh-rg-8x/providers/Microsoft.AzureStackHCI/clusters/pwsh-Cluster0h9u/arcSettings/default/extensions/MicrosoftMonitoringAgent?api-version=2023-03-01",
+ "RequestUri": "https://management.azure.com/subscriptions/680d0dad-59aa-4464-adf3-b34b2b427e8c/resourceGroups/azurestackhci-pwsh-rg-c6/providers/Microsoft.AzureStackHCI/clusters/pwsh-Clusteryjod/arcSettings/default/extensions/MicrosoftMonitoringAgent?api-version=2023-03-01",
"Content": null,
"isContentBase64": false,
"Headers": {
"Authorization": [ "[Filtered]" ],
"x-ms-unique-id": [ "18" ],
- "x-ms-client-request-id": [ "cf961401-2d9b-4c46-9b92-c88adab93431" ],
+ "x-ms-client-request-id": [ "cd2029e2-bcf6-471c-a123-72a93369ce99" ],
"CommandName": [ "New-AzStackHciExtension" ],
"FullCommandName": [ "New-AzStackHciExtension_CreateExpanded" ],
"ParameterSetName": [ "__AllParameterSets" ],
@@ -103,23 +103,23 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "ETag": [ "\"c404487b-0000-0100-0000-64be41790000\"" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11987" ],
+ "ETag": [ "\"1308278e-0000-0100-0000-64c0ac2a0000\"" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "11992" ],
"x-ms-providerhub-traffic": [ "True" ],
"X-Content-Type-Options": [ "nosniff" ],
- "mise-correlation-id": [ "03125c62-0cf4-4b34-8005-5afc36f2ce3b" ],
- "x-ms-request-id": [ "3d1e1721-5296-4140-a261-122408f71b6c" ],
- "x-ms-correlation-request-id": [ "2b4963b6-c010-4552-b493-c4689bda426c" ],
+ "mise-correlation-id": [ "44f250c9-c4b0-4878-b7b0-a2a6cddfcd16" ],
+ "x-ms-request-id": [ "adb34ffe-a032-45d9-8b51-c64af0248bcd" ],
+ "x-ms-correlation-request-id": [ "c619c247-e699-45be-b9d1-3b061b80dbf0" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-routing-request-id": [ "JIOINDIACENTRAL:20230724T091713Z:2b4963b6-c010-4552-b493-c4689bda426c" ],
- "Date": [ "Mon, 24 Jul 2023 09:17:13 GMT" ]
+ "x-ms-routing-request-id": [ "CENTRALINDIA:20230726T051658Z:c619c247-e699-45be-b9d1-3b061b80dbf0" ],
+ "Date": [ "Wed, 26 Jul 2023 05:16:57 GMT" ]
},
"ContentHeaders": {
"Content-Length": [ "613" ],
"Content-Type": [ "application/json; charset=utf-8" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/680d0dad-59aa-4464-adf3-b34b2b427e8c/resourceGroups/azurestackhci-pwsh-rg-8x/providers/Microsoft.AzureStackHCI/clusters/pwsh-Cluster0h9u/arcSettings/default/extensions/MicrosoftMonitoringAgent\",\"name\":\"MicrosoftMonitoringAgent\",\"type\":\"microsoft.azurestackhci/clusters/arcsettings/extensions\",\"properties\":{\"provisioningState\":\"Succeeded\",\"aggregateState\":\"NotSpecified\",\"perNodeExtensionDetails\":[],\"extensionParameters\":{\"type\":\"MicrosoftMonitoringAgent\",\"publisher\":\"Microsoft.EnterpriseCloud.Monitoring\",\"autoUpgradeMinorVersion\":false,\"enableAutomaticUpgrade\":true},\"managedBy\":\"User\"}}",
+ "Content": "{\"id\":\"/subscriptions/680d0dad-59aa-4464-adf3-b34b2b427e8c/resourceGroups/azurestackhci-pwsh-rg-c6/providers/Microsoft.AzureStackHCI/clusters/pwsh-Clusteryjod/arcSettings/default/extensions/MicrosoftMonitoringAgent\",\"name\":\"MicrosoftMonitoringAgent\",\"type\":\"microsoft.azurestackhci/clusters/arcsettings/extensions\",\"properties\":{\"provisioningState\":\"Succeeded\",\"aggregateState\":\"NotSpecified\",\"perNodeExtensionDetails\":[],\"extensionParameters\":{\"type\":\"MicrosoftMonitoringAgent\",\"publisher\":\"Microsoft.EnterpriseCloud.Monitoring\",\"autoUpgradeMinorVersion\":false,\"enableAutomaticUpgrade\":true},\"managedBy\":\"User\"}}",
"isContentBase64": false
}
}
diff --git a/src/StackHCI/test/Remove-AzStackHciArcSetting.Recording.json b/src/StackHCI/test/Remove-AzStackHciArcSetting.Recording.json
index 6220ba07ac06..acbed8d978e4 100644
--- a/src/StackHCI/test/Remove-AzStackHciArcSetting.Recording.json
+++ b/src/StackHCI/test/Remove-AzStackHciArcSetting.Recording.json
@@ -1,13 +1,13 @@
{
- "Remove-AzStackHciArcSetting+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/680d0dad-59aa-4464-adf3-b34b2b427e8c/resourceGroups/azurestackhci-pwsh-rg-8x/providers/Microsoft.AzureStackHCI/clusters/pwsh-Cluster0h9u/arcSettings/default?api-version=2023-03-01+1": {
+ "Remove-AzStackHciArcSetting+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/680d0dad-59aa-4464-adf3-b34b2b427e8c/resourceGroups/azurestackhci-pwsh-rg-c6/providers/Microsoft.AzureStackHCI/clusters/pwsh-Clusteryjod/arcSettings/default?api-version=2023-03-01+1": {
"Request": {
"Method": "DELETE",
- "RequestUri": "https://management.azure.com/subscriptions/680d0dad-59aa-4464-adf3-b34b2b427e8c/resourceGroups/azurestackhci-pwsh-rg-8x/providers/Microsoft.AzureStackHCI/clusters/pwsh-Cluster0h9u/arcSettings/default?api-version=2023-03-01",
+ "RequestUri": "https://management.azure.com/subscriptions/680d0dad-59aa-4464-adf3-b34b2b427e8c/resourceGroups/azurestackhci-pwsh-rg-c6/providers/Microsoft.AzureStackHCI/clusters/pwsh-Clusteryjod/arcSettings/default?api-version=2023-03-01",
"Content": null,
"isContentBase64": false,
"Headers": {
"x-ms-unique-id": [ "19" ],
- "x-ms-client-request-id": [ "eb51bd48-5920-4a8b-9cdc-a1d6b755818b" ],
+ "x-ms-client-request-id": [ "74257b0e-abd6-4dda-885a-461756c7cba7" ],
"CommandName": [ "Remove-AzStackHciArcSetting" ],
"FullCommandName": [ "Remove-AzStackHciArcSetting_Delete" ],
"ParameterSetName": [ "__AllParameterSets" ],
@@ -24,13 +24,13 @@
"Pragma": [ "no-cache" ],
"x-ms-providerhub-traffic": [ "True" ],
"X-Content-Type-Options": [ "nosniff" ],
- "mise-correlation-id": [ "3addaa40-4a08-4bae-a872-ee6184039c81" ],
- "x-ms-request-id": [ "dea60255-d039-4c4a-8afc-6730e2ded2d4" ],
- "x-ms-correlation-request-id": [ "1ac083f5-9b59-4568-a970-072a8f2b267a" ],
+ "mise-correlation-id": [ "ae6f8d5e-8845-4162-b17b-21f720e7ed80" ],
+ "x-ms-request-id": [ "14f838e0-6ad4-4684-9fc4-517e4812856b" ],
+ "x-ms-correlation-request-id": [ "870ad898-814a-435a-9121-90efc6ae6d9e" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-ratelimit-remaining-subscription-deletes": [ "14995" ],
- "x-ms-routing-request-id": [ "JIOINDIACENTRAL:20230724T091722Z:1ac083f5-9b59-4568-a970-072a8f2b267a" ],
- "Date": [ "Mon, 24 Jul 2023 09:17:22 GMT" ]
+ "x-ms-ratelimit-remaining-subscription-deletes": [ "14999" ],
+ "x-ms-routing-request-id": [ "CENTRALINDIA:20230726T051706Z:870ad898-814a-435a-9121-90efc6ae6d9e" ],
+ "Date": [ "Wed, 26 Jul 2023 05:17:06 GMT" ]
},
"ContentHeaders": {
"Expires": [ "-1" ],
diff --git a/src/StackHCI/test/Remove-AzStackHciCluster.Recording.json b/src/StackHCI/test/Remove-AzStackHciCluster.Recording.json
index b5c0038a7dc4..d9929924d5b5 100644
--- a/src/StackHCI/test/Remove-AzStackHciCluster.Recording.json
+++ b/src/StackHCI/test/Remove-AzStackHciCluster.Recording.json
@@ -1,13 +1,13 @@
{
- "Remove-AzStackHciCluster+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/680d0dad-59aa-4464-adf3-b34b2b427e8c/resourceGroups/azurestackhci-pwsh-rg-8x/providers/Microsoft.AzureStackHCI/clusters/pwsh-Cluster0h9u-remove?api-version=2023-03-01+1": {
+ "Remove-AzStackHciCluster+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/680d0dad-59aa-4464-adf3-b34b2b427e8c/resourceGroups/azurestackhci-pwsh-rg-c6/providers/Microsoft.AzureStackHCI/clusters/pwsh-Clusteryjod-remove?api-version=2023-03-01+1": {
"Request": {
"Method": "DELETE",
- "RequestUri": "https://management.azure.com/subscriptions/680d0dad-59aa-4464-adf3-b34b2b427e8c/resourceGroups/azurestackhci-pwsh-rg-8x/providers/Microsoft.AzureStackHCI/clusters/pwsh-Cluster0h9u-remove?api-version=2023-03-01",
+ "RequestUri": "https://management.azure.com/subscriptions/680d0dad-59aa-4464-adf3-b34b2b427e8c/resourceGroups/azurestackhci-pwsh-rg-c6/providers/Microsoft.AzureStackHCI/clusters/pwsh-Clusteryjod-remove?api-version=2023-03-01",
"Content": null,
"isContentBase64": false,
"Headers": {
"x-ms-unique-id": [ "20" ],
- "x-ms-client-request-id": [ "e011ac57-ee22-410f-aaf1-dcd716b6a272" ],
+ "x-ms-client-request-id": [ "aedcddcd-e0ca-489d-9e60-cceb78e9c65a" ],
"CommandName": [ "Remove-AzStackHciCluster" ],
"FullCommandName": [ "Remove-AzStackHciCluster_Delete" ],
"ParameterSetName": [ "__AllParameterSets" ],
@@ -22,17 +22,17 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "ETag": [ "\"0d058524-0000-0100-0000-64be41a70000\"" ],
- "Location": [ "https://management.azure.com/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/7cf1da1d-d802-4ccd-b63c-d3f383780e9b*777D6B5BD4EAE2B96EA069DF39D0614DE629C02A09B73CF7FA411C7695D6C70F?api-version=2023-03-01" ],
- "x-ms-ratelimit-remaining-subscription-deletes": [ "14994" ],
+ "ETag": [ "\"1400b776-0000-0100-0000-64c0ac570000\"" ],
+ "Location": [ "https://management.azure.com/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/a96bb772-8097-426f-86cb-eb26004b43d9*63E9B273B51E2B4835ACB62689B1B49BA647499C377F68D982587D6AFB6B109B?api-version=2023-03-01" ],
+ "x-ms-ratelimit-remaining-subscription-deletes": [ "14998" ],
"x-ms-providerhub-traffic": [ "True" ],
- "Azure-AsyncOperation": [ "https://management.azure.com/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/7cf1da1d-d802-4ccd-b63c-d3f383780e9b*777D6B5BD4EAE2B96EA069DF39D0614DE629C02A09B73CF7FA411C7695D6C70F?api-version=2023-03-01" ],
- "x-ms-request-id": [ "7cf1da1d-d802-4ccd-b63c-d3f383780e9b" ],
- "x-ms-correlation-request-id": [ "e40b33d0-4469-4272-93af-7e670f455606" ],
- "x-ms-routing-request-id": [ "JIOINDIACENTRAL:20230724T091727Z:e40b33d0-4469-4272-93af-7e670f455606" ],
+ "Azure-AsyncOperation": [ "https://management.azure.com/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/a96bb772-8097-426f-86cb-eb26004b43d9*63E9B273B51E2B4835ACB62689B1B49BA647499C377F68D982587D6AFB6B109B?api-version=2023-03-01" ],
+ "x-ms-request-id": [ "a96bb772-8097-426f-86cb-eb26004b43d9" ],
+ "x-ms-correlation-request-id": [ "c99aec16-90fb-49be-bc7c-09d8ccdd78d7" ],
+ "x-ms-routing-request-id": [ "CENTRALINDIA:20230726T051711Z:c99aec16-90fb-49be-bc7c-09d8ccdd78d7" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
"X-Content-Type-Options": [ "nosniff" ],
- "Date": [ "Mon, 24 Jul 2023 09:17:27 GMT" ]
+ "Date": [ "Wed, 26 Jul 2023 05:17:10 GMT" ]
},
"ContentHeaders": {
"Content-Length": [ "4" ],
@@ -43,16 +43,16 @@
"isContentBase64": false
}
},
- "Remove-AzStackHciCluster+[NoContext]+Delete+$GET+https://management.azure.com/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/7cf1da1d-d802-4ccd-b63c-d3f383780e9b*777D6B5BD4EAE2B96EA069DF39D0614DE629C02A09B73CF7FA411C7695D6C70F?api-version=2023-03-01+2": {
+ "Remove-AzStackHciCluster+[NoContext]+Delete+$GET+https://management.azure.com/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/a96bb772-8097-426f-86cb-eb26004b43d9*63E9B273B51E2B4835ACB62689B1B49BA647499C377F68D982587D6AFB6B109B?api-version=2023-03-01+2": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/7cf1da1d-d802-4ccd-b63c-d3f383780e9b*777D6B5BD4EAE2B96EA069DF39D0614DE629C02A09B73CF7FA411C7695D6C70F?api-version=2023-03-01",
+ "RequestUri": "https://management.azure.com/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/a96bb772-8097-426f-86cb-eb26004b43d9*63E9B273B51E2B4835ACB62689B1B49BA647499C377F68D982587D6AFB6B109B?api-version=2023-03-01",
"Content": null,
"isContentBase64": false,
"Headers": {
"Authorization": [ "[Filtered]" ],
"x-ms-unique-id": [ "21" ],
- "x-ms-client-request-id": [ "e011ac57-ee22-410f-aaf1-dcd716b6a272" ],
+ "x-ms-client-request-id": [ "aedcddcd-e0ca-489d-9e60-cceb78e9c65a" ],
"CommandName": [ "Remove-AzStackHciCluster" ],
"FullCommandName": [ "Remove-AzStackHciCluster_Delete" ],
"ParameterSetName": [ "__AllParameterSets" ],
@@ -66,36 +66,36 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "ETag": [ "\"8f0dece2-0000-0100-0000-64be41a70000\"" ],
- "Location": [ "https://management.azure.com/providers/Microsoft.AzureStackHCI/locations/eastus/operationStatuses/7cf1da1d-d802-4ccd-b63c-d3f383780e9b*777D6B5BD4EAE2B96EA069DF39D0614DE629C02A09B73CF7FA411C7695D6C70F?api-version=2023-03-01" ],
- "x-ms-ratelimit-remaining-tenant-reads": [ "11991" ],
- "Azure-AsyncOperation": [ "https://management.azure.com/providers/Microsoft.AzureStackHCI/locations/eastus/operationStatuses/7cf1da1d-d802-4ccd-b63c-d3f383780e9b*777D6B5BD4EAE2B96EA069DF39D0614DE629C02A09B73CF7FA411C7695D6C70F?api-version=2023-03-01" ],
- "x-ms-request-id": [ "f2c20a7a-5bca-490b-8a9b-faccc0fd4eac" ],
- "x-ms-correlation-request-id": [ "a0d7e9a0-cd9c-4c90-8e6b-9389dfc240f4" ],
- "x-ms-routing-request-id": [ "JIOINDIACENTRAL:20230724T091758Z:a0d7e9a0-cd9c-4c90-8e6b-9389dfc240f4" ],
+ "ETag": [ "\"1700ceff-0000-0100-0000-64c0ac570000\"" ],
+ "Location": [ "https://management.azure.com/providers/Microsoft.AzureStackHCI/locations/eastus/operationStatuses/a96bb772-8097-426f-86cb-eb26004b43d9*63E9B273B51E2B4835ACB62689B1B49BA647499C377F68D982587D6AFB6B109B?api-version=2023-03-01" ],
+ "x-ms-ratelimit-remaining-tenant-reads": [ "11999" ],
+ "Azure-AsyncOperation": [ "https://management.azure.com/providers/Microsoft.AzureStackHCI/locations/eastus/operationStatuses/a96bb772-8097-426f-86cb-eb26004b43d9*63E9B273B51E2B4835ACB62689B1B49BA647499C377F68D982587D6AFB6B109B?api-version=2023-03-01" ],
+ "x-ms-request-id": [ "a9c04bc5-a1b8-4593-b302-a5ff64c340be" ],
+ "x-ms-correlation-request-id": [ "d63472e5-abcd-4c6b-ac6f-766294c26cb8" ],
+ "x-ms-routing-request-id": [ "CENTRALINDIA:20230726T051741Z:d63472e5-abcd-4c6b-ac6f-766294c26cb8" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
"X-Content-Type-Options": [ "nosniff" ],
- "Date": [ "Mon, 24 Jul 2023 09:17:57 GMT" ]
+ "Date": [ "Wed, 26 Jul 2023 05:17:41 GMT" ]
},
"ContentHeaders": {
"Content-Length": [ "528" ],
"Content-Type": [ "application/json; charset=utf-8" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/7cf1da1d-d802-4ccd-b63c-d3f383780e9b*777D6B5BD4EAE2B96EA069DF39D0614DE629C02A09B73CF7FA411C7695D6C70F\",\"name\":\"7cf1da1d-d802-4ccd-b63c-d3f383780e9b*777D6B5BD4EAE2B96EA069DF39D0614DE629C02A09B73CF7FA411C7695D6C70F\",\"resourceId\":\"/subscriptions/680d0dad-59aa-4464-adf3-b34b2b427e8c/resourceGroups/azurestackhci-pwsh-rg-8x/providers/Microsoft.AzureStackHCI/clusters/pwsh-Cluster0h9u-remove\",\"status\":\"Deleting\",\"startTime\":\"2023-07-24T09:17:27.5475316Z\"}",
+ "Content": "{\"id\":\"/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/a96bb772-8097-426f-86cb-eb26004b43d9*63E9B273B51E2B4835ACB62689B1B49BA647499C377F68D982587D6AFB6B109B\",\"name\":\"a96bb772-8097-426f-86cb-eb26004b43d9*63E9B273B51E2B4835ACB62689B1B49BA647499C377F68D982587D6AFB6B109B\",\"resourceId\":\"/subscriptions/680d0dad-59aa-4464-adf3-b34b2b427e8c/resourceGroups/azurestackhci-pwsh-rg-c6/providers/Microsoft.AzureStackHCI/clusters/pwsh-Clusteryjod-remove\",\"status\":\"Deleting\",\"startTime\":\"2023-07-26T05:17:11.0172001Z\"}",
"isContentBase64": false
}
},
- "Remove-AzStackHciCluster+[NoContext]+Delete+$GET+https://management.azure.com/providers/Microsoft.AzureStackHCI/locations/eastus/operationStatuses/7cf1da1d-d802-4ccd-b63c-d3f383780e9b*777D6B5BD4EAE2B96EA069DF39D0614DE629C02A09B73CF7FA411C7695D6C70F?api-version=2023-03-01+3": {
+ "Remove-AzStackHciCluster+[NoContext]+Delete+$GET+https://management.azure.com/providers/Microsoft.AzureStackHCI/locations/eastus/operationStatuses/a96bb772-8097-426f-86cb-eb26004b43d9*63E9B273B51E2B4835ACB62689B1B49BA647499C377F68D982587D6AFB6B109B?api-version=2023-03-01+3": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/providers/Microsoft.AzureStackHCI/locations/eastus/operationStatuses/7cf1da1d-d802-4ccd-b63c-d3f383780e9b*777D6B5BD4EAE2B96EA069DF39D0614DE629C02A09B73CF7FA411C7695D6C70F?api-version=2023-03-01",
+ "RequestUri": "https://management.azure.com/providers/Microsoft.AzureStackHCI/locations/eastus/operationStatuses/a96bb772-8097-426f-86cb-eb26004b43d9*63E9B273B51E2B4835ACB62689B1B49BA647499C377F68D982587D6AFB6B109B?api-version=2023-03-01",
"Content": null,
"isContentBase64": false,
"Headers": {
"Authorization": [ "[Filtered]" ],
"x-ms-unique-id": [ "22" ],
- "x-ms-client-request-id": [ "e011ac57-ee22-410f-aaf1-dcd716b6a272" ],
+ "x-ms-client-request-id": [ "aedcddcd-e0ca-489d-9e60-cceb78e9c65a" ],
"CommandName": [ "Remove-AzStackHciCluster" ],
"FullCommandName": [ "Remove-AzStackHciCluster_Delete" ],
"ParameterSetName": [ "__AllParameterSets" ],
@@ -109,36 +109,36 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "ETag": [ "\"8f0dece2-0000-0100-0000-64be41a70000\"" ],
- "Location": [ "https://management.azure.com/providers/Microsoft.AzureStackHCI/locations/eastus/operationStatuses/7cf1da1d-d802-4ccd-b63c-d3f383780e9b*777D6B5BD4EAE2B96EA069DF39D0614DE629C02A09B73CF7FA411C7695D6C70F?api-version=2023-03-01" ],
- "x-ms-ratelimit-remaining-tenant-reads": [ "11990" ],
- "Azure-AsyncOperation": [ "https://management.azure.com/providers/Microsoft.AzureStackHCI/locations/eastus/operationStatuses/7cf1da1d-d802-4ccd-b63c-d3f383780e9b*777D6B5BD4EAE2B96EA069DF39D0614DE629C02A09B73CF7FA411C7695D6C70F?api-version=2023-03-01" ],
- "x-ms-request-id": [ "fedf66ef-9f3b-4368-be66-f4f1eabb210e" ],
- "x-ms-correlation-request-id": [ "66ee08b6-7a97-43ab-b05d-eb1c205a260c" ],
- "x-ms-routing-request-id": [ "JIOINDIACENTRAL:20230724T091829Z:66ee08b6-7a97-43ab-b05d-eb1c205a260c" ],
+ "ETag": [ "\"1700ceff-0000-0100-0000-64c0ac570000\"" ],
+ "Location": [ "https://management.azure.com/providers/Microsoft.AzureStackHCI/locations/eastus/operationStatuses/a96bb772-8097-426f-86cb-eb26004b43d9*63E9B273B51E2B4835ACB62689B1B49BA647499C377F68D982587D6AFB6B109B?api-version=2023-03-01" ],
+ "x-ms-ratelimit-remaining-tenant-reads": [ "11998" ],
+ "x-ms-routing-request-id": [ "CENTRALINDIA:20230726T051812Z:55f8ab7a-d16f-46dd-b0ea-3cecf24328f5" ],
+ "Azure-AsyncOperation": [ "https://management.azure.com/providers/Microsoft.AzureStackHCI/locations/eastus/operationStatuses/a96bb772-8097-426f-86cb-eb26004b43d9*63E9B273B51E2B4835ACB62689B1B49BA647499C377F68D982587D6AFB6B109B?api-version=2023-03-01" ],
+ "x-ms-request-id": [ "6ed5231b-f1c6-4579-be9f-8c49937c6d01" ],
+ "x-ms-correlation-request-id": [ "55f8ab7a-d16f-46dd-b0ea-3cecf24328f5" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
"X-Content-Type-Options": [ "nosniff" ],
- "Date": [ "Mon, 24 Jul 2023 09:18:29 GMT" ]
+ "Date": [ "Wed, 26 Jul 2023 05:18:11 GMT" ]
},
"ContentHeaders": {
"Content-Length": [ "528" ],
"Content-Type": [ "application/json; charset=utf-8" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/providers/Microsoft.AzureStackHCI/locations/eastus/operationStatuses/7cf1da1d-d802-4ccd-b63c-d3f383780e9b*777D6B5BD4EAE2B96EA069DF39D0614DE629C02A09B73CF7FA411C7695D6C70F\",\"name\":\"7cf1da1d-d802-4ccd-b63c-d3f383780e9b*777D6B5BD4EAE2B96EA069DF39D0614DE629C02A09B73CF7FA411C7695D6C70F\",\"resourceId\":\"/subscriptions/680d0dad-59aa-4464-adf3-b34b2b427e8c/resourceGroups/azurestackhci-pwsh-rg-8x/providers/Microsoft.AzureStackHCI/clusters/pwsh-Cluster0h9u-remove\",\"status\":\"Deleting\",\"startTime\":\"2023-07-24T09:17:27.5475316Z\"}",
+ "Content": "{\"id\":\"/providers/Microsoft.AzureStackHCI/locations/eastus/operationStatuses/a96bb772-8097-426f-86cb-eb26004b43d9*63E9B273B51E2B4835ACB62689B1B49BA647499C377F68D982587D6AFB6B109B\",\"name\":\"a96bb772-8097-426f-86cb-eb26004b43d9*63E9B273B51E2B4835ACB62689B1B49BA647499C377F68D982587D6AFB6B109B\",\"resourceId\":\"/subscriptions/680d0dad-59aa-4464-adf3-b34b2b427e8c/resourceGroups/azurestackhci-pwsh-rg-c6/providers/Microsoft.AzureStackHCI/clusters/pwsh-Clusteryjod-remove\",\"status\":\"Deleting\",\"startTime\":\"2023-07-26T05:17:11.0172001Z\"}",
"isContentBase64": false
}
},
- "Remove-AzStackHciCluster+[NoContext]+Delete+$GET+https://management.azure.com/providers/Microsoft.AzureStackHCI/locations/eastus/operationStatuses/7cf1da1d-d802-4ccd-b63c-d3f383780e9b*777D6B5BD4EAE2B96EA069DF39D0614DE629C02A09B73CF7FA411C7695D6C70F?api-version=2023-03-01+4": {
+ "Remove-AzStackHciCluster+[NoContext]+Delete+$GET+https://management.azure.com/providers/Microsoft.AzureStackHCI/locations/eastus/operationStatuses/a96bb772-8097-426f-86cb-eb26004b43d9*63E9B273B51E2B4835ACB62689B1B49BA647499C377F68D982587D6AFB6B109B?api-version=2023-03-01+4": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/providers/Microsoft.AzureStackHCI/locations/eastus/operationStatuses/7cf1da1d-d802-4ccd-b63c-d3f383780e9b*777D6B5BD4EAE2B96EA069DF39D0614DE629C02A09B73CF7FA411C7695D6C70F?api-version=2023-03-01",
+ "RequestUri": "https://management.azure.com/providers/Microsoft.AzureStackHCI/locations/eastus/operationStatuses/a96bb772-8097-426f-86cb-eb26004b43d9*63E9B273B51E2B4835ACB62689B1B49BA647499C377F68D982587D6AFB6B109B?api-version=2023-03-01",
"Content": null,
"isContentBase64": false,
"Headers": {
"Authorization": [ "[Filtered]" ],
"x-ms-unique-id": [ "23" ],
- "x-ms-client-request-id": [ "e011ac57-ee22-410f-aaf1-dcd716b6a272" ],
+ "x-ms-client-request-id": [ "aedcddcd-e0ca-489d-9e60-cceb78e9c65a" ],
"CommandName": [ "Remove-AzStackHciCluster" ],
"FullCommandName": [ "Remove-AzStackHciCluster_Delete" ],
"ParameterSetName": [ "__AllParameterSets" ],
@@ -148,40 +148,38 @@
}
},
"Response": {
- "StatusCode": 202,
+ "StatusCode": 200,
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "ETag": [ "\"8f0dece2-0000-0100-0000-64be41a70000\"" ],
- "Location": [ "https://management.azure.com/providers/Microsoft.AzureStackHCI/locations/eastus/operationStatuses/7cf1da1d-d802-4ccd-b63c-d3f383780e9b*777D6B5BD4EAE2B96EA069DF39D0614DE629C02A09B73CF7FA411C7695D6C70F?api-version=2023-03-01" ],
- "x-ms-ratelimit-remaining-tenant-reads": [ "11989" ],
- "x-ms-routing-request-id": [ "JIOINDIACENTRAL:20230724T091859Z:3294f847-9225-4ee6-8432-2f9a88438748" ],
- "Azure-AsyncOperation": [ "https://management.azure.com/providers/Microsoft.AzureStackHCI/locations/eastus/operationStatuses/7cf1da1d-d802-4ccd-b63c-d3f383780e9b*777D6B5BD4EAE2B96EA069DF39D0614DE629C02A09B73CF7FA411C7695D6C70F?api-version=2023-03-01" ],
- "x-ms-request-id": [ "0ac10fa8-d781-4078-a438-88a84212f699" ],
- "x-ms-correlation-request-id": [ "3294f847-9225-4ee6-8432-2f9a88438748" ],
+ "ETag": [ "\"15004d7c-0000-0300-0000-64c0ac990000\"" ],
+ "x-ms-ratelimit-remaining-tenant-reads": [ "11997" ],
+ "x-ms-request-id": [ "e7bf5481-85de-476d-898e-c6f539b0d391" ],
+ "x-ms-correlation-request-id": [ "b660589e-6fa3-4d89-ba7b-ce6cf3b546b7" ],
+ "x-ms-routing-request-id": [ "CENTRALINDIA:20230726T051843Z:b660589e-6fa3-4d89-ba7b-ce6cf3b546b7" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
"X-Content-Type-Options": [ "nosniff" ],
- "Date": [ "Mon, 24 Jul 2023 09:18:59 GMT" ]
+ "Date": [ "Wed, 26 Jul 2023 05:18:42 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "528" ],
+ "Content-Length": [ "547" ],
"Content-Type": [ "application/json; charset=utf-8" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/providers/Microsoft.AzureStackHCI/locations/eastus/operationStatuses/7cf1da1d-d802-4ccd-b63c-d3f383780e9b*777D6B5BD4EAE2B96EA069DF39D0614DE629C02A09B73CF7FA411C7695D6C70F\",\"name\":\"7cf1da1d-d802-4ccd-b63c-d3f383780e9b*777D6B5BD4EAE2B96EA069DF39D0614DE629C02A09B73CF7FA411C7695D6C70F\",\"resourceId\":\"/subscriptions/680d0dad-59aa-4464-adf3-b34b2b427e8c/resourceGroups/azurestackhci-pwsh-rg-8x/providers/Microsoft.AzureStackHCI/clusters/pwsh-Cluster0h9u-remove\",\"status\":\"Deleting\",\"startTime\":\"2023-07-24T09:17:27.5475316Z\"}",
+ "Content": "{\"id\":\"/providers/Microsoft.AzureStackHCI/locations/eastus/operationStatuses/a96bb772-8097-426f-86cb-eb26004b43d9*63E9B273B51E2B4835ACB62689B1B49BA647499C377F68D982587D6AFB6B109B\",\"name\":\"a96bb772-8097-426f-86cb-eb26004b43d9*63E9B273B51E2B4835ACB62689B1B49BA647499C377F68D982587D6AFB6B109B\",\"resourceId\":\"/subscriptions/680d0dad-59aa-4464-adf3-b34b2b427e8c/resourceGroups/azurestackhci-pwsh-rg-c6/providers/Microsoft.AzureStackHCI/clusters/pwsh-Clusteryjod-remove\",\"status\":\"Succeeded\",\"startTime\":\"2023-07-26T05:17:11.0172001Z\",\"properties\":null}",
"isContentBase64": false
}
},
- "Remove-AzStackHciCluster+[NoContext]+Delete+$GET+https://management.azure.com/providers/Microsoft.AzureStackHCI/locations/eastus/operationStatuses/7cf1da1d-d802-4ccd-b63c-d3f383780e9b*777D6B5BD4EAE2B96EA069DF39D0614DE629C02A09B73CF7FA411C7695D6C70F?api-version=2023-03-01+5": {
+ "Remove-AzStackHciCluster+[NoContext]+Delete+$GET+https://management.azure.com/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/a96bb772-8097-426f-86cb-eb26004b43d9*63E9B273B51E2B4835ACB62689B1B49BA647499C377F68D982587D6AFB6B109B?api-version=2023-03-01+5": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/providers/Microsoft.AzureStackHCI/locations/eastus/operationStatuses/7cf1da1d-d802-4ccd-b63c-d3f383780e9b*777D6B5BD4EAE2B96EA069DF39D0614DE629C02A09B73CF7FA411C7695D6C70F?api-version=2023-03-01",
+ "RequestUri": "https://management.azure.com/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/a96bb772-8097-426f-86cb-eb26004b43d9*63E9B273B51E2B4835ACB62689B1B49BA647499C377F68D982587D6AFB6B109B?api-version=2023-03-01",
"Content": null,
"isContentBase64": false,
"Headers": {
"Authorization": [ "[Filtered]" ],
"x-ms-unique-id": [ "24" ],
- "x-ms-client-request-id": [ "e011ac57-ee22-410f-aaf1-dcd716b6a272" ],
+ "x-ms-client-request-id": [ "aedcddcd-e0ca-489d-9e60-cceb78e9c65a" ],
"CommandName": [ "Remove-AzStackHciCluster" ],
"FullCommandName": [ "Remove-AzStackHciCluster_Delete" ],
"ParameterSetName": [ "__AllParameterSets" ],
@@ -195,38 +193,38 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "ETag": [ "\"0a00d5ff-0000-0800-0000-64be42040000\"" ],
- "x-ms-ratelimit-remaining-tenant-reads": [ "11988" ],
- "x-ms-request-id": [ "54b50329-1f4f-4fd6-abc6-f4e265cd6b7f" ],
- "x-ms-correlation-request-id": [ "65dc66c7-1529-4ed8-99f7-da7d0c032aab" ],
- "x-ms-routing-request-id": [ "JIOINDIACENTRAL:20230724T091931Z:65dc66c7-1529-4ed8-99f7-da7d0c032aab" ],
+ "ETag": [ "\"15004d7c-0000-0300-0000-64c0ac990000\"" ],
+ "x-ms-ratelimit-remaining-tenant-reads": [ "11996" ],
+ "x-ms-request-id": [ "a30963b1-7476-45c9-a0f7-ba08ad252157" ],
+ "x-ms-correlation-request-id": [ "6ef939f9-be92-4e8d-a77a-9b50645fb5a5" ],
+ "x-ms-routing-request-id": [ "CENTRALINDIA:20230726T051843Z:6ef939f9-be92-4e8d-a77a-9b50645fb5a5" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
"X-Content-Type-Options": [ "nosniff" ],
- "Date": [ "Mon, 24 Jul 2023 09:19:30 GMT" ]
+ "Date": [ "Wed, 26 Jul 2023 05:18:42 GMT" ]
},
"ContentHeaders": {
"Content-Length": [ "547" ],
"Content-Type": [ "application/json; charset=utf-8" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/providers/Microsoft.AzureStackHCI/locations/eastus/operationStatuses/7cf1da1d-d802-4ccd-b63c-d3f383780e9b*777D6B5BD4EAE2B96EA069DF39D0614DE629C02A09B73CF7FA411C7695D6C70F\",\"name\":\"7cf1da1d-d802-4ccd-b63c-d3f383780e9b*777D6B5BD4EAE2B96EA069DF39D0614DE629C02A09B73CF7FA411C7695D6C70F\",\"resourceId\":\"/subscriptions/680d0dad-59aa-4464-adf3-b34b2b427e8c/resourceGroups/azurestackhci-pwsh-rg-8x/providers/Microsoft.AzureStackHCI/clusters/pwsh-Cluster0h9u-remove\",\"status\":\"Succeeded\",\"startTime\":\"2023-07-24T09:17:27.5475316Z\",\"properties\":null}",
+ "Content": "{\"id\":\"/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/a96bb772-8097-426f-86cb-eb26004b43d9*63E9B273B51E2B4835ACB62689B1B49BA647499C377F68D982587D6AFB6B109B\",\"name\":\"a96bb772-8097-426f-86cb-eb26004b43d9*63E9B273B51E2B4835ACB62689B1B49BA647499C377F68D982587D6AFB6B109B\",\"resourceId\":\"/subscriptions/680d0dad-59aa-4464-adf3-b34b2b427e8c/resourceGroups/azurestackhci-pwsh-rg-c6/providers/Microsoft.AzureStackHCI/clusters/pwsh-Clusteryjod-remove\",\"status\":\"Succeeded\",\"startTime\":\"2023-07-26T05:17:11.0172001Z\",\"properties\":null}",
"isContentBase64": false
}
},
- "Remove-AzStackHciCluster+[NoContext]+Delete+$GET+https://management.azure.com/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/7cf1da1d-d802-4ccd-b63c-d3f383780e9b*777D6B5BD4EAE2B96EA069DF39D0614DE629C02A09B73CF7FA411C7695D6C70F?api-version=2023-03-01+6": {
+ "Remove-AzStackHciCluster+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/680d0dad-59aa-4464-adf3-b34b2b427e8c/resourceGroups/azurestackhci-pwsh-rg-c6/providers/Microsoft.AzureStackHCI/clusters/pwsh-Clusteryjod-remove2?api-version=2023-03-01+1": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/7cf1da1d-d802-4ccd-b63c-d3f383780e9b*777D6B5BD4EAE2B96EA069DF39D0614DE629C02A09B73CF7FA411C7695D6C70F?api-version=2023-03-01",
+ "RequestUri": "https://management.azure.com/subscriptions/680d0dad-59aa-4464-adf3-b34b2b427e8c/resourceGroups/azurestackhci-pwsh-rg-c6/providers/Microsoft.AzureStackHCI/clusters/pwsh-Clusteryjod-remove2?api-version=2023-03-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "Authorization": [ "[Filtered]" ],
"x-ms-unique-id": [ "25" ],
- "x-ms-client-request-id": [ "e011ac57-ee22-410f-aaf1-dcd716b6a272" ],
- "CommandName": [ "Remove-AzStackHciCluster" ],
- "FullCommandName": [ "Remove-AzStackHciCluster_Delete" ],
+ "x-ms-client-request-id": [ "62edaf80-5475-4967-a536-5b41ddce8b5a" ],
+ "CommandName": [ "Get-AzStackHciCluster" ],
+ "FullCommandName": [ "Get-AzStackHciCluster_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.3", "Az.StackHCI/1.1.0" ]
+ "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.3", "Az.StackHCI/1.1.0" ],
+ "Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
}
@@ -236,35 +234,37 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "ETag": [ "\"0a00d5ff-0000-0800-0000-64be42040000\"" ],
- "x-ms-ratelimit-remaining-tenant-reads": [ "11987" ],
- "x-ms-request-id": [ "5d75e182-cc03-458f-b28b-96cda8ff4b89" ],
- "x-ms-correlation-request-id": [ "7f1de434-22c5-4065-98dd-b1d5e616238f" ],
- "x-ms-routing-request-id": [ "JIOINDIACENTRAL:20230724T091931Z:7f1de434-22c5-4065-98dd-b1d5e616238f" ],
- "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "ETag": [ "\"14009264-0000-0100-0000-64c0abb40000\"" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "11991" ],
+ "x-ms-providerhub-traffic": [ "True" ],
"X-Content-Type-Options": [ "nosniff" ],
- "Date": [ "Mon, 24 Jul 2023 09:19:30 GMT" ]
+ "mise-correlation-id": [ "7ecae95d-85bc-474c-a4de-953ceee91f7a" ],
+ "x-ms-request-id": [ "510ae937-2852-4425-b4a8-e86e2ab91c41" ],
+ "x-ms-correlation-request-id": [ "13dcd977-114a-452f-8e21-b40b5537a529" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-routing-request-id": [ "CENTRALINDIA:20230726T051844Z:13dcd977-114a-452f-8e21-b40b5537a529" ],
+ "Date": [ "Wed, 26 Jul 2023 05:18:43 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "547" ],
+ "Content-Length": [ "751" ],
"Content-Type": [ "application/json; charset=utf-8" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/7cf1da1d-d802-4ccd-b63c-d3f383780e9b*777D6B5BD4EAE2B96EA069DF39D0614DE629C02A09B73CF7FA411C7695D6C70F\",\"name\":\"7cf1da1d-d802-4ccd-b63c-d3f383780e9b*777D6B5BD4EAE2B96EA069DF39D0614DE629C02A09B73CF7FA411C7695D6C70F\",\"resourceId\":\"/subscriptions/680d0dad-59aa-4464-adf3-b34b2b427e8c/resourceGroups/azurestackhci-pwsh-rg-8x/providers/Microsoft.AzureStackHCI/clusters/pwsh-Cluster0h9u-remove\",\"status\":\"Succeeded\",\"startTime\":\"2023-07-24T09:17:27.5475316Z\",\"properties\":null}",
+ "Content": "{\"id\":\"/subscriptions/680d0dad-59aa-4464-adf3-b34b2b427e8c/resourceGroups/azurestackhci-pwsh-rg-c6/providers/Microsoft.AzureStackHCI/clusters/pwsh-Clusteryjod-remove2\",\"name\":\"pwsh-Clusteryjod-remove2\",\"type\":\"microsoft.azurestackhci/clusters\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\",\"status\":\"NotYetRegistered\",\"cloudId\":\"745de2a5-795c-4955-aad0-f8aef87a9fbe\",\"softwareAssuranceProperties\":{\"softwareAssuranceStatus\":\"Disabled\",\"softwareAssuranceIntent\":\"Disable\"},\"desiredProperties\":{\"windowsServerSubscription\":\"Disabled\",\"diagnosticLevel\":\"Basic\"},\"trialDaysRemaining\":60,\"billingModel\":\"Trial\",\"serviceEndpoint\":\"https://dp.stackhci.azure.com/eastus/\",\"resourceProviderObjectId\":\"591802c0-3aa7-4a85-9c19-3f703f117987\"}}",
"isContentBase64": false
}
},
- "Remove-AzStackHciCluster+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/680d0dad-59aa-4464-adf3-b34b2b427e8c/resourceGroups/azurestackhci-pwsh-rg-8x/providers/Microsoft.AzureStackHCI/clusters/pwsh-Cluster0h9u-remove2?api-version=2023-03-01+1": {
+ "Remove-AzStackHciCluster+[NoContext]+DeleteViaIdentity+$DELETE+https://management.azure.com/subscriptions/680d0dad-59aa-4464-adf3-b34b2b427e8c/resourceGroups/azurestackhci-pwsh-rg-c6/providers/Microsoft.AzureStackHCI/clusters/pwsh-Clusteryjod-remove2?api-version=2023-03-01+2": {
"Request": {
- "Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/680d0dad-59aa-4464-adf3-b34b2b427e8c/resourceGroups/azurestackhci-pwsh-rg-8x/providers/Microsoft.AzureStackHCI/clusters/pwsh-Cluster0h9u-remove2?api-version=2023-03-01",
+ "Method": "DELETE",
+ "RequestUri": "https://management.azure.com/subscriptions/680d0dad-59aa-4464-adf3-b34b2b427e8c/resourceGroups/azurestackhci-pwsh-rg-c6/providers/Microsoft.AzureStackHCI/clusters/pwsh-Clusteryjod-remove2?api-version=2023-03-01",
"Content": null,
"isContentBase64": false,
"Headers": {
"x-ms-unique-id": [ "26" ],
- "x-ms-client-request-id": [ "787052a1-34b2-463d-afc9-fba534419c21" ],
- "CommandName": [ "Get-AzStackHciCluster" ],
- "FullCommandName": [ "Get-AzStackHciCluster_Get" ],
+ "x-ms-client-request-id": [ "a86aac88-bea1-42e0-9c59-f2bc8c385ffb" ],
+ "CommandName": [ "Remove-AzStackHciCluster" ],
+ "FullCommandName": [ "Remove-AzStackHciCluster_DeleteViaIdentity" ],
"ParameterSetName": [ "__AllParameterSets" ],
"User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.3", "Az.StackHCI/1.1.0" ],
"Authorization": [ "[Filtered]" ]
@@ -273,44 +273,45 @@
}
},
"Response": {
- "StatusCode": 200,
+ "StatusCode": 202,
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "ETag": [ "\"0d05b223-0000-0100-0000-64be40ff0000\"" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11986" ],
+ "ETag": [ "\"1400d483-0000-0100-0000-64c0acb50000\"" ],
+ "Location": [ "https://management.azure.com/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/ca618c7b-6929-445d-855a-1b8ba2404edf*BCE87419EE2E770BD384259FB2FC0A10A23B7870253B3DB4AEFDF20EAE5666C9?api-version=2023-03-01" ],
+ "x-ms-ratelimit-remaining-subscription-deletes": [ "14997" ],
"x-ms-providerhub-traffic": [ "True" ],
- "X-Content-Type-Options": [ "nosniff" ],
- "mise-correlation-id": [ "feb72adf-6fd0-4f18-93a9-9d70e392ad75" ],
- "x-ms-request-id": [ "f6c9dd83-044e-43ee-8f36-161547bcc1d7" ],
- "x-ms-correlation-request-id": [ "20d9b042-ee8c-4ff3-8923-e25a0561d9de" ],
+ "Azure-AsyncOperation": [ "https://management.azure.com/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/ca618c7b-6929-445d-855a-1b8ba2404edf*BCE87419EE2E770BD384259FB2FC0A10A23B7870253B3DB4AEFDF20EAE5666C9?api-version=2023-03-01" ],
+ "x-ms-request-id": [ "ca618c7b-6929-445d-855a-1b8ba2404edf" ],
+ "x-ms-correlation-request-id": [ "d254d26b-80ac-4ecf-ab25-00f14b94b0b9" ],
+ "x-ms-routing-request-id": [ "CENTRALINDIA:20230726T051845Z:d254d26b-80ac-4ecf-ab25-00f14b94b0b9" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-routing-request-id": [ "JIOINDIACENTRAL:20230724T091932Z:20d9b042-ee8c-4ff3-8923-e25a0561d9de" ],
- "Date": [ "Mon, 24 Jul 2023 09:19:32 GMT" ]
+ "X-Content-Type-Options": [ "nosniff" ],
+ "Date": [ "Wed, 26 Jul 2023 05:18:44 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "751" ],
+ "Content-Length": [ "4" ],
"Content-Type": [ "application/json; charset=utf-8" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/680d0dad-59aa-4464-adf3-b34b2b427e8c/resourceGroups/azurestackhci-pwsh-rg-8x/providers/Microsoft.AzureStackHCI/clusters/pwsh-Cluster0h9u-remove2\",\"name\":\"pwsh-Cluster0h9u-remove2\",\"type\":\"microsoft.azurestackhci/clusters\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\",\"status\":\"NotYetRegistered\",\"cloudId\":\"0e9820b8-0e7e-4734-9c0e-26ab94d9027f\",\"softwareAssuranceProperties\":{\"softwareAssuranceStatus\":\"Disabled\",\"softwareAssuranceIntent\":\"Disable\"},\"desiredProperties\":{\"windowsServerSubscription\":\"Disabled\",\"diagnosticLevel\":\"Basic\"},\"trialDaysRemaining\":60,\"billingModel\":\"Trial\",\"serviceEndpoint\":\"https://dp.stackhci.azure.com/eastus/\",\"resourceProviderObjectId\":\"591802c0-3aa7-4a85-9c19-3f703f117987\"}}",
+ "Content": "bnVsbA==",
"isContentBase64": false
}
},
- "Remove-AzStackHciCluster+[NoContext]+DeleteViaIdentity+$DELETE+https://management.azure.com/subscriptions/680d0dad-59aa-4464-adf3-b34b2b427e8c/resourceGroups/azurestackhci-pwsh-rg-8x/providers/Microsoft.AzureStackHCI/clusters/pwsh-Cluster0h9u-remove2?api-version=2023-03-01+2": {
+ "Remove-AzStackHciCluster+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/ca618c7b-6929-445d-855a-1b8ba2404edf*BCE87419EE2E770BD384259FB2FC0A10A23B7870253B3DB4AEFDF20EAE5666C9?api-version=2023-03-01+3": {
"Request": {
- "Method": "DELETE",
- "RequestUri": "https://management.azure.com/subscriptions/680d0dad-59aa-4464-adf3-b34b2b427e8c/resourceGroups/azurestackhci-pwsh-rg-8x/providers/Microsoft.AzureStackHCI/clusters/pwsh-Cluster0h9u-remove2?api-version=2023-03-01",
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/ca618c7b-6929-445d-855a-1b8ba2404edf*BCE87419EE2E770BD384259FB2FC0A10A23B7870253B3DB4AEFDF20EAE5666C9?api-version=2023-03-01",
"Content": null,
"isContentBase64": false,
"Headers": {
+ "Authorization": [ "[Filtered]" ],
"x-ms-unique-id": [ "27" ],
- "x-ms-client-request-id": [ "6bdb522d-6b3a-4cd9-9144-d23e329ceeb2" ],
+ "x-ms-client-request-id": [ "a86aac88-bea1-42e0-9c59-f2bc8c385ffb" ],
"CommandName": [ "Remove-AzStackHciCluster" ],
"FullCommandName": [ "Remove-AzStackHciCluster_DeleteViaIdentity" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.3", "Az.StackHCI/1.1.0" ],
- "Authorization": [ "[Filtered]" ]
+ "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.3", "Az.StackHCI/1.1.0" ]
},
"ContentHeaders": {
}
@@ -320,37 +321,36 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "ETag": [ "\"0d051d25-0000-0100-0000-64be42250000\"" ],
- "Location": [ "https://management.azure.com/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/1856e52e-0def-452a-a60c-21b596ef2460*61FB5A5C8DC3957B106C1E7F0A2867D499CB91F75E486E4CC330990899D80488?api-version=2023-03-01" ],
- "x-ms-ratelimit-remaining-subscription-deletes": [ "14993" ],
- "x-ms-providerhub-traffic": [ "True" ],
- "Azure-AsyncOperation": [ "https://management.azure.com/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/1856e52e-0def-452a-a60c-21b596ef2460*61FB5A5C8DC3957B106C1E7F0A2867D499CB91F75E486E4CC330990899D80488?api-version=2023-03-01" ],
- "x-ms-request-id": [ "1856e52e-0def-452a-a60c-21b596ef2460" ],
- "x-ms-correlation-request-id": [ "bc84f09b-13db-49f1-b243-2e17a9eacfb9" ],
- "x-ms-routing-request-id": [ "JIOINDIACENTRAL:20230724T091934Z:bc84f09b-13db-49f1-b243-2e17a9eacfb9" ],
+ "ETag": [ "\"1700e0ff-0000-0100-0000-64c0acb50000\"" ],
+ "Location": [ "https://management.azure.com/providers/Microsoft.AzureStackHCI/locations/eastus/operationStatuses/ca618c7b-6929-445d-855a-1b8ba2404edf*BCE87419EE2E770BD384259FB2FC0A10A23B7870253B3DB4AEFDF20EAE5666C9?api-version=2023-03-01" ],
+ "x-ms-ratelimit-remaining-tenant-reads": [ "11995" ],
+ "Azure-AsyncOperation": [ "https://management.azure.com/providers/Microsoft.AzureStackHCI/locations/eastus/operationStatuses/ca618c7b-6929-445d-855a-1b8ba2404edf*BCE87419EE2E770BD384259FB2FC0A10A23B7870253B3DB4AEFDF20EAE5666C9?api-version=2023-03-01" ],
+ "x-ms-request-id": [ "1828867c-10f5-469e-9e72-3a08f88e00f9" ],
+ "x-ms-correlation-request-id": [ "00cc8c8a-ccc6-41ac-a8c9-52b3bca4ec04" ],
+ "x-ms-routing-request-id": [ "CENTRALINDIA:20230726T051915Z:00cc8c8a-ccc6-41ac-a8c9-52b3bca4ec04" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
"X-Content-Type-Options": [ "nosniff" ],
- "Date": [ "Mon, 24 Jul 2023 09:19:33 GMT" ]
+ "Date": [ "Wed, 26 Jul 2023 05:19:15 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "4" ],
+ "Content-Length": [ "529" ],
"Content-Type": [ "application/json; charset=utf-8" ],
"Expires": [ "-1" ]
},
- "Content": "bnVsbA==",
+ "Content": "{\"id\":\"/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/ca618c7b-6929-445d-855a-1b8ba2404edf*BCE87419EE2E770BD384259FB2FC0A10A23B7870253B3DB4AEFDF20EAE5666C9\",\"name\":\"ca618c7b-6929-445d-855a-1b8ba2404edf*BCE87419EE2E770BD384259FB2FC0A10A23B7870253B3DB4AEFDF20EAE5666C9\",\"resourceId\":\"/subscriptions/680d0dad-59aa-4464-adf3-b34b2b427e8c/resourceGroups/azurestackhci-pwsh-rg-c6/providers/Microsoft.AzureStackHCI/clusters/pwsh-Clusteryjod-remove2\",\"status\":\"Deleting\",\"startTime\":\"2023-07-26T05:18:45.1133122Z\"}",
"isContentBase64": false
}
},
- "Remove-AzStackHciCluster+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/1856e52e-0def-452a-a60c-21b596ef2460*61FB5A5C8DC3957B106C1E7F0A2867D499CB91F75E486E4CC330990899D80488?api-version=2023-03-01+3": {
+ "Remove-AzStackHciCluster+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/providers/Microsoft.AzureStackHCI/locations/eastus/operationStatuses/ca618c7b-6929-445d-855a-1b8ba2404edf*BCE87419EE2E770BD384259FB2FC0A10A23B7870253B3DB4AEFDF20EAE5666C9?api-version=2023-03-01+4": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/1856e52e-0def-452a-a60c-21b596ef2460*61FB5A5C8DC3957B106C1E7F0A2867D499CB91F75E486E4CC330990899D80488?api-version=2023-03-01",
+ "RequestUri": "https://management.azure.com/providers/Microsoft.AzureStackHCI/locations/eastus/operationStatuses/ca618c7b-6929-445d-855a-1b8ba2404edf*BCE87419EE2E770BD384259FB2FC0A10A23B7870253B3DB4AEFDF20EAE5666C9?api-version=2023-03-01",
"Content": null,
"isContentBase64": false,
"Headers": {
"Authorization": [ "[Filtered]" ],
"x-ms-unique-id": [ "28" ],
- "x-ms-client-request-id": [ "6bdb522d-6b3a-4cd9-9144-d23e329ceeb2" ],
+ "x-ms-client-request-id": [ "a86aac88-bea1-42e0-9c59-f2bc8c385ffb" ],
"CommandName": [ "Remove-AzStackHciCluster" ],
"FullCommandName": [ "Remove-AzStackHciCluster_DeleteViaIdentity" ],
"ParameterSetName": [ "__AllParameterSets" ],
@@ -364,36 +364,36 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "ETag": [ "\"900dc519-0000-0100-0000-64be42250000\"" ],
- "Location": [ "https://management.azure.com/providers/Microsoft.AzureStackHCI/locations/eastus/operationStatuses/1856e52e-0def-452a-a60c-21b596ef2460*61FB5A5C8DC3957B106C1E7F0A2867D499CB91F75E486E4CC330990899D80488?api-version=2023-03-01" ],
- "x-ms-ratelimit-remaining-tenant-reads": [ "11986" ],
- "Azure-AsyncOperation": [ "https://management.azure.com/providers/Microsoft.AzureStackHCI/locations/eastus/operationStatuses/1856e52e-0def-452a-a60c-21b596ef2460*61FB5A5C8DC3957B106C1E7F0A2867D499CB91F75E486E4CC330990899D80488?api-version=2023-03-01" ],
- "x-ms-request-id": [ "d869dc23-2ed0-4fb5-95f0-8d2cdb00bfb0" ],
- "x-ms-correlation-request-id": [ "6c054346-c8cc-4ae1-af91-db56bff923fd" ],
- "x-ms-routing-request-id": [ "JIOINDIACENTRAL:20230724T092004Z:6c054346-c8cc-4ae1-af91-db56bff923fd" ],
+ "ETag": [ "\"1700e0ff-0000-0100-0000-64c0acb50000\"" ],
+ "Location": [ "https://management.azure.com/providers/Microsoft.AzureStackHCI/locations/eastus/operationStatuses/ca618c7b-6929-445d-855a-1b8ba2404edf*BCE87419EE2E770BD384259FB2FC0A10A23B7870253B3DB4AEFDF20EAE5666C9?api-version=2023-03-01" ],
+ "x-ms-ratelimit-remaining-tenant-reads": [ "11994" ],
+ "Azure-AsyncOperation": [ "https://management.azure.com/providers/Microsoft.AzureStackHCI/locations/eastus/operationStatuses/ca618c7b-6929-445d-855a-1b8ba2404edf*BCE87419EE2E770BD384259FB2FC0A10A23B7870253B3DB4AEFDF20EAE5666C9?api-version=2023-03-01" ],
+ "x-ms-request-id": [ "7e117aa6-d74d-444f-85fa-52f9c6ac97da" ],
+ "x-ms-correlation-request-id": [ "4df9e409-049f-4974-9d75-c21015f195e5" ],
+ "x-ms-routing-request-id": [ "CENTRALINDIA:20230726T051946Z:4df9e409-049f-4974-9d75-c21015f195e5" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
"X-Content-Type-Options": [ "nosniff" ],
- "Date": [ "Mon, 24 Jul 2023 09:20:04 GMT" ]
+ "Date": [ "Wed, 26 Jul 2023 05:19:45 GMT" ]
},
"ContentHeaders": {
"Content-Length": [ "529" ],
"Content-Type": [ "application/json; charset=utf-8" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/1856e52e-0def-452a-a60c-21b596ef2460*61FB5A5C8DC3957B106C1E7F0A2867D499CB91F75E486E4CC330990899D80488\",\"name\":\"1856e52e-0def-452a-a60c-21b596ef2460*61FB5A5C8DC3957B106C1E7F0A2867D499CB91F75E486E4CC330990899D80488\",\"resourceId\":\"/subscriptions/680d0dad-59aa-4464-adf3-b34b2b427e8c/resourceGroups/azurestackhci-pwsh-rg-8x/providers/Microsoft.AzureStackHCI/clusters/pwsh-Cluster0h9u-remove2\",\"status\":\"Deleting\",\"startTime\":\"2023-07-24T09:19:33.6877957Z\"}",
+ "Content": "{\"id\":\"/providers/Microsoft.AzureStackHCI/locations/eastus/operationStatuses/ca618c7b-6929-445d-855a-1b8ba2404edf*BCE87419EE2E770BD384259FB2FC0A10A23B7870253B3DB4AEFDF20EAE5666C9\",\"name\":\"ca618c7b-6929-445d-855a-1b8ba2404edf*BCE87419EE2E770BD384259FB2FC0A10A23B7870253B3DB4AEFDF20EAE5666C9\",\"resourceId\":\"/subscriptions/680d0dad-59aa-4464-adf3-b34b2b427e8c/resourceGroups/azurestackhci-pwsh-rg-c6/providers/Microsoft.AzureStackHCI/clusters/pwsh-Clusteryjod-remove2\",\"status\":\"Deleting\",\"startTime\":\"2023-07-26T05:18:45.1133122Z\"}",
"isContentBase64": false
}
},
- "Remove-AzStackHciCluster+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/providers/Microsoft.AzureStackHCI/locations/eastus/operationStatuses/1856e52e-0def-452a-a60c-21b596ef2460*61FB5A5C8DC3957B106C1E7F0A2867D499CB91F75E486E4CC330990899D80488?api-version=2023-03-01+4": {
+ "Remove-AzStackHciCluster+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/providers/Microsoft.AzureStackHCI/locations/eastus/operationStatuses/ca618c7b-6929-445d-855a-1b8ba2404edf*BCE87419EE2E770BD384259FB2FC0A10A23B7870253B3DB4AEFDF20EAE5666C9?api-version=2023-03-01+5": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/providers/Microsoft.AzureStackHCI/locations/eastus/operationStatuses/1856e52e-0def-452a-a60c-21b596ef2460*61FB5A5C8DC3957B106C1E7F0A2867D499CB91F75E486E4CC330990899D80488?api-version=2023-03-01",
+ "RequestUri": "https://management.azure.com/providers/Microsoft.AzureStackHCI/locations/eastus/operationStatuses/ca618c7b-6929-445d-855a-1b8ba2404edf*BCE87419EE2E770BD384259FB2FC0A10A23B7870253B3DB4AEFDF20EAE5666C9?api-version=2023-03-01",
"Content": null,
"isContentBase64": false,
"Headers": {
"Authorization": [ "[Filtered]" ],
"x-ms-unique-id": [ "29" ],
- "x-ms-client-request-id": [ "6bdb522d-6b3a-4cd9-9144-d23e329ceeb2" ],
+ "x-ms-client-request-id": [ "a86aac88-bea1-42e0-9c59-f2bc8c385ffb" ],
"CommandName": [ "Remove-AzStackHciCluster" ],
"FullCommandName": [ "Remove-AzStackHciCluster_DeleteViaIdentity" ],
"ParameterSetName": [ "__AllParameterSets" ],
@@ -407,34 +407,34 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "ETag": [ "\"0100f30f-0000-0300-0000-64be425e0000\"" ],
- "x-ms-ratelimit-remaining-tenant-reads": [ "11985" ],
- "x-ms-request-id": [ "ae35b11e-7db7-4cef-b641-3f26922db2cc" ],
- "x-ms-correlation-request-id": [ "3a6ef37e-c8b6-4405-ba70-115a52ecf228" ],
- "x-ms-routing-request-id": [ "JIOINDIACENTRAL:20230724T092034Z:3a6ef37e-c8b6-4405-ba70-115a52ecf228" ],
+ "ETag": [ "\"18001200-0000-0100-0000-64c0acf80000\"" ],
+ "x-ms-ratelimit-remaining-tenant-reads": [ "11993" ],
+ "x-ms-request-id": [ "ab8dfcc8-efb2-4726-aecf-0ff599ea0518" ],
+ "x-ms-correlation-request-id": [ "9d71ac17-54f7-4452-b424-1861ecd6795c" ],
+ "x-ms-routing-request-id": [ "CENTRALINDIA:20230726T052016Z:9d71ac17-54f7-4452-b424-1861ecd6795c" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
"X-Content-Type-Options": [ "nosniff" ],
- "Date": [ "Mon, 24 Jul 2023 09:20:34 GMT" ]
+ "Date": [ "Wed, 26 Jul 2023 05:20:16 GMT" ]
},
"ContentHeaders": {
"Content-Length": [ "548" ],
"Content-Type": [ "application/json; charset=utf-8" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/providers/Microsoft.AzureStackHCI/locations/eastus/operationStatuses/1856e52e-0def-452a-a60c-21b596ef2460*61FB5A5C8DC3957B106C1E7F0A2867D499CB91F75E486E4CC330990899D80488\",\"name\":\"1856e52e-0def-452a-a60c-21b596ef2460*61FB5A5C8DC3957B106C1E7F0A2867D499CB91F75E486E4CC330990899D80488\",\"resourceId\":\"/subscriptions/680d0dad-59aa-4464-adf3-b34b2b427e8c/resourceGroups/azurestackhci-pwsh-rg-8x/providers/Microsoft.AzureStackHCI/clusters/pwsh-Cluster0h9u-remove2\",\"status\":\"Succeeded\",\"startTime\":\"2023-07-24T09:19:33.6877957Z\",\"properties\":null}",
+ "Content": "{\"id\":\"/providers/Microsoft.AzureStackHCI/locations/eastus/operationStatuses/ca618c7b-6929-445d-855a-1b8ba2404edf*BCE87419EE2E770BD384259FB2FC0A10A23B7870253B3DB4AEFDF20EAE5666C9\",\"name\":\"ca618c7b-6929-445d-855a-1b8ba2404edf*BCE87419EE2E770BD384259FB2FC0A10A23B7870253B3DB4AEFDF20EAE5666C9\",\"resourceId\":\"/subscriptions/680d0dad-59aa-4464-adf3-b34b2b427e8c/resourceGroups/azurestackhci-pwsh-rg-c6/providers/Microsoft.AzureStackHCI/clusters/pwsh-Clusteryjod-remove2\",\"status\":\"Succeeded\",\"startTime\":\"2023-07-26T05:18:45.1133122Z\",\"properties\":null}",
"isContentBase64": false
}
},
- "Remove-AzStackHciCluster+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/1856e52e-0def-452a-a60c-21b596ef2460*61FB5A5C8DC3957B106C1E7F0A2867D499CB91F75E486E4CC330990899D80488?api-version=2023-03-01+5": {
+ "Remove-AzStackHciCluster+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/ca618c7b-6929-445d-855a-1b8ba2404edf*BCE87419EE2E770BD384259FB2FC0A10A23B7870253B3DB4AEFDF20EAE5666C9?api-version=2023-03-01+6": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/1856e52e-0def-452a-a60c-21b596ef2460*61FB5A5C8DC3957B106C1E7F0A2867D499CB91F75E486E4CC330990899D80488?api-version=2023-03-01",
+ "RequestUri": "https://management.azure.com/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/ca618c7b-6929-445d-855a-1b8ba2404edf*BCE87419EE2E770BD384259FB2FC0A10A23B7870253B3DB4AEFDF20EAE5666C9?api-version=2023-03-01",
"Content": null,
"isContentBase64": false,
"Headers": {
"Authorization": [ "[Filtered]" ],
"x-ms-unique-id": [ "30" ],
- "x-ms-client-request-id": [ "6bdb522d-6b3a-4cd9-9144-d23e329ceeb2" ],
+ "x-ms-client-request-id": [ "a86aac88-bea1-42e0-9c59-f2bc8c385ffb" ],
"CommandName": [ "Remove-AzStackHciCluster" ],
"FullCommandName": [ "Remove-AzStackHciCluster_DeleteViaIdentity" ],
"ParameterSetName": [ "__AllParameterSets" ],
@@ -448,21 +448,21 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "ETag": [ "\"0100f30f-0000-0300-0000-64be425e0000\"" ],
- "x-ms-ratelimit-remaining-tenant-reads": [ "11984" ],
- "x-ms-request-id": [ "9190cbda-8e95-43bb-8017-90802447c204" ],
- "x-ms-correlation-request-id": [ "b3d36f72-9b65-4843-8692-47bc96551483" ],
- "x-ms-routing-request-id": [ "JIOINDIACENTRAL:20230724T092035Z:b3d36f72-9b65-4843-8692-47bc96551483" ],
+ "ETag": [ "\"18001200-0000-0100-0000-64c0acf80000\"" ],
+ "x-ms-ratelimit-remaining-tenant-reads": [ "11992" ],
+ "x-ms-request-id": [ "fa6fffb5-3f40-4d90-a9ae-9c3821ba28e5" ],
+ "x-ms-correlation-request-id": [ "73335de8-2547-4f46-be13-d704393693f5" ],
+ "x-ms-routing-request-id": [ "CENTRALINDIA:20230726T052016Z:73335de8-2547-4f46-be13-d704393693f5" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
"X-Content-Type-Options": [ "nosniff" ],
- "Date": [ "Mon, 24 Jul 2023 09:20:34 GMT" ]
+ "Date": [ "Wed, 26 Jul 2023 05:20:16 GMT" ]
},
"ContentHeaders": {
"Content-Length": [ "548" ],
"Content-Type": [ "application/json; charset=utf-8" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/1856e52e-0def-452a-a60c-21b596ef2460*61FB5A5C8DC3957B106C1E7F0A2867D499CB91F75E486E4CC330990899D80488\",\"name\":\"1856e52e-0def-452a-a60c-21b596ef2460*61FB5A5C8DC3957B106C1E7F0A2867D499CB91F75E486E4CC330990899D80488\",\"resourceId\":\"/subscriptions/680d0dad-59aa-4464-adf3-b34b2b427e8c/resourceGroups/azurestackhci-pwsh-rg-8x/providers/Microsoft.AzureStackHCI/clusters/pwsh-Cluster0h9u-remove2\",\"status\":\"Succeeded\",\"startTime\":\"2023-07-24T09:19:33.6877957Z\",\"properties\":null}",
+ "Content": "{\"id\":\"/providers/Microsoft.AzureStackHCI/locations/EASTUS/operationStatuses/ca618c7b-6929-445d-855a-1b8ba2404edf*BCE87419EE2E770BD384259FB2FC0A10A23B7870253B3DB4AEFDF20EAE5666C9\",\"name\":\"ca618c7b-6929-445d-855a-1b8ba2404edf*BCE87419EE2E770BD384259FB2FC0A10A23B7870253B3DB4AEFDF20EAE5666C9\",\"resourceId\":\"/subscriptions/680d0dad-59aa-4464-adf3-b34b2b427e8c/resourceGroups/azurestackhci-pwsh-rg-c6/providers/Microsoft.AzureStackHCI/clusters/pwsh-Clusteryjod-remove2\",\"status\":\"Succeeded\",\"startTime\":\"2023-07-26T05:18:45.1133122Z\",\"properties\":null}",
"isContentBase64": false
}
}
diff --git a/src/StackHCI/test/Remove-AzStackHciExtension.Recording.json b/src/StackHCI/test/Remove-AzStackHciExtension.Recording.json
index 79c81299b1ef..36ccd4ae5c6c 100644
--- a/src/StackHCI/test/Remove-AzStackHciExtension.Recording.json
+++ b/src/StackHCI/test/Remove-AzStackHciExtension.Recording.json
@@ -1,13 +1,13 @@
{
- "Remove-AzStackHciExtension+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/680d0dad-59aa-4464-adf3-b34b2b427e8c/resourceGroups/azurestackhci-pwsh-rg-8x/providers/Microsoft.AzureStackHCI/clusters/pwsh-Cluster0h9u/arcSettings/default/extensions/MicrosoftMonitoringAgent?api-version=2023-03-01+1": {
+ "Remove-AzStackHciExtension+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/680d0dad-59aa-4464-adf3-b34b2b427e8c/resourceGroups/azurestackhci-pwsh-rg-c6/providers/Microsoft.AzureStackHCI/clusters/pwsh-Clusteryjod/arcSettings/default/extensions/MicrosoftMonitoringAgent?api-version=2023-03-01+1": {
"Request": {
"Method": "DELETE",
- "RequestUri": "https://management.azure.com/subscriptions/680d0dad-59aa-4464-adf3-b34b2b427e8c/resourceGroups/azurestackhci-pwsh-rg-8x/providers/Microsoft.AzureStackHCI/clusters/pwsh-Cluster0h9u/arcSettings/default/extensions/MicrosoftMonitoringAgent?api-version=2023-03-01",
+ "RequestUri": "https://management.azure.com/subscriptions/680d0dad-59aa-4464-adf3-b34b2b427e8c/resourceGroups/azurestackhci-pwsh-rg-c6/providers/Microsoft.AzureStackHCI/clusters/pwsh-Clusteryjod/arcSettings/default/extensions/MicrosoftMonitoringAgent?api-version=2023-03-01",
"Content": null,
"isContentBase64": false,
"Headers": {
"x-ms-unique-id": [ "31" ],
- "x-ms-client-request-id": [ "7ae5b3e4-9e50-4940-9619-2685d8841c05" ],
+ "x-ms-client-request-id": [ "6909dd0e-8074-4331-abd6-8fa8060beb76" ],
"CommandName": [ "Remove-AzStackHciExtension" ],
"FullCommandName": [ "Remove-AzStackHciExtension_Delete" ],
"ParameterSetName": [ "__AllParameterSets" ],
@@ -24,13 +24,13 @@
"Pragma": [ "no-cache" ],
"x-ms-providerhub-traffic": [ "True" ],
"X-Content-Type-Options": [ "nosniff" ],
- "mise-correlation-id": [ "32633378-9414-4f45-8206-746bf9537d20" ],
- "x-ms-request-id": [ "284ae900-e364-4f55-a93c-a77b1ba2fbd9" ],
- "x-ms-correlation-request-id": [ "0b1021c3-3667-4d4b-960a-c83cad45897e" ],
+ "mise-correlation-id": [ "230eb25f-0d8b-4ff6-b441-1ae07077d2f1" ],
+ "x-ms-request-id": [ "47c3508d-6b33-4dc6-b08b-57406ec70969" ],
+ "x-ms-correlation-request-id": [ "e9474546-bdb2-43e9-b617-4fe4145d8c9e" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-ratelimit-remaining-subscription-deletes": [ "14992" ],
- "x-ms-routing-request-id": [ "JIOINDIACENTRAL:20230724T092040Z:0b1021c3-3667-4d4b-960a-c83cad45897e" ],
- "Date": [ "Mon, 24 Jul 2023 09:20:39 GMT" ]
+ "x-ms-ratelimit-remaining-subscription-deletes": [ "14996" ],
+ "x-ms-routing-request-id": [ "CENTRALINDIA:20230726T052021Z:e9474546-bdb2-43e9-b617-4fe4145d8c9e" ],
+ "Date": [ "Wed, 26 Jul 2023 05:20:21 GMT" ]
},
"ContentHeaders": {
"Expires": [ "-1" ],
diff --git a/src/StackHCI/test/Update-AzStackHciCluster.Recording.json b/src/StackHCI/test/Update-AzStackHciCluster.Recording.json
index 6da8ab3a826b..72eb0d7132bc 100644
--- a/src/StackHCI/test/Update-AzStackHciCluster.Recording.json
+++ b/src/StackHCI/test/Update-AzStackHciCluster.Recording.json
@@ -1,8 +1,8 @@
{
- "Update-AzStackHciCluster+[NoContext]+UpdateExpanded+$PATCH+https://management.azure.com/subscriptions/680d0dad-59aa-4464-adf3-b34b2b427e8c/resourceGroups/azurestackhci-pwsh-rg-8x/providers/Microsoft.AzureStackHCI/clusters/pwsh-Cluster0h9u?api-version=2023-03-01+1": {
+ "Update-AzStackHciCluster+[NoContext]+UpdateExpanded+$PATCH+https://management.azure.com/subscriptions/680d0dad-59aa-4464-adf3-b34b2b427e8c/resourceGroups/azurestackhci-pwsh-rg-c6/providers/Microsoft.AzureStackHCI/clusters/pwsh-Clusteryjod?api-version=2023-03-01+1": {
"Request": {
"Method": "PATCH",
- "RequestUri": "https://management.azure.com/subscriptions/680d0dad-59aa-4464-adf3-b34b2b427e8c/resourceGroups/azurestackhci-pwsh-rg-8x/providers/Microsoft.AzureStackHCI/clusters/pwsh-Cluster0h9u?api-version=2023-03-01",
+ "RequestUri": "https://management.azure.com/subscriptions/680d0dad-59aa-4464-adf3-b34b2b427e8c/resourceGroups/azurestackhci-pwsh-rg-c6/providers/Microsoft.AzureStackHCI/clusters/pwsh-Clusteryjod?api-version=2023-03-01",
"Content": "{\n \"properties\": {\n \"desiredProperties\": {\n \"windowsServerSubscription\": \"Disabled\",\n \"diagnosticLevel\": \"Enhanced\"\n }\n }\n}",
"isContentBase64": false,
"Headers": {
@@ -17,23 +17,23 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "ETag": [ "\"0d059725-0000-0100-0000-64be42820000\"" ],
- "x-ms-ratelimit-remaining-subscription-writes": [ "1179" ],
+ "ETag": [ "\"14004694-0000-0100-0000-64c0ad300000\"" ],
+ "x-ms-ratelimit-remaining-subscription-writes": [ "1190" ],
"x-ms-providerhub-traffic": [ "True" ],
"X-Content-Type-Options": [ "nosniff" ],
- "mise-correlation-id": [ "a09fe15c-2af4-4911-9740-c256199b7bb8" ],
- "x-ms-request-id": [ "d25c4c45-f264-489e-a580-8b11474097a4" ],
- "x-ms-correlation-request-id": [ "99b8e274-24dc-4f1d-9be7-cf0fb2c22494" ],
+ "mise-correlation-id": [ "fc6d7de0-90af-4b23-a865-0e7072718661" ],
+ "x-ms-request-id": [ "a6a1fcce-6ef8-40a3-88e3-041675daa343" ],
+ "x-ms-correlation-request-id": [ "4e518f1f-932f-4f54-9b73-c06715b944b7" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-routing-request-id": [ "JIOINDIACENTRAL:20230724T092107Z:99b8e274-24dc-4f1d-9be7-cf0fb2c22494" ],
- "Date": [ "Mon, 24 Jul 2023 09:21:07 GMT" ]
+ "x-ms-routing-request-id": [ "CENTRALINDIA:20230726T052048Z:4e518f1f-932f-4f54-9b73-c06715b944b7" ],
+ "Date": [ "Wed, 26 Jul 2023 05:20:47 GMT" ]
},
"ContentHeaders": {
"Content-Length": [ "974" ],
"Content-Type": [ "application/json; charset=utf-8" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/680d0dad-59aa-4464-adf3-b34b2b427e8c/resourceGroups/azurestackhci-pwsh-rg-8x/providers/Microsoft.AzureStackHCI/clusters/pwsh-Cluster0h9u\",\"name\":\"pwsh-Cluster0h9u\",\"type\":\"microsoft.azurestackhci/clusters\",\"location\":\"eastus\",\"systemData\":{\"createdBy\":\"priyjain@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2023-07-24T09:14:29.0682086Z\",\"lastModifiedBy\":\"priyjain@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2023-07-24T09:21:06.5389274Z\"},\"properties\":{\"status\":\"NotYetRegistered\",\"cloudId\":\"3817c632-19e8-4e2d-ac5c-b01f730d5135\",\"softwareAssuranceProperties\":{\"softwareAssuranceStatus\":\"Disabled\",\"softwareAssuranceIntent\":\"Disable\"},\"desiredProperties\":{\"windowsServerSubscription\":\"Disabled\",\"diagnosticLevel\":\"Enhanced\"},\"trialDaysRemaining\":60,\"billingModel\":\"Trial\",\"provisioningState\":\"Succeeded\",\"serviceEndpoint\":\"https://dp.stackhci.azure.com/eastus/\",\"resourceProviderObjectId\":\"591802c0-3aa7-4a85-9c19-3f703f117987\"}}",
+ "Content": "{\"id\":\"/subscriptions/680d0dad-59aa-4464-adf3-b34b2b427e8c/resourceGroups/azurestackhci-pwsh-rg-c6/providers/Microsoft.AzureStackHCI/clusters/pwsh-Clusteryjod\",\"name\":\"pwsh-Clusteryjod\",\"type\":\"microsoft.azurestackhci/clusters\",\"location\":\"eastus\",\"systemData\":{\"createdBy\":\"priyjain@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2023-07-26T05:14:18.2375631Z\",\"lastModifiedBy\":\"priyjain@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2023-07-26T05:20:47.8694638Z\"},\"properties\":{\"status\":\"NotYetRegistered\",\"cloudId\":\"da00b8cd-822c-40c7-9fc5-a390ec81e229\",\"softwareAssuranceProperties\":{\"softwareAssuranceStatus\":\"Disabled\",\"softwareAssuranceIntent\":\"Disable\"},\"desiredProperties\":{\"windowsServerSubscription\":\"Disabled\",\"diagnosticLevel\":\"Enhanced\"},\"trialDaysRemaining\":60,\"billingModel\":\"Trial\",\"provisioningState\":\"Succeeded\",\"serviceEndpoint\":\"https://dp.stackhci.azure.com/eastus/\",\"resourceProviderObjectId\":\"591802c0-3aa7-4a85-9c19-3f703f117987\"}}",
"isContentBase64": false
}
}
diff --git a/src/StackHCI/test/env.json b/src/StackHCI/test/env.json
index 3a6c992ce49a..04de0710d950 100644
--- a/src/StackHCI/test/env.json
+++ b/src/StackHCI/test/env.json
@@ -1,10 +1,10 @@
{
- "Location": "eastus",
"ExtensionPublisher": "Microsoft.EnterpriseCloud.Monitoring",
- "Tenant": "c76bd4d1-bea3-45ea-be1b-4a745a675d07",
- "SubscriptionId": "680d0dad-59aa-4464-adf3-b34b2b427e8c",
- "ResourceGroup": "azurestackhci-pwsh-rg-8x",
"ExtensionName": "MicrosoftMonitoringAgent",
+ "ResourceGroup": "azurestackhci-pwsh-rg-c6",
+ "Location": "eastus",
+ "ClusterName": "pwsh-Clusteryjod",
"ArcSettingName": "default",
- "ClusterName": "pwsh-Cluster0h9u"
+ "Tenant": "c76bd4d1-bea3-45ea-be1b-4a745a675d07",
+ "SubscriptionId": "680d0dad-59aa-4464-adf3-b34b2b427e8c"
}
diff --git a/src/Storage/Storage.Management.Sdk/Properties/Assemblyinfo.cs b/src/Storage/Storage.Management.Sdk/Properties/Assemblyinfo.cs
index d806236ba6ba..93f586acb0f0 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("5.8.0")]
-[assembly: AssemblyFileVersion("5.8.0")]
+[assembly: AssemblyVersion("5.9.0")]
+[assembly: AssemblyFileVersion("5.9.0")]
diff --git a/src/Storage/Storage.Management/Az.Storage.psd1 b/src/Storage/Storage.Management/Az.Storage.psd1
index b28c28f3cca2..d8bb2d63e7ed 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: 06/29/2023
+# Generated on: 26/07/2023
#
@{
@@ -12,7 +12,7 @@
# RootModule = ''
# Version number of this module.
-ModuleVersion = '5.8.0'
+ModuleVersion = '5.9.0'
# Supported PSEditions
CompatiblePSEditions = 'Core', 'Desktop'
@@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2'
# ProcessorArchitecture = ''
# Modules that must be imported into the global environment prior to importing this module
-RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.12.4'; })
+RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.12.5'; })
# Assemblies that must be loaded prior to importing this module
RequiredAssemblies = 'Microsoft.Azure.PowerShell.Storage.Management.Sdk.dll',
@@ -246,26 +246,22 @@ PrivateData = @{
# IconUri = ''
# ReleaseNotes of this module
- ReleaseNotes = '* Supported TierToCold and TierToHot in Storage account management policy
- - ''Add-AzStorageAccountManagementPolicyAction''
-* Supported Blob Tier Cold
- - ''Copy-AzStorageBlob''
- - ''Set-AzStorageBlobContent''
- - ''Start-AzStorageBlobCopy''
-* Migrated the following Azure Queue dataplane cmdlets from ''Microsoft.Azure.Storage.Queue'' to ''Azure.Storage.Queue''
- - ''New-AzStorageQueueSASToken''
-* Added warning messages for an upcoming breaking change when creating SAS token
- - ''New-AzStorageBlobSasToken''
- - ''New-AzStorageContainerSasToken''
- - ''New-AzStorageAccountSasToken''
+ ReleaseNotes = '* Supported OAuth authentication on File service cmdlets
- ''New-AzStorageContext''
- - ''New-AzStorageFileSasToken''
- - ''New-AzStorageShareSasToken''
- - ''New-AzStorageQueueSasToken''
- - ''New-AzStorageTableSasToken''
- - ''New-AzDataLakeGen2SasToken''
-* Added a warning message for an upcoming breaking change when creating a storage account
- - ''New-AzStorageAccount'''
+ - ''Get-AzStorageFile''
+ - ''Get-AzStorageFileContent''
+ - ''Get-AzStorageFileCopyState''
+ - ''New-AzStorageDirectory''
+ - ''Remove-AzStorageDirectory''
+ - ''Remove-AzStorageFile''
+ - ''Set-AzStorageFileContent''
+ - ''Start-AzStorageFileCopy''
+ - ''Stop-AzStorageFileCopy''
+ - ''Get-AzStorageFileHandle''
+ - ''Close-AzStorageFileHandle''
+* Supported get a file share object without get share properties. For pipeline to file/directory cmdlets with OAuth authentication.
+ - ''Get-AzStorageShare''
+* Updated Azure.Core to 1.33.0.'
# Prerelease string of this module
# Prerelease = ''
diff --git a/src/Storage/Storage.Management/ChangeLog.md b/src/Storage/Storage.Management/ChangeLog.md
index 1b7625056c59..f2d0d439137a 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 5.9.0
* Supported OAuth authentication on File service cmdlets
- `New-AzStorageContext`
- `Get-AzStorageFile`
diff --git a/src/Storage/Storage.Management/Properties/AssemblyInfo.cs b/src/Storage/Storage.Management/Properties/AssemblyInfo.cs
index 348138b11249..7f9c141b2dba 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("5.8.0")]
-[assembly: AssemblyFileVersion("5.8.0")]
+[assembly: AssemblyVersion("5.9.0")]
+[assembly: AssemblyFileVersion("5.9.0")]
diff --git a/src/Storage/Storage/Properties/AssemblyInfo.cs b/src/Storage/Storage/Properties/AssemblyInfo.cs
index 1d70f547e288..6bbef68cc540 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("5.8.0")]
-[assembly: AssemblyFileVersion("5.8.0")]
+[assembly: AssemblyVersion("5.9.0")]
+[assembly: AssemblyFileVersion("5.9.0")]
[assembly: CLSCompliant(false)]
#if !SIGN
[assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.Storage.Test")]
diff --git a/src/Subscription/Az.Subscription.psd1 b/src/Subscription/Az.Subscription.psd1
index 566e2ab5a718..8a6d616001e1 100644
--- a/src/Subscription/Az.Subscription.psd1
+++ b/src/Subscription/Az.Subscription.psd1
@@ -3,7 +3,7 @@
#
# Generated by: Microsoft Corporation
#
-# Generated on: 7/11/2023
+# Generated on: 26/07/2023
#
@{
@@ -12,7 +12,7 @@
RootModule = './Az.Subscription.psm1'
# Version number of this module.
-ModuleVersion = '0.3.0'
+ModuleVersion = '0.10.0'
# Supported PSEditions
CompatiblePSEditions = 'Core', 'Desktop'
@@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2'
# ProcessorArchitecture = ''
# Modules that must be imported into the global environment prior to importing this module
-RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.12.4'; })
+RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.12.5'; })
# Assemblies that must be loaded prior to importing this module
RequiredAssemblies = './bin/Az.Subscription.private.dll'
@@ -112,7 +112,7 @@ PrivateData = @{
# IconUri = ''
# ReleaseNotes of this module
- # ReleaseNotes = ''
+ ReleaseNotes = '* Upgrade API version to 2021-10-01.'
# Prerelease string of this module
# Prerelease = ''
diff --git a/src/Subscription/ChangeLog.md b/src/Subscription/ChangeLog.md
index 0a56ce3f5b25..288ac24e34ca 100644
--- a/src/Subscription/ChangeLog.md
+++ b/src/Subscription/ChangeLog.md
@@ -18,6 +18,8 @@
- Additional information about change #1
-->
## Upcoming Release
+
+## Version 0.10.0
* Upgrade API version to 2021-10-01.
## Version 0.9.0
@@ -33,4 +35,4 @@
* Added new cmdlet `Update-AzSubscription`
## Version 0.7.2
-* Update references in .psd1 to use relative path
\ No newline at end of file
+* Update references in .psd1 to use relative path
diff --git a/src/Subscription/Properties/AssemblyInfo.cs b/src/Subscription/Properties/AssemblyInfo.cs
index 002955f197d1..111c4162a3e8 100644
--- a/src/Subscription/Properties/AssemblyInfo.cs
+++ b/src/Subscription/Properties/AssemblyInfo.cs
@@ -24,5 +24,5 @@
[assembly: ComVisible(false)]
[assembly: CLSCompliant(false)]
[assembly: Guid("eb40a861-1c73-4590-b051-26a2a7f4501e")]
-[assembly: AssemblyVersion("0.1.0")]
-[assembly: AssemblyFileVersion("0.1.0")]
+[assembly: AssemblyVersion("0.10.0")]
+[assembly: AssemblyFileVersion("0.10.0")]
diff --git a/src/Synapse/Synapse.Autorest/Properties/AssemblyInfo.cs b/src/Synapse/Synapse.Autorest/Properties/AssemblyInfo.cs
index 119edfbd3e90..0b457b050510 100644
--- a/src/Synapse/Synapse.Autorest/Properties/AssemblyInfo.cs
+++ b/src/Synapse/Synapse.Autorest/Properties/AssemblyInfo.cs
@@ -24,5 +24,5 @@
[assembly: ComVisible(false)]
[assembly: CLSCompliant(false)]
[assembly: Guid("5d7a7ddc-7a46-429d-bc2a-3edcc831ca5a")]
-[assembly: AssemblyVersion("3.0.1")]
-[assembly: AssemblyFileVersion("3.0.1")]
+[assembly: AssemblyVersion("3.0.2")]
+[assembly: AssemblyFileVersion("3.0.2")]
diff --git a/src/Synapse/Synapse/Az.Synapse.psd1 b/src/Synapse/Synapse/Az.Synapse.psd1
index 18833f330c8b..ca365893e245 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: 06/29/2023
+# Generated on: 26/07/2023
#
@{
@@ -12,7 +12,7 @@
# RootModule = ''
# Version number of this module.
-ModuleVersion = '3.0.1'
+ModuleVersion = '3.0.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 = '2.12.4'; })
+RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.12.5'; })
# Assemblies that must be loaded prior to importing this module
RequiredAssemblies = 'Microsoft.Azure.Management.Synapse.dll',
@@ -288,7 +288,7 @@ PrivateData = @{
# IconUri = ''
# ReleaseNotes of this module
- ReleaseNotes = '* Fixed the issue for ''Start-AzSynapseTrigger/Stop-AzSynapseTrigger'' to not throw exception when Request Status is 202'
+ ReleaseNotes = '* Updated Azure.Core to 1.33.0.'
# Prerelease string of this module
# Prerelease = ''
diff --git a/src/Synapse/Synapse/ChangeLog.md b/src/Synapse/Synapse/ChangeLog.md
index 60958dcb1231..0597c7518aaf 100644
--- a/src/Synapse/Synapse/ChangeLog.md
+++ b/src/Synapse/Synapse/ChangeLog.md
@@ -19,6 +19,8 @@
-->
## Upcoming Release
+
+## Version 3.0.2
* Updated Azure.Core to 1.33.0.
## Version 3.0.1
diff --git a/src/Synapse/Synapse/Properties/AssemblyInfo.cs b/src/Synapse/Synapse/Properties/AssemblyInfo.cs
index e27a3b4be9b8..fa50abed6684 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.0.1")]
-[assembly: AssemblyFileVersion("3.0.1")]
+[assembly: AssemblyVersion("3.0.2")]
+[assembly: AssemblyFileVersion("3.0.2")]
diff --git a/src/Websites/Websites.Autorest/Properties/AssemblyInfo.cs b/src/Websites/Websites.Autorest/Properties/AssemblyInfo.cs
index 3b7644baf1e4..8502a8dfb0b8 100644
--- a/src/Websites/Websites.Autorest/Properties/AssemblyInfo.cs
+++ b/src/Websites/Websites.Autorest/Properties/AssemblyInfo.cs
@@ -24,5 +24,5 @@
[assembly: ComVisible(false)]
[assembly: CLSCompliant(false)]
[assembly: Guid("6987ad96-09d8-4750-8333-c558508fa231")]
-[assembly: AssemblyVersion("3.0.1")]
-[assembly: AssemblyFileVersion("3.0.1")]
+[assembly: AssemblyVersion("3.1.0")]
+[assembly: AssemblyFileVersion("3.1.0")]
diff --git a/src/Websites/Websites.Helper/Properties/AssemblyInfo.cs b/src/Websites/Websites.Helper/Properties/AssemblyInfo.cs
index b09e19cd7f55..8fd43504e56d 100644
--- a/src/Websites/Websites.Helper/Properties/AssemblyInfo.cs
+++ b/src/Websites/Websites.Helper/Properties/AssemblyInfo.cs
@@ -26,5 +26,5 @@
[assembly: CLSCompliant(false)]
[assembly: Guid("2e0f29c2-1b3d-4956-929d-b62910f21ab5")]
-[assembly: AssemblyVersion("3.0.1")]
-[assembly: AssemblyFileVersion("3.0.1")]
+[assembly: AssemblyVersion("3.1.0")]
+[assembly: AssemblyFileVersion("3.1.0")]
diff --git a/src/Websites/Websites/Az.Websites.psd1 b/src/Websites/Websites/Az.Websites.psd1
index ff979506d511..17e991f84927 100644
--- a/src/Websites/Websites/Az.Websites.psd1
+++ b/src/Websites/Websites/Az.Websites.psd1
@@ -3,7 +3,7 @@
#
# Generated by: Microsoft Corporation
#
-# Generated on: 06/29/2023
+# Generated on: 26/07/2023
#
@{
@@ -12,7 +12,7 @@
# RootModule = ''
# Version number of this module.
-ModuleVersion = '3.0.1'
+ModuleVersion = '3.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 = '2.12.4'; })
+RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.12.5'; })
# Assemblies that must be loaded prior to importing this module
RequiredAssemblies = 'Microsoft.Azure.Management.Websites.dll',
@@ -175,9 +175,7 @@ PrivateData = @{
# IconUri = ''
# ReleaseNotes of this module
- ReleaseNotes = '* Increased timeout for Publish-AzWebApp command
-* Fixed Set-AzWebApp issue with ''Set-AzWebApp'' when piping in Get-AzWebApp object [#21820]
-* Added support for the PremiumMV3 tier to ''New-AzAppServicePlan'' [#21933]'
+ ReleaseNotes = '* Added AppServicePlan management support for P0V3 and P*mv3 tiers'
# Prerelease string of this module
# Prerelease = ''
diff --git a/src/Websites/Websites/ChangeLog.md b/src/Websites/Websites/ChangeLog.md
index dca991412a88..5d49ff678526 100644
--- a/src/Websites/Websites/ChangeLog.md
+++ b/src/Websites/Websites/ChangeLog.md
@@ -18,6 +18,8 @@
- Additional information about change #1
-->
## Upcoming Release
+
+## Version 3.1.0
* Added AppServicePlan management support for P0V3 and P*mv3 tiers
## Version 3.0.1
diff --git a/src/Websites/Websites/Properties/AssemblyInfo.cs b/src/Websites/Websites/Properties/AssemblyInfo.cs
index 36dfa3f7eac0..c49b3ea79011 100644
--- a/src/Websites/Websites/Properties/AssemblyInfo.cs
+++ b/src/Websites/Websites/Properties/AssemblyInfo.cs
@@ -25,8 +25,8 @@
[assembly: ComVisible(false)]
[assembly: CLSCompliant(false)]
[assembly: Guid("76158def-441b-472a-9b1a-a75726a813f4")]
-[assembly: AssemblyVersion("3.0.1")]
-[assembly: AssemblyFileVersion("3.0.1")]
+[assembly: AssemblyVersion("3.1.0")]
+[assembly: AssemblyFileVersion("3.1.0")]
#if !SIGN
[assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.Websites.Test")]
#endif
diff --git a/tools/Az/Az.psd1 b/tools/Az/Az.psd1
index 39b719aaaed4..bf35548ca536 100644
--- a/tools/Az/Az.psd1
+++ b/tools/Az/Az.psd1
@@ -3,7 +3,7 @@
#
# Generated by: Microsoft Corporation
#
-# Generated on: 06/29/2023
+# Generated on: 26/07/2023
#
@{
@@ -12,7 +12,7 @@
# RootModule = ''
# Version number of this module.
-ModuleVersion = '10.1.0'
+ModuleVersion = '10.2.0'
# Supported PSEditions
CompatiblePSEditions = 'Core', 'Desktop'
@@ -52,29 +52,29 @@ DotNetFrameworkVersion = '4.7.2'
# ProcessorArchitecture = ''
# Modules that must be imported into the global environment prior to importing this module
-RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.12.4'; },
+RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.12.5'; },
@{ModuleName = 'Az.Advisor'; RequiredVersion = '2.0.0'; },
@{ModuleName = 'Az.Aks'; RequiredVersion = '5.5.1'; },
@{ModuleName = 'Az.AnalysisServices'; RequiredVersion = '1.1.4'; },
@{ModuleName = 'Az.ApiManagement'; RequiredVersion = '4.0.2'; },
- @{ModuleName = 'Az.AppConfiguration'; RequiredVersion = '1.2.0'; },
+ @{ModuleName = 'Az.AppConfiguration'; RequiredVersion = '1.3.0'; },
@{ModuleName = 'Az.ApplicationInsights'; RequiredVersion = '2.2.2'; },
@{ModuleName = 'Az.Attestation'; RequiredVersion = '2.0.0'; },
@{ModuleName = 'Az.Automanage'; RequiredVersion = '1.0.0'; },
@{ModuleName = 'Az.Automation'; RequiredVersion = '1.9.1'; },
- @{ModuleName = 'Az.Batch'; RequiredVersion = '3.4.0'; },
+ @{ModuleName = 'Az.Batch'; RequiredVersion = '3.5.0'; },
@{ModuleName = 'Az.Billing'; RequiredVersion = '2.0.3'; },
@{ModuleName = 'Az.Cdn'; RequiredVersion = '3.1.0'; },
@{ModuleName = 'Az.CloudService'; RequiredVersion = '1.2.0'; },
@{ModuleName = 'Az.CognitiveServices'; RequiredVersion = '1.14.0'; },
- @{ModuleName = 'Az.Compute'; RequiredVersion = '6.1.0'; },
+ @{ModuleName = 'Az.Compute'; RequiredVersion = '6.2.0'; },
@{ModuleName = 'Az.ConfidentialLedger'; RequiredVersion = '1.0.0'; },
@{ModuleName = 'Az.ContainerInstance'; RequiredVersion = '3.2.0'; },
- @{ModuleName = 'Az.ContainerRegistry'; RequiredVersion = '4.0.0'; },
- @{ModuleName = 'Az.CosmosDB'; RequiredVersion = '1.11.1'; },
+ @{ModuleName = 'Az.ContainerRegistry'; RequiredVersion = '4.1.0'; },
+ @{ModuleName = 'Az.CosmosDB'; RequiredVersion = '1.11.2'; },
@{ModuleName = 'Az.DataBoxEdge'; RequiredVersion = '1.1.0'; },
- @{ModuleName = 'Az.Databricks'; RequiredVersion = '1.6.0'; },
- @{ModuleName = 'Az.DataFactory'; RequiredVersion = '1.16.13'; },
+ @{ModuleName = 'Az.Databricks'; RequiredVersion = '1.7.0'; },
+ @{ModuleName = 'Az.DataFactory'; RequiredVersion = '1.17.0'; },
@{ModuleName = 'Az.DataLakeAnalytics'; RequiredVersion = '1.0.2'; },
@{ModuleName = 'Az.DataLakeStore'; RequiredVersion = '1.3.0'; },
@{ModuleName = 'Az.DataProtection'; RequiredVersion = '2.0.0'; },
@@ -82,7 +82,7 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.12.4'; },
@{ModuleName = 'Az.DesktopVirtualization'; RequiredVersion = '4.0.0'; },
@{ModuleName = 'Az.DeploymentManager'; RequiredVersion = '1.1.0'; },
@{ModuleName = 'Az.DevTestLabs'; RequiredVersion = '1.0.2'; },
- @{ModuleName = 'Az.Dns'; RequiredVersion = '1.1.2'; },
+ @{ModuleName = 'Az.Dns'; RequiredVersion = '1.1.3'; },
@{ModuleName = 'Az.EventGrid'; RequiredVersion = '1.6.0'; },
@{ModuleName = 'Az.EventHub'; RequiredVersion = '4.0.0'; },
@{ModuleName = 'Az.FrontDoor'; RequiredVersion = '1.10.0'; },
@@ -90,13 +90,13 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.12.4'; },
@{ModuleName = 'Az.HDInsight'; RequiredVersion = '6.0.0'; },
@{ModuleName = 'Az.HealthcareApis'; RequiredVersion = '2.0.0'; },
@{ModuleName = 'Az.IotHub'; RequiredVersion = '2.7.5'; },
- @{ModuleName = 'Az.KeyVault'; RequiredVersion = '4.10.0'; },
+ @{ModuleName = 'Az.KeyVault'; RequiredVersion = '4.10.1'; },
@{ModuleName = 'Az.Kusto'; RequiredVersion = '2.2.0'; },
@{ModuleName = 'Az.LoadTesting'; RequiredVersion = '1.0.0'; },
@{ModuleName = 'Az.LogicApp'; RequiredVersion = '1.5.0'; },
@{ModuleName = 'Az.MachineLearning'; RequiredVersion = '1.1.3'; },
@{ModuleName = 'Az.MachineLearningServices'; RequiredVersion = '1.0.0'; },
- @{ModuleName = 'Az.Maintenance'; RequiredVersion = '1.2.1'; },
+ @{ModuleName = 'Az.Maintenance'; RequiredVersion = '1.3.0'; },
@{ModuleName = 'Az.ManagedServiceIdentity'; RequiredVersion = '1.1.1'; },
@{ModuleName = 'Az.ManagedServices'; RequiredVersion = '3.0.0'; },
@{ModuleName = 'Az.MarketplaceOrdering'; RequiredVersion = '2.0.0'; },
@@ -104,35 +104,35 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.12.4'; },
@{ModuleName = 'Az.Migrate'; RequiredVersion = '2.2.0'; },
@{ModuleName = 'Az.Monitor'; RequiredVersion = '4.5.0'; },
@{ModuleName = 'Az.MySql'; RequiredVersion = '1.1.1'; },
- @{ModuleName = 'Az.Network'; RequiredVersion = '6.1.0'; },
+ @{ModuleName = 'Az.Network'; RequiredVersion = '6.1.1'; },
@{ModuleName = 'Az.NotificationHubs'; RequiredVersion = '1.1.1'; },
@{ModuleName = 'Az.OperationalInsights'; RequiredVersion = '3.2.0'; },
- @{ModuleName = 'Az.PolicyInsights'; RequiredVersion = '1.6.1'; },
+ @{ModuleName = 'Az.PolicyInsights'; RequiredVersion = '1.6.2'; },
@{ModuleName = 'Az.PostgreSql'; RequiredVersion = '1.1.0'; },
@{ModuleName = 'Az.PowerBIEmbedded'; RequiredVersion = '1.2.1'; },
- @{ModuleName = 'Az.PrivateDns'; RequiredVersion = '1.0.3'; },
+ @{ModuleName = 'Az.PrivateDns'; RequiredVersion = '1.0.4'; },
@{ModuleName = 'Az.RecoveryServices'; RequiredVersion = '6.5.0'; },
@{ModuleName = 'Az.RedisCache'; RequiredVersion = '1.8.0'; },
@{ModuleName = 'Az.RedisEnterpriseCache'; RequiredVersion = '1.2.0'; },
@{ModuleName = 'Az.Relay'; RequiredVersion = '2.0.0'; },
@{ModuleName = 'Az.ResourceMover'; RequiredVersion = '1.1.0'; },
- @{ModuleName = 'Az.Resources'; RequiredVersion = '6.8.0'; },
+ @{ModuleName = 'Az.Resources'; RequiredVersion = '6.9.0'; },
@{ModuleName = 'Az.Security'; RequiredVersion = '1.4.0'; },
@{ModuleName = 'Az.SecurityInsights'; RequiredVersion = '3.0.1'; },
@{ModuleName = 'Az.ServiceBus'; RequiredVersion = '3.0.0'; },
@{ModuleName = 'Az.ServiceFabric'; RequiredVersion = '3.2.0'; },
@{ModuleName = 'Az.SignalR'; RequiredVersion = '2.0.0'; },
- @{ModuleName = 'Az.Sql'; RequiredVersion = '4.8.0'; },
+ @{ModuleName = 'Az.Sql'; RequiredVersion = '4.9.0'; },
@{ModuleName = 'Az.SqlVirtualMachine'; RequiredVersion = '2.0.0'; },
- @{ModuleName = 'Az.StackHCI'; RequiredVersion = '2.0.0'; },
- @{ModuleName = 'Az.Storage'; RequiredVersion = '5.8.0'; },
+ @{ModuleName = 'Az.StackHCI'; RequiredVersion = '2.1.0'; },
+ @{ModuleName = 'Az.Storage'; RequiredVersion = '5.9.0'; },
@{ModuleName = 'Az.StorageMover'; RequiredVersion = '1.0.1'; },
@{ModuleName = 'Az.StorageSync'; RequiredVersion = '2.0.0'; },
@{ModuleName = 'Az.StreamAnalytics'; RequiredVersion = '2.0.0'; },
@{ModuleName = 'Az.Support'; RequiredVersion = '1.0.0'; },
- @{ModuleName = 'Az.Synapse'; RequiredVersion = '3.0.1'; },
+ @{ModuleName = 'Az.Synapse'; RequiredVersion = '3.0.2'; },
@{ModuleName = 'Az.TrafficManager'; RequiredVersion = '1.2.1'; },
- @{ModuleName = 'Az.Websites'; RequiredVersion = '3.0.1'; })
+ @{ModuleName = 'Az.Websites'; RequiredVersion = '3.1.0'; })
# Assemblies that must be loaded prior to importing this module
# RequiredAssemblies = @()
@@ -188,144 +188,115 @@ PrivateData = @{
# IconUri = ''
# ReleaseNotes of this module
- ReleaseNotes = '10.1.0 - July 2023
+ ReleaseNotes = '10.2.0 - August 2023
Az.Accounts
-* Changed ''gallery'' property to be optional in ARM metadata of ''Set-AzEnvironment'' and ''Add-AzEnvironment''[#22037].
+* Changed output stream from debug stream to warning stream for ''CmdletPreviewAttribute''
+* Decreased the prompted frequency of preview warning message to once per cmdlet in one session
+* Reworded default preview message and added estimated GA date for ''CmdletPreviewAttribute''
+* Updated Azure.Core to 1.33.0
+
+Az.AppConfiguration
+* Added cmdlets to support data plane operation:
+ - ''Get-AzAppConfigurationKey''
+ - ''Get-AzAppConfigurationKeyValue''
+ - ''Get-AzAppConfigurationLabel''
+ - ''Get-AzAppConfigurationRevision''
+ - ''Remove-AzAppConfigurationKeyValue''
+ - ''Remove-AzAppConfigurationLock''
+ - ''Set-AzAppConfigurationKeyValue''
+ - ''Set-AzAppConfigurationLock''
+ - ''Test-AzAppConfigurationKeyValue''
+
+Az.Batch
+* Removed cmdlets: ''Get-AzBatchPoolStatistic'' and ''Get-AzBatchJobStatistic''
+* Deprecated cmdlets: ''Get-AzBatchCertificate'' and ''New-AzBatchCertificate''
+ - The Batch account certificates feature is deprecated. Please transition to using Azure Key Vault to securely access and install certificates on your Batch pools, [learn more](https://learn.microsoft.com/azure/batch/batch-certificate-migration-guide)
-Az.Aks
-* Fixed the issue of handling ''nextLink'' in ''Set-AzAksCluster''. [#21846]
-* Fixed the issue of parameter ''AcrNameToDetach'' in ''Set-AzAksCluster'' due to role assignment name is a guid.
-* Added breaking change message for parameter ''DockerBridgeCidr'' in ''New-AzAksCluster''.
-* Supported the value ''AzureLinux'' for parameter ''-NodeOsSKU'' in ''New-AzAksCluster'' and parameter ''-OsSKU'' in ''New-AzAksNodePool''.
-* Fixed the issue of ''-DisableLocalAccount'' for ''Set-AzAksCluster''. [#21835]
+Az.Compute
+* Fixed the ''Update-AzVmss'' cmdlet so the ''AutomaticRepairGracePeriod'', ''AutomaticRepairAction'', and ''EnableAutomaticRepair'' parameters function correctly.
+* Updated help doc for ''New-AzVM'', ''New-AzVMConfig'', ''New-AzVmss'', ''New-AzVmssConfig'', ''Update-AzVM'', and ''Update-AzVmss'' to include parameters that were previously added for Trusted Launch features.
+* Updated Azure.Core to 1.33.0.
-Az.Billing
-* Fixed page continuation for Consumption PriceSheet cmdlet
+Az.ContainerRegistry
+* Updated Azure.Core to 1.33.0.
+* Added new cmdlet ''New-AzContainerRegistryCredentials''
-Az.Cdn
-* Upgraded API version to 2023-05-01
-* Fixed known issue for ''Update-AzCdnProfile'', ''Update-AzFrontDoorCdnProfile'', ''Remove-AzCdnProfile'', ''Remove-AzCdnProfile''
+Az.CosmosDB
+* Updated Azure.Core to 1.33.0.
-Az.CognitiveServices
-* Updated CognitiveServices PowerShell to use 2023-05-01 version.
+Az.Databricks
+* Added some parameters in ''Update-AzDatabricksWorkspace'':
+ - ''EnableNoPublicIP''
+ - ''PublicNetworkAccess''
-Az.Compute
-* Added useful examples to the ''New-AzVMConfig'' help doc.
-* Added new ''ResourceId'' parameter to the ''Get-AzVmss'' cmdlet.
-* Added ''-SecurityType'', ''-EnableSecureBoot'' and ''-EnableVtpm'' parameters to ''New-AzVm'',''New-AzVmConfig'', ''New-AzVmss'', ''New-AzVmssConfig'', ''Update-AzVm'' and ''Update-AzVmss'' cmdlets.
-* Configured parameter flags ''-EnableSecureBoot'' and ''-EnableVtpm'' to default to True for TrustedLaunch and ConfidentialVM values for the ''-SecurityType'' parameter in ''New-AzVm'',''New-AzVmConfig'', ''New-AzVmss'', ''New-AzVmssConfig'', ''Update-AzVm'' and ''Update-AzVmss'' cmdlets.
-* Added a message to the user when they provide an outdated image alias to ''New-AzVM'' via the ''-Image'' parameter or to ''New-AzVmss'' via the ''-ImageName'' parameter.
- The non-versioned image aliases were updated to versioned values in October 2023, and this message is to help urge customers to use the newer versioned image alias values.
-* Changed the installation behavior for the ''GuestAttestation'' extension in ''New-AzVM'' and ''New-AzVmss'' to set the property ''EnableAutomaticUpgrade'' to true.
-* Changed to ''Set-AzVMOperatingSystem'' to correct unnecessary mandatory parameters.
+Az.DataFactory
+* Added DisablePublish to Set_AzDataFactoryV2 Command
-Az.CosmosDB
-* Locations showed in response included status, isSubscriptionRegionAccessAllowedForRegular and isSubscriptionRegionAccessAllowedForAz properties
+Az.Dns
+* Removed length validation for DNS TXT record to make it consistent with Azure CLI and Azure portal.
-Az.Databricks
-* Added some parameters in the ''New-AzDatabricksWorkspace'' and ''Update-AzDatabricksWorkspace''.
- - ''ManagedDiskKeyVaultPropertiesKeyName''
- - ''ManagedDiskKeyVaultPropertiesKeyVaultUri''
- - ''ManagedDiskKeyVaultPropertiesKeyVersion''
- - ''ManagedDiskRotationToLatestKeyVersionEnabled''
- - ''ManagedServicesKeyVaultPropertiesKeyName''
- - ''ManagedServicesKeyVaultPropertiesKeyVaultUri''
- - ''ManagedServicesKeyVaultPropertiesKeyVersion''
- - ''Authorization''
- - ''UiDefinitionUri''
-* Added some parameters in the ''Update-AzDatabricksVNetPeering''.
- - ''DatabricksAddressSpacePrefix''
- - ''DatabricksVirtualNetworkId''
- - ''RemoteAddressSpacePrefix''
- - ''RemoteVirtualNetworkId''
-
-Az.Migrate
-* Fixed key vault SPN Id coming as null for some users
-* Added support for Windows Server OS upgrade while migrating the server to Azure using Azure Migrate
-* Updated OsUpgradeVersion parameter for Azure Migrate
-
-Az.MySql
-* Fixed iops and high availability parameters issue
+Az.KeyVault
+* Removed maximum number for ''IpAddressRange'' and ''VirtualNetworkResourceId'' in ''*-AzKeyVaultNetworkRuleSet*'' from client side. [#22137]
+* Updated Azure.Core to 1.33.0.
+
+Az.Maintenance
+* Added support for Resource Group and Subscription configuration assignment.
Az.Network
-* Added new cmdlets to get Connection child resource of Network Virtual Appliance.
- -''Get-AzNetworkVirtualApplianceConnection''
-* Updated cmdlets to return connections in Network Virtual Appliance
- -''Network Virtual Appliance''
-* Allowed not to provide ''Rules'' in ''PSApplicationGatewayFirewallPolicyManagedRuleGroupOverride'', which would return an empty ''RuleID'' to be passed to NRP.
-* Added optional parameter ''AdminState'' to Express Route Virtual Network Gateway
-* Fixed bug that caused ''Remove-AzApplicationGatewayAutoscaleConfiguration'' to always fails
-* Added read-only property ''DefaultPredefinedSslPolicy'' in PSApplicationGateway
-* Updated cmdlet to added optional parameter ''DomainNameLabelScope'' to Public Ip Address
- - ''New-AzPublicIpAddress''
-* Fixed bug where HubRoutingPreference didn''t show up when running ''Get-AzRouteServer''
-* Updated ''New-AzVirtualNetworkGateway'' to remove validation for ''ExtendedLocation'' parameter
-
-Az.RecoveryServices
-* Added CRR support for new regions malaysiasouth, chinanorth3, chinaeast3, jioindiacentral, jioindiawest.
-* Regenerated CRR SDK. Fixed issues with SQL CRR.
-* Fixed bug with rp expiry time, making 30 days expiry time for adhoc backup as default from client side.
-* Added example to fetch pruned recovery points after modify policy.
-* Fixed the documentation for suspend backups with immutability.
-
-Az.RedisCache
-* Upgraded API version to 2023-04-01
+* Onboarded ''Microsoft.ElasticSan/elasticSans'' to private link cmdlets
+
+Az.PolicyInsights
+* Updated Azure.Core to 1.33.0.
+
+Az.PrivateDns
+* Removed length validation for DNS TXT record to make it consistent with Azure CLI and Azure portal.
Az.Resources
-* Fixed the incorrect behavior of pagination for ''Get-AzTag''
-* Updated API version to 2022-09-01
-* Added Deployment Stacks cmdlets
-* Added support for dynamic parameters when deploying symbolic name templates.
-* Fixed ''Set-AzPolicyExemption'' parameter PolicyDefinitionReferenceId not accept empty array.
-* Fixed ''Get-AzPolicyExemption'' output not contain system data.
+* Fixed the issue that ''New-AzRoleAssignment'' didn''t work without subscription.
+* Added cmdlets for group owner
+ - ''Get-AzADGroupOwner''
+ - ''New-AzADGroupOwner''
+ - ''Remove-AzADGroupOwner''
+* Updated Tags functionality in deployment stacks New and Set cmdlets
Az.Sql
-* Added ''TryPlannedBeforeForcedFailover'' parameter to ''Switch-AzSqlDatabaseFailoverGroup''
-* Added new cmdlets for managed database move and copy operations
- - ''Copy-AzSqlInstanceDatabase''
- - ''Move-AzSqlInstanceDatabase''
- - ''Complete-AzSqlInstanceDatabaseCopy''
- - ''Stop-AzSqlInstanceDatabaseCopy''
- - ''Complete-AzSqlInstanceDatabaseMove''
- - ''Stop-AzSqlInstanceDatabaseMove''
- - ''Get-AzSqlInstanceDatabaseMoveOperation''
- - ''Get-AzSqlInstanceDatabaseCopyOperation''
+* Added new cmdlets for Azure SQL Managed Instance start/stop schedule
+ - ''Start-AzSqlInstance'',
+ - ''Stop-AzSqlInstance'',
+ - ''Get-AzSqlInstanceStartStopSchedule'',
+ - ''New-AzSqlInstanceStartStopSchedule'',
+ - ''Remove-AzSqlInstanceStartStopSchedule'',
+ - ''New-AzSqlInstanceScheduleItem''
+
+Az.StackHCI
+* Updated to api-version 2023-03-01.
+* Cmdlets added:
+ - Invoke-AzStackHciExtendClusterSoftwareAssuranceBenefit : Enable Software Assurance for a cluster
+ - Invoke-AzStackHciConsentAndInstallDefaultExtensions : Consent to installing default extensions on the cluster
Az.Storage
-* Supported TierToCold and TierToHot in Storage account management policy
- - ''Add-AzStorageAccountManagementPolicyAction''
-* Supported Blob Tier Cold
- - ''Copy-AzStorageBlob''
- - ''Set-AzStorageBlobContent''
- - ''Start-AzStorageBlobCopy''
-* Migrated the following Azure Queue dataplane cmdlets from ''Microsoft.Azure.Storage.Queue'' to ''Azure.Storage.Queue''
- - ''New-AzStorageQueueSASToken''
-* Added warning messages for an upcoming breaking change when creating SAS token
- - ''New-AzStorageBlobSasToken''
- - ''New-AzStorageContainerSasToken''
- - ''New-AzStorageAccountSasToken''
+* Supported OAuth authentication on File service cmdlets
- ''New-AzStorageContext''
- - ''New-AzStorageFileSasToken''
- - ''New-AzStorageShareSasToken''
- - ''New-AzStorageQueueSasToken''
- - ''New-AzStorageTableSasToken''
- - ''New-AzDataLakeGen2SasToken''
-* Added a warning message for an upcoming breaking change when creating a storage account
- - ''New-AzStorageAccount''
-
-Az.StorageMover
-* Fixed the issue of System.Management.Automation.Internal.Host.InternalHost conflicting with system parameter System.Management.Automation.Internal.Host.InternalHost
+ - ''Get-AzStorageFile''
+ - ''Get-AzStorageFileContent''
+ - ''Get-AzStorageFileCopyState''
+ - ''New-AzStorageDirectory''
+ - ''Remove-AzStorageDirectory''
+ - ''Remove-AzStorageFile''
+ - ''Set-AzStorageFileContent''
+ - ''Start-AzStorageFileCopy''
+ - ''Stop-AzStorageFileCopy''
+ - ''Get-AzStorageFileHandle''
+ - ''Close-AzStorageFileHandle''
+* Supported get a file share object without get share properties. For pipeline to file/directory cmdlets with OAuth authentication.
+ - ''Get-AzStorageShare''
+* Updated Azure.Core to 1.33.0.
Az.Synapse
-* Fixed the issue for ''Start-AzSynapseTrigger/Stop-AzSynapseTrigger'' to not throw exception when Request Status is 202
-
-Az.TrafficManager
-Added a new API ''CheckTrafficManagerNameAvailabilityV2''.
+* Updated Azure.Core to 1.33.0.
Az.Websites
-* Increased timeout for Publish-AzWebApp command
-* Fixed Set-AzWebApp issue with ''Set-AzWebApp'' when piping in Get-AzWebApp object [#21820]
-* Added support for the PremiumMV3 tier to ''New-AzAppServicePlan'' [#21933]
+* Added AppServicePlan management support for P0V3 and P*mv3 tiers
'
# Prerelease string of this module
diff --git a/tools/AzPreview/AzPreview.psd1 b/tools/AzPreview/AzPreview.psd1
index 4febe57e0dea..7b305a0ce4b0 100644
--- a/tools/AzPreview/AzPreview.psd1
+++ b/tools/AzPreview/AzPreview.psd1
@@ -12,7 +12,7 @@
# RootModule = ''
# Version number of this module.
-ModuleVersion = '10.1.0'
+ModuleVersion = '10.2.0'
# Supported PSEditions
CompatiblePSEditions = 'Core', 'Desktop'
@@ -52,22 +52,23 @@ DotNetFrameworkVersion = '4.7.2'
# ProcessorArchitecture = ''
# Modules that must be imported into the global environment prior to importing this module
-RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.12.4'; },
+RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.12.5'; },
@{ModuleName = 'Az.ADDomainServices'; RequiredVersion = '0.2.0'; },
@{ModuleName = 'Az.Advisor'; RequiredVersion = '2.0.0'; },
@{ModuleName = 'Az.Aks'; RequiredVersion = '5.5.1'; },
- @{ModuleName = 'Az.AlertsManagement'; RequiredVersion = '0.6.0'; },
+ @{ModuleName = 'Az.Alb'; RequiredVersion = '0.1.0'; },
+ @{ModuleName = 'Az.AlertsManagement'; RequiredVersion = '0.6.1'; },
@{ModuleName = 'Az.AnalysisServices'; RequiredVersion = '1.1.4'; },
@{ModuleName = 'Az.ApiManagement'; RequiredVersion = '4.0.2'; },
@{ModuleName = 'Az.App'; RequiredVersion = '0.1.1'; },
- @{ModuleName = 'Az.AppConfiguration'; RequiredVersion = '1.2.0'; },
+ @{ModuleName = 'Az.AppConfiguration'; RequiredVersion = '1.3.0'; },
@{ModuleName = 'Az.ApplicationInsights'; RequiredVersion = '2.2.2'; },
@{ModuleName = 'Az.ArcResourceBridge'; RequiredVersion = '0.1.0'; },
@{ModuleName = 'Az.Attestation'; RequiredVersion = '2.0.0'; },
@{ModuleName = 'Az.Automanage'; RequiredVersion = '1.0.0'; },
@{ModuleName = 'Az.Automation'; RequiredVersion = '1.9.1'; },
@{ModuleName = 'Az.BareMetal'; RequiredVersion = '0.1.0'; },
- @{ModuleName = 'Az.Batch'; RequiredVersion = '3.4.0'; },
+ @{ModuleName = 'Az.Batch'; RequiredVersion = '3.5.0'; },
@{ModuleName = 'Az.Billing'; RequiredVersion = '2.0.3'; },
@{ModuleName = 'Az.BillingBenefits'; RequiredVersion = '0.1.0'; },
@{ModuleName = 'Az.Blueprint'; RequiredVersion = '0.4.2'; },
@@ -77,27 +78,27 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.12.4'; },
@{ModuleName = 'Az.CloudService'; RequiredVersion = '1.2.0'; },
@{ModuleName = 'Az.CognitiveServices'; RequiredVersion = '1.14.0'; },
@{ModuleName = 'Az.Communication'; RequiredVersion = '0.2.0'; },
- @{ModuleName = 'Az.Compute'; RequiredVersion = '6.1.0'; },
+ @{ModuleName = 'Az.Compute'; RequiredVersion = '6.2.0'; },
@{ModuleName = 'Az.ConfidentialLedger'; RequiredVersion = '1.0.0'; },
@{ModuleName = 'Az.Confluent'; RequiredVersion = '0.2.0'; },
@{ModuleName = 'Az.ConnectedKubernetes'; RequiredVersion = '0.9.0'; },
@{ModuleName = 'Az.ConnectedMachine'; RequiredVersion = '0.4.1'; },
@{ModuleName = 'Az.ConnectedNetwork'; RequiredVersion = '0.1.0'; },
@{ModuleName = 'Az.ContainerInstance'; RequiredVersion = '3.2.0'; },
- @{ModuleName = 'Az.ContainerRegistry'; RequiredVersion = '4.0.0'; },
- @{ModuleName = 'Az.CosmosDB'; RequiredVersion = '1.11.1'; },
+ @{ModuleName = 'Az.ContainerRegistry'; RequiredVersion = '4.1.0'; },
+ @{ModuleName = 'Az.CosmosDB'; RequiredVersion = '1.11.2'; },
@{ModuleName = 'Az.CostManagement'; RequiredVersion = '0.3.1'; },
@{ModuleName = 'Az.CustomLocation'; RequiredVersion = '0.1.0'; },
@{ModuleName = 'Az.CustomProviders'; RequiredVersion = '0.1.0'; },
@{ModuleName = 'Az.Dashboard'; RequiredVersion = '0.1.1'; },
@{ModuleName = 'Az.DataBox'; RequiredVersion = '0.3.0'; },
@{ModuleName = 'Az.DataBoxEdge'; RequiredVersion = '1.1.0'; },
- @{ModuleName = 'Az.Databricks'; RequiredVersion = '1.6.0'; },
+ @{ModuleName = 'Az.Databricks'; RequiredVersion = '1.7.0'; },
@{ModuleName = 'Az.Datadog'; RequiredVersion = '0.1.0'; },
- @{ModuleName = 'Az.DataFactory'; RequiredVersion = '1.16.13'; },
+ @{ModuleName = 'Az.DataFactory'; RequiredVersion = '1.17.0'; },
@{ModuleName = 'Az.DataLakeAnalytics'; RequiredVersion = '1.0.2'; },
@{ModuleName = 'Az.DataLakeStore'; RequiredVersion = '1.3.0'; },
- @{ModuleName = 'Az.DataMigration'; RequiredVersion = '0.14.0'; },
+ @{ModuleName = 'Az.DataMigration'; RequiredVersion = '0.14.1'; },
@{ModuleName = 'Az.DataProtection'; RequiredVersion = '2.0.0'; },
@{ModuleName = 'Az.DataShare'; RequiredVersion = '1.0.1'; },
@{ModuleName = 'Az.DedicatedHsm'; RequiredVersion = '0.3.0'; },
@@ -109,17 +110,18 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.12.4'; },
@{ModuleName = 'Az.DevTestLabs'; RequiredVersion = '1.0.2'; },
@{ModuleName = 'Az.DigitalTwins'; RequiredVersion = '0.2.0'; },
@{ModuleName = 'Az.DiskPool'; RequiredVersion = '0.3.0'; },
- @{ModuleName = 'Az.Dns'; RequiredVersion = '1.1.2'; },
+ @{ModuleName = 'Az.Dns'; RequiredVersion = '1.1.3'; },
@{ModuleName = 'Az.DnsResolver'; RequiredVersion = '0.2.1'; },
@{ModuleName = 'Az.DynatraceObservability'; RequiredVersion = '0.1.0'; },
@{ModuleName = 'Az.EdgeOrder'; RequiredVersion = '0.1.0'; },
@{ModuleName = 'Az.Elastic'; RequiredVersion = '0.1.0'; },
- @{ModuleName = 'Az.ElasticSan'; RequiredVersion = '0.1.0'; },
+ @{ModuleName = 'Az.ElasticSan'; RequiredVersion = '0.1.1'; },
@{ModuleName = 'Az.EventGrid'; RequiredVersion = '1.6.0'; },
@{ModuleName = 'Az.EventHub'; RequiredVersion = '4.0.0'; },
@{ModuleName = 'Az.FluidRelay'; RequiredVersion = '0.1.0'; },
@{ModuleName = 'Az.FrontDoor'; RequiredVersion = '1.10.0'; },
@{ModuleName = 'Az.Functions'; RequiredVersion = '4.0.6'; },
+ @{ModuleName = 'Az.GraphServices'; RequiredVersion = '0.1.0'; },
@{ModuleName = 'Az.GuestConfiguration'; RequiredVersion = '0.11.0'; },
@{ModuleName = 'Az.HanaOnAzure'; RequiredVersion = '0.3.0'; },
@{ModuleName = 'Az.HDInsight'; RequiredVersion = '6.0.0'; },
@@ -130,7 +132,7 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.12.4'; },
@{ModuleName = 'Az.ImportExport'; RequiredVersion = '0.2.0'; },
@{ModuleName = 'Az.IotCentral'; RequiredVersion = '0.10.0'; },
@{ModuleName = 'Az.IotHub'; RequiredVersion = '2.7.5'; },
- @{ModuleName = 'Az.KeyVault'; RequiredVersion = '4.10.0'; },
+ @{ModuleName = 'Az.KeyVault'; RequiredVersion = '4.10.1'; },
@{ModuleName = 'Az.KubernetesConfiguration'; RequiredVersion = '0.7.0'; },
@{ModuleName = 'Az.Kusto'; RequiredVersion = '2.2.0'; },
@{ModuleName = 'Az.LabServices'; RequiredVersion = '0.1.0'; },
@@ -139,7 +141,7 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.12.4'; },
@{ModuleName = 'Az.Logz'; RequiredVersion = '0.1.0'; },
@{ModuleName = 'Az.MachineLearning'; RequiredVersion = '1.1.3'; },
@{ModuleName = 'Az.MachineLearningServices'; RequiredVersion = '1.0.0'; },
- @{ModuleName = 'Az.Maintenance'; RequiredVersion = '1.2.1'; },
+ @{ModuleName = 'Az.Maintenance'; RequiredVersion = '1.3.0'; },
@{ModuleName = 'Az.ManagedServiceIdentity'; RequiredVersion = '1.1.1'; },
@{ModuleName = 'Az.ManagedServices'; RequiredVersion = '3.0.0'; },
@{ModuleName = 'Az.ManagementPartner'; RequiredVersion = '0.7.2'; },
@@ -154,21 +156,24 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.12.4'; },
@{ModuleName = 'Az.Monitor'; RequiredVersion = '4.5.0'; },
@{ModuleName = 'Az.MonitoringSolutions'; RequiredVersion = '0.1.0'; },
@{ModuleName = 'Az.MySql'; RequiredVersion = '1.1.1'; },
- @{ModuleName = 'Az.NetAppFiles'; RequiredVersion = '0.12.0'; },
- @{ModuleName = 'Az.Network'; RequiredVersion = '6.1.0'; },
+ @{ModuleName = 'Az.NetAppFiles'; RequiredVersion = '0.13.0'; },
+ @{ModuleName = 'Az.Network'; RequiredVersion = '6.1.1'; },
@{ModuleName = 'Az.NetworkFunction'; RequiredVersion = '0.1.2'; },
+ @{ModuleName = 'Az.NewRelic'; RequiredVersion = '0.1.0'; },
@{ModuleName = 'Az.Nginx'; RequiredVersion = '0.1.0'; },
@{ModuleName = 'Az.NotificationHubs'; RequiredVersion = '1.1.1'; },
@{ModuleName = 'Az.OperationalInsights'; RequiredVersion = '3.2.0'; },
@{ModuleName = 'Az.Orbital'; RequiredVersion = '0.1.1'; },
+ @{ModuleName = 'Az.PaloAltoNetworks'; RequiredVersion = '0.2.0'; },
@{ModuleName = 'Az.Peering'; RequiredVersion = '0.4.0'; },
- @{ModuleName = 'Az.PolicyInsights'; RequiredVersion = '1.6.1'; },
+ @{ModuleName = 'Az.PolicyInsights'; RequiredVersion = '1.6.2'; },
@{ModuleName = 'Az.Portal'; RequiredVersion = '0.1.0'; },
@{ModuleName = 'Az.PostgreSql'; RequiredVersion = '1.1.0'; },
@{ModuleName = 'Az.PowerBIEmbedded'; RequiredVersion = '1.2.1'; },
- @{ModuleName = 'Az.PrivateDns'; RequiredVersion = '1.0.3'; },
+ @{ModuleName = 'Az.PrivateDns'; RequiredVersion = '1.0.4'; },
@{ModuleName = 'Az.ProviderHub'; RequiredVersion = '0.2.0'; },
@{ModuleName = 'Az.Purview'; RequiredVersion = '0.2.0'; },
+ @{ModuleName = 'Az.Quantum'; RequiredVersion = '0.1.0'; },
@{ModuleName = 'Az.Qumulo'; RequiredVersion = '0.1.0'; },
@{ModuleName = 'Az.Quota'; RequiredVersion = '0.1.0'; },
@{ModuleName = 'Az.RecoveryServices'; RequiredVersion = '6.5.0'; },
@@ -178,7 +183,7 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.12.4'; },
@{ModuleName = 'Az.Reservations'; RequiredVersion = '0.12.0'; },
@{ModuleName = 'Az.ResourceGraph'; RequiredVersion = '0.13.0'; },
@{ModuleName = 'Az.ResourceMover'; RequiredVersion = '1.1.0'; },
- @{ModuleName = 'Az.Resources'; RequiredVersion = '6.8.0'; },
+ @{ModuleName = 'Az.Resources'; RequiredVersion = '6.9.0'; },
@{ModuleName = 'Az.Search'; RequiredVersion = '0.9.0'; },
@{ModuleName = 'Az.Security'; RequiredVersion = '1.4.0'; },
@{ModuleName = 'Az.SecurityInsights'; RequiredVersion = '3.0.1'; },
@@ -188,23 +193,23 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.12.4'; },
@{ModuleName = 'Az.ServiceLinker'; RequiredVersion = '0.2.0'; },
@{ModuleName = 'Az.SignalR'; RequiredVersion = '2.0.0'; },
@{ModuleName = 'Az.SpringCloud'; RequiredVersion = '0.3.0'; },
- @{ModuleName = 'Az.Sql'; RequiredVersion = '4.8.0'; },
+ @{ModuleName = 'Az.Sql'; RequiredVersion = '4.9.0'; },
@{ModuleName = 'Az.SqlVirtualMachine'; RequiredVersion = '2.0.0'; },
@{ModuleName = 'Az.Ssh'; RequiredVersion = '0.2.0'; },
- @{ModuleName = 'Az.StackHCI'; RequiredVersion = '2.0.0'; },
- @{ModuleName = 'Az.Storage'; RequiredVersion = '5.8.0'; },
+ @{ModuleName = 'Az.StackHCI'; RequiredVersion = '2.1.0'; },
+ @{ModuleName = 'Az.Storage'; RequiredVersion = '5.9.0'; },
@{ModuleName = 'Az.StorageCache'; RequiredVersion = '0.1.0'; },
@{ModuleName = 'Az.StorageMover'; RequiredVersion = '1.0.1'; },
@{ModuleName = 'Az.StorageSync'; RequiredVersion = '2.0.0'; },
@{ModuleName = 'Az.StreamAnalytics'; RequiredVersion = '2.0.0'; },
- @{ModuleName = 'Az.Subscription'; RequiredVersion = '0.9.0'; },
+ @{ModuleName = 'Az.Subscription'; RequiredVersion = '0.10.0'; },
@{ModuleName = 'Az.Support'; RequiredVersion = '1.0.0'; },
- @{ModuleName = 'Az.Synapse'; RequiredVersion = '3.0.1'; },
+ @{ModuleName = 'Az.Synapse'; RequiredVersion = '3.0.2'; },
@{ModuleName = 'Az.TimeSeriesInsights'; RequiredVersion = '0.2.0'; },
@{ModuleName = 'Az.TrafficManager'; RequiredVersion = '1.2.1'; },
@{ModuleName = 'Az.VMware'; RequiredVersion = '0.5.0'; },
@{ModuleName = 'Az.VoiceServices'; RequiredVersion = '0.1.1'; },
- @{ModuleName = 'Az.Websites'; RequiredVersion = '3.0.1'; },
+ @{ModuleName = 'Az.Websites'; RequiredVersion = '3.1.0'; },
@{ModuleName = 'Az.WindowsIotServices'; RequiredVersion = '0.1.0'; },
@{ModuleName = 'Az.Workloads'; RequiredVersion = '0.1.0'; })
diff --git a/tools/Docs/az-ps-latest.csv b/tools/Docs/az-ps-latest.csv
index b16aa6dc4203..d927e8bb08f2 100644
--- a/tools/Docs/az-ps-latest.csv
+++ b/tools/Docs/az-ps-latest.csv
@@ -1,156 +1,161 @@
-pac0,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Accounts.2.12.4.nupkg;sourceType=sa]Az.Accounts,2.12.4
+pac0,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Accounts.2.12.5.nupkg;sourceType=sa]Az.Accounts,2.12.5
pac1,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ADDomainServices.0.2.0.nupkg;sourceType=sa]Az.ADDomainServices,0.2.0
pac2,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Advisor.2.0.0.nupkg;sourceType=sa]Az.Advisor,2.0.0
pac3,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Aks.5.5.1.nupkg;sourceType=sa]Az.Aks,5.5.1
-pac4,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.AlertsManagement.0.6.0.nupkg;sourceType=sa]Az.AlertsManagement,0.6.0
-pac5,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.AnalysisServices.1.1.4.nupkg;sourceType=sa]Az.AnalysisServices,1.1.4
-pac6,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ApiManagement.4.0.2.nupkg;sourceType=sa]Az.ApiManagement,4.0.2
-pac7,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.App.0.1.1.nupkg;sourceType=sa]Az.App,0.1.1
-pac8,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.AppConfiguration.1.2.0.nupkg;sourceType=sa]Az.AppConfiguration,1.2.0
-pac9,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ApplicationInsights.2.2.2.nupkg;sourceType=sa]Az.ApplicationInsights,2.2.2
-pac10,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ArcResourceBridge.0.1.0.nupkg;sourceType=sa]Az.ArcResourceBridge,0.1.0
-pac11,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Attestation.2.0.0.nupkg;sourceType=sa]Az.Attestation,2.0.0
-pac12,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Automanage.1.0.0.nupkg;sourceType=sa]Az.Automanage,1.0.0
-pac13,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Automation.1.9.1.nupkg;sourceType=sa]Az.Automation,1.9.1
-pac14,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.BareMetal.0.1.0.nupkg;sourceType=sa]Az.BareMetal,0.1.0
-pac15,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Batch.3.4.0.nupkg;sourceType=sa]Az.Batch,3.4.0
-pac16,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Billing.2.0.3.nupkg;sourceType=sa]Az.Billing,2.0.3
-pac17,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.BillingBenefits.0.1.0.nupkg;sourceType=sa]Az.BillingBenefits,0.1.0
-pac18,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Blueprint.0.4.2.nupkg;sourceType=sa]Az.Blueprint,0.4.2
-pac19,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.BotService.0.5.0.nupkg;sourceType=sa]Az.BotService,0.5.0
-pac20,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Cdn.3.1.0.nupkg;sourceType=sa]Az.Cdn,3.1.0
-pac21,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ChangeAnalysis.0.1.0.nupkg;sourceType=sa]Az.ChangeAnalysis,0.1.0
-pac22,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.CloudService.1.2.0.nupkg;sourceType=sa]Az.CloudService,1.2.0
-pac23,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.CognitiveServices.1.14.0.nupkg;sourceType=sa]Az.CognitiveServices,1.14.0
-pac24,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Communication.0.2.0.nupkg;sourceType=sa]Az.Communication,0.2.0
-pac25,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Compute.6.1.0.nupkg;sourceType=sa]Az.Compute,6.1.0
-pac26,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ConfidentialLedger.1.0.0.nupkg;sourceType=sa]Az.ConfidentialLedger,1.0.0
-pac27,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Confluent.0.2.0.nupkg;sourceType=sa]Az.Confluent,0.2.0
-pac28,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ConnectedKubernetes.0.9.0.nupkg;sourceType=sa]Az.ConnectedKubernetes,0.9.0
-pac29,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ConnectedMachine.0.4.1.nupkg;sourceType=sa]Az.ConnectedMachine,0.4.1
-pac30,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ConnectedNetwork.0.1.0.nupkg;sourceType=sa]Az.ConnectedNetwork,0.1.0
-pac31,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ContainerInstance.3.2.0.nupkg;sourceType=sa]Az.ContainerInstance,3.2.0
-pac32,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ContainerRegistry.4.0.0.nupkg;sourceType=sa]Az.ContainerRegistry,4.0.0
-pac33,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.CosmosDB.1.11.1.nupkg;sourceType=sa]Az.CosmosDB,1.11.1
-pac34,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.CostManagement.0.3.1.nupkg;sourceType=sa]Az.CostManagement,0.3.1
-pac35,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.CustomLocation.0.1.0.nupkg;sourceType=sa]Az.CustomLocation,0.1.0
-pac36,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.CustomProviders.0.1.0.nupkg;sourceType=sa]Az.CustomProviders,0.1.0
-pac37,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Dashboard.0.1.1.nupkg;sourceType=sa]Az.Dashboard,0.1.1
-pac38,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.DataBox.0.3.0.nupkg;sourceType=sa]Az.DataBox,0.3.0
-pac39,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.DataBoxEdge.1.1.0.nupkg;sourceType=sa]Az.DataBoxEdge,1.1.0
-pac40,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Databricks.1.6.0.nupkg;sourceType=sa]Az.Databricks,1.6.0
-pac41,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Datadog.0.1.0.nupkg;sourceType=sa]Az.Datadog,0.1.0
-pac42,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.DataFactory.1.16.13.nupkg;sourceType=sa]Az.DataFactory,1.16.13
-pac43,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.DataLakeAnalytics.1.0.2.nupkg;sourceType=sa]Az.DataLakeAnalytics,1.0.2
-pac44,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.DataLakeStore.1.3.0.nupkg;sourceType=sa]Az.DataLakeStore,1.3.0
-pac45,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.DataMigration.0.14.0.nupkg;sourceType=sa]Az.DataMigration,0.14.0
-pac46,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.DataProtection.2.0.0.nupkg;sourceType=sa]Az.DataProtection,2.0.0
-pac47,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.DataShare.1.0.1.nupkg;sourceType=sa]Az.DataShare,1.0.1
-pac48,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.DedicatedHsm.0.3.0.nupkg;sourceType=sa]Az.DedicatedHsm,0.3.0
-pac49,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.DeploymentManager.1.1.0.nupkg;sourceType=sa]Az.DeploymentManager,1.1.0
-pac50,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.DesktopVirtualization.4.0.0.nupkg;sourceType=sa]Az.DesktopVirtualization,4.0.0
-pac51,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.DeviceProvisioningServices.0.10.0.nupkg;sourceType=sa]Az.DeviceProvisioningServices,0.10.0
-pac52,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.DeviceUpdate.0.1.0.nupkg;sourceType=sa]Az.DeviceUpdate,0.1.0
-pac53,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.DevSpaces.0.7.3.nupkg;sourceType=sa]Az.DevSpaces,0.7.3
-pac54,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.DevTestLabs.1.0.2.nupkg;sourceType=sa]Az.DevTestLabs,1.0.2
-pac55,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.DigitalTwins.0.2.0.nupkg;sourceType=sa]Az.DigitalTwins,0.2.0
-pac56,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.DiskPool.0.3.0.nupkg;sourceType=sa]Az.DiskPool,0.3.0
-pac57,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Dns.1.1.2.nupkg;sourceType=sa]Az.Dns,1.1.2
-pac58,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.DnsResolver.0.2.1.nupkg;sourceType=sa]Az.DnsResolver,0.2.1
-pac59,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.DynatraceObservability.0.1.0.nupkg;sourceType=sa]Az.DynatraceObservability,0.1.0
-pac60,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.EdgeOrder.0.1.0.nupkg;sourceType=sa]Az.EdgeOrder,0.1.0
-pac61,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Elastic.0.1.0.nupkg;sourceType=sa]Az.Elastic,0.1.0
-pac62,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ElasticSan.0.1.0.nupkg;sourceType=sa]Az.ElasticSan,0.1.0
-pac63,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.EventGrid.1.6.0.nupkg;sourceType=sa]Az.EventGrid,1.6.0
-pac64,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.EventHub.4.0.0.nupkg;sourceType=sa]Az.EventHub,4.0.0
-pac65,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.FluidRelay.0.1.0.nupkg;sourceType=sa]Az.FluidRelay,0.1.0
-pac66,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.FrontDoor.1.10.0.nupkg;sourceType=sa]Az.FrontDoor,1.10.0
-pac67,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Functions.4.0.6.nupkg;sourceType=sa]Az.Functions,4.0.6
-pac68,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.GuestConfiguration.0.11.0.nupkg;sourceType=sa]Az.GuestConfiguration,0.11.0
-pac69,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.HanaOnAzure.0.3.0.nupkg;sourceType=sa]Az.HanaOnAzure,0.3.0
-pac70,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.HDInsight.6.0.0.nupkg;sourceType=sa]Az.HDInsight,6.0.0
-pac71,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.HealthBot.0.1.0.nupkg;sourceType=sa]Az.HealthBot,0.1.0
-pac72,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.HealthcareApis.2.0.0.nupkg;sourceType=sa]Az.HealthcareApis,2.0.0
-pac73,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.HPCCache.0.1.1.nupkg;sourceType=sa]Az.HPCCache,0.1.1
-pac74,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ImageBuilder.0.3.0.nupkg;sourceType=sa]Az.ImageBuilder,0.3.0
-pac75,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ImportExport.0.2.0.nupkg;sourceType=sa]Az.ImportExport,0.2.0
-pac76,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.IotCentral.0.10.0.nupkg;sourceType=sa]Az.IotCentral,0.10.0
-pac77,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.IotHub.2.7.5.nupkg;sourceType=sa]Az.IotHub,2.7.5
-pac78,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.KeyVault.4.10.0.nupkg;sourceType=sa]Az.KeyVault,4.10.0
-pac79,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.KubernetesConfiguration.0.7.0.nupkg;sourceType=sa]Az.KubernetesConfiguration,0.7.0
-pac80,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Kusto.2.2.0.nupkg;sourceType=sa]Az.Kusto,2.2.0
-pac81,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.LabServices.0.1.0.nupkg;sourceType=sa]Az.LabServices,0.1.0
-pac82,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.LoadTesting.1.0.0.nupkg;sourceType=sa]Az.LoadTesting,1.0.0
-pac83,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.LogicApp.1.5.0.nupkg;sourceType=sa]Az.LogicApp,1.5.0
-pac84,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Logz.0.1.0.nupkg;sourceType=sa]Az.Logz,0.1.0
-pac85,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.MachineLearning.1.1.3.nupkg;sourceType=sa]Az.MachineLearning,1.1.3
-pac86,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.MachineLearningServices.1.0.0.nupkg;sourceType=sa]Az.MachineLearningServices,1.0.0
-pac87,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Maintenance.1.2.1.nupkg;sourceType=sa]Az.Maintenance,1.2.1
-pac88,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ManagedServiceIdentity.1.1.1.nupkg;sourceType=sa]Az.ManagedServiceIdentity,1.1.1
-pac89,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ManagedServices.3.0.0.nupkg;sourceType=sa]Az.ManagedServices,3.0.0
-pac90,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ManagementPartner.0.7.2.nupkg;sourceType=sa]Az.ManagementPartner,0.7.2
-pac91,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Maps.0.8.0.nupkg;sourceType=sa]Az.Maps,0.8.0
-pac92,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.MariaDb.0.2.0.nupkg;sourceType=sa]Az.MariaDb,0.2.0
-pac93,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Marketplace.0.3.0.nupkg;sourceType=sa]Az.Marketplace,0.3.0
-pac94,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.MarketplaceOrdering.2.0.0.nupkg;sourceType=sa]Az.MarketplaceOrdering,2.0.0
-pac95,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Media.1.1.1.nupkg;sourceType=sa]Az.Media,1.1.1
-pac96,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Migrate.2.2.0.nupkg;sourceType=sa]Az.Migrate,2.2.0
-pac97,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.MixedReality.0.2.0.nupkg;sourceType=sa]Az.MixedReality,0.2.0
-pac98,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.MobileNetwork.0.3.0.nupkg;sourceType=sa]Az.MobileNetwork,0.3.0
-pac99,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Monitor.4.5.0.nupkg;sourceType=sa]Az.Monitor,4.5.0
-pac100,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.MonitoringSolutions.0.1.0.nupkg;sourceType=sa]Az.MonitoringSolutions,0.1.0
-pac101,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.MySql.1.1.1.nupkg;sourceType=sa]Az.MySql,1.1.1
-pac102,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.NetAppFiles.0.12.0.nupkg;sourceType=sa]Az.NetAppFiles,0.12.0
-pac103,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Network.6.1.0.nupkg;sourceType=sa]Az.Network,6.1.0
-pac104,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.NetworkFunction.0.1.2.nupkg;sourceType=sa]Az.NetworkFunction,0.1.2
-pac105,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Nginx.0.1.0.nupkg;sourceType=sa]Az.Nginx,0.1.0
-pac106,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.NotificationHubs.1.1.1.nupkg;sourceType=sa]Az.NotificationHubs,1.1.1
-pac107,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.OperationalInsights.3.2.0.nupkg;sourceType=sa]Az.OperationalInsights,3.2.0
-pac108,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Orbital.0.1.1.nupkg;sourceType=sa]Az.Orbital,0.1.1
-pac109,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Peering.0.4.0.nupkg;sourceType=sa]Az.Peering,0.4.0
-pac110,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.PolicyInsights.1.6.1.nupkg;sourceType=sa]Az.PolicyInsights,1.6.1
-pac111,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Portal.0.1.0.nupkg;sourceType=sa]Az.Portal,0.1.0
-pac112,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.PostgreSql.1.1.0.nupkg;sourceType=sa]Az.PostgreSql,1.1.0
-pac113,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.PowerBIEmbedded.1.2.1.nupkg;sourceType=sa]Az.PowerBIEmbedded,1.2.1
-pac114,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.PrivateDns.1.0.3.nupkg;sourceType=sa]Az.PrivateDns,1.0.3
-pac115,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ProviderHub.0.2.0.nupkg;sourceType=sa]Az.ProviderHub,0.2.0
-pac116,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Purview.0.2.0.nupkg;sourceType=sa]Az.Purview,0.2.0
-pac117,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Qumulo.0.1.0.nupkg;sourceType=sa]Az.Qumulo,0.1.0
-pac118,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Quota.0.1.0.nupkg;sourceType=sa]Az.Quota,0.1.0
-pac119,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.RecoveryServices.6.5.0.nupkg;sourceType=sa]Az.RecoveryServices,6.5.0
-pac120,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.RedisCache.1.8.0.nupkg;sourceType=sa]Az.RedisCache,1.8.0
-pac121,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.RedisEnterpriseCache.1.2.0.nupkg;sourceType=sa]Az.RedisEnterpriseCache,1.2.0
-pac122,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Relay.2.0.0.nupkg;sourceType=sa]Az.Relay,2.0.0
-pac123,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Reservations.0.12.0.nupkg;sourceType=sa]Az.Reservations,0.12.0
-pac124,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ResourceGraph.0.13.0.nupkg;sourceType=sa]Az.ResourceGraph,0.13.0
-pac125,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ResourceMover.1.1.0.nupkg;sourceType=sa]Az.ResourceMover,1.1.0
-pac126,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Resources.6.8.0.nupkg;sourceType=sa]Az.Resources,6.8.0
-pac127,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Search.0.9.0.nupkg;sourceType=sa]Az.Search,0.9.0
-pac128,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Security.1.4.0.nupkg;sourceType=sa]Az.Security,1.4.0
-pac129,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.SecurityInsights.3.0.1.nupkg;sourceType=sa]Az.SecurityInsights,3.0.1
-pac130,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.SelfHelp.0.1.0.nupkg;sourceType=sa]Az.SelfHelp,0.1.0
-pac131,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ServiceBus.3.0.0.nupkg;sourceType=sa]Az.ServiceBus,3.0.0
-pac132,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ServiceFabric.3.2.0.nupkg;sourceType=sa]Az.ServiceFabric,3.2.0
-pac133,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ServiceLinker.0.2.0.nupkg;sourceType=sa]Az.ServiceLinker,0.2.0
-pac134,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.SignalR.2.0.0.nupkg;sourceType=sa]Az.SignalR,2.0.0
-pac135,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.SpringCloud.0.3.0.nupkg;sourceType=sa]Az.SpringCloud,0.3.0
-pac136,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Sql.4.8.0.nupkg;sourceType=sa]Az.Sql,4.8.0
-pac137,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.SqlVirtualMachine.2.0.0.nupkg;sourceType=sa]Az.SqlVirtualMachine,2.0.0
-pac138,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Ssh.0.2.0.nupkg;sourceType=sa]Az.Ssh,0.2.0
-pac139,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.StackHCI.2.0.0.nupkg;sourceType=sa]Az.StackHCI,2.0.0
-pac140,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Storage.5.8.0.nupkg;sourceType=sa]Az.Storage,5.8.0
-pac141,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.StorageCache.0.1.0.nupkg;sourceType=sa]Az.StorageCache,0.1.0
-pac142,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.StorageMover.1.0.1.nupkg;sourceType=sa]Az.StorageMover,1.0.1
-pac143,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.StorageSync.2.0.0.nupkg;sourceType=sa]Az.StorageSync,2.0.0
-pac144,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.StreamAnalytics.2.0.0.nupkg;sourceType=sa]Az.StreamAnalytics,2.0.0
-pac145,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Subscription.0.9.0.nupkg;sourceType=sa]Az.Subscription,0.9.0
-pac146,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Support.1.0.0.nupkg;sourceType=sa]Az.Support,1.0.0
-pac147,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Synapse.3.0.1.nupkg;sourceType=sa]Az.Synapse,3.0.1
-pac148,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.TimeSeriesInsights.0.2.0.nupkg;sourceType=sa]Az.TimeSeriesInsights,0.2.0
-pac149,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.TrafficManager.1.2.1.nupkg;sourceType=sa]Az.TrafficManager,1.2.1
-pac150,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.VMware.0.5.0.nupkg;sourceType=sa]Az.VMware,0.5.0
-pac151,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.VoiceServices.0.1.1.nupkg;sourceType=sa]Az.VoiceServices,0.1.1
-pac152,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Websites.3.0.1.nupkg;sourceType=sa]Az.Websites,3.0.1
-pac153,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.WindowsIotServices.0.1.0.nupkg;sourceType=sa]Az.WindowsIotServices,0.1.0
-pac154,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Workloads.0.1.0.nupkg;sourceType=sa]Az.Workloads,0.1.0
+pac4,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Alb.0.1.0.nupkg;sourceType=sa]Az.Alb,0.1.0
+pac5,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.AlertsManagement.0.6.1.nupkg;sourceType=sa]Az.AlertsManagement,0.6.1
+pac6,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.AnalysisServices.1.1.4.nupkg;sourceType=sa]Az.AnalysisServices,1.1.4
+pac7,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ApiManagement.4.0.2.nupkg;sourceType=sa]Az.ApiManagement,4.0.2
+pac8,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.App.0.1.1.nupkg;sourceType=sa]Az.App,0.1.1
+pac9,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.AppConfiguration.1.3.0.nupkg;sourceType=sa]Az.AppConfiguration,1.3.0
+pac10,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ApplicationInsights.2.2.2.nupkg;sourceType=sa]Az.ApplicationInsights,2.2.2
+pac11,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ArcResourceBridge.0.1.0.nupkg;sourceType=sa]Az.ArcResourceBridge,0.1.0
+pac12,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Attestation.2.0.0.nupkg;sourceType=sa]Az.Attestation,2.0.0
+pac13,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Automanage.1.0.0.nupkg;sourceType=sa]Az.Automanage,1.0.0
+pac14,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Automation.1.9.1.nupkg;sourceType=sa]Az.Automation,1.9.1
+pac15,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.BareMetal.0.1.0.nupkg;sourceType=sa]Az.BareMetal,0.1.0
+pac16,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Batch.3.5.0.nupkg;sourceType=sa]Az.Batch,3.5.0
+pac17,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Billing.2.0.3.nupkg;sourceType=sa]Az.Billing,2.0.3
+pac18,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.BillingBenefits.0.1.0.nupkg;sourceType=sa]Az.BillingBenefits,0.1.0
+pac19,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Blueprint.0.4.2.nupkg;sourceType=sa]Az.Blueprint,0.4.2
+pac20,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.BotService.0.5.0.nupkg;sourceType=sa]Az.BotService,0.5.0
+pac21,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Cdn.3.1.0.nupkg;sourceType=sa]Az.Cdn,3.1.0
+pac22,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ChangeAnalysis.0.1.0.nupkg;sourceType=sa]Az.ChangeAnalysis,0.1.0
+pac23,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.CloudService.1.2.0.nupkg;sourceType=sa]Az.CloudService,1.2.0
+pac24,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.CognitiveServices.1.14.0.nupkg;sourceType=sa]Az.CognitiveServices,1.14.0
+pac25,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Communication.0.2.0.nupkg;sourceType=sa]Az.Communication,0.2.0
+pac26,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Compute.6.2.0.nupkg;sourceType=sa]Az.Compute,6.2.0
+pac27,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ConfidentialLedger.1.0.0.nupkg;sourceType=sa]Az.ConfidentialLedger,1.0.0
+pac28,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Confluent.0.2.0.nupkg;sourceType=sa]Az.Confluent,0.2.0
+pac29,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ConnectedKubernetes.0.9.0.nupkg;sourceType=sa]Az.ConnectedKubernetes,0.9.0
+pac30,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ConnectedMachine.0.4.1.nupkg;sourceType=sa]Az.ConnectedMachine,0.4.1
+pac31,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ConnectedNetwork.0.1.0.nupkg;sourceType=sa]Az.ConnectedNetwork,0.1.0
+pac32,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ContainerInstance.3.2.0.nupkg;sourceType=sa]Az.ContainerInstance,3.2.0
+pac33,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ContainerRegistry.4.1.0.nupkg;sourceType=sa]Az.ContainerRegistry,4.1.0
+pac34,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.CosmosDB.1.11.2.nupkg;sourceType=sa]Az.CosmosDB,1.11.2
+pac35,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.CostManagement.0.3.1.nupkg;sourceType=sa]Az.CostManagement,0.3.1
+pac36,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.CustomLocation.0.1.0.nupkg;sourceType=sa]Az.CustomLocation,0.1.0
+pac37,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.CustomProviders.0.1.0.nupkg;sourceType=sa]Az.CustomProviders,0.1.0
+pac38,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Dashboard.0.1.1.nupkg;sourceType=sa]Az.Dashboard,0.1.1
+pac39,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.DataBox.0.3.0.nupkg;sourceType=sa]Az.DataBox,0.3.0
+pac40,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.DataBoxEdge.1.1.0.nupkg;sourceType=sa]Az.DataBoxEdge,1.1.0
+pac41,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Databricks.1.7.0.nupkg;sourceType=sa]Az.Databricks,1.7.0
+pac42,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Datadog.0.1.0.nupkg;sourceType=sa]Az.Datadog,0.1.0
+pac43,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.DataFactory.1.17.0.nupkg;sourceType=sa]Az.DataFactory,1.17.0
+pac44,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.DataLakeAnalytics.1.0.2.nupkg;sourceType=sa]Az.DataLakeAnalytics,1.0.2
+pac45,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.DataLakeStore.1.3.0.nupkg;sourceType=sa]Az.DataLakeStore,1.3.0
+pac46,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.DataMigration.0.14.1.nupkg;sourceType=sa]Az.DataMigration,0.14.1
+pac47,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.DataProtection.2.0.0.nupkg;sourceType=sa]Az.DataProtection,2.0.0
+pac48,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.DataShare.1.0.1.nupkg;sourceType=sa]Az.DataShare,1.0.1
+pac49,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.DedicatedHsm.0.3.0.nupkg;sourceType=sa]Az.DedicatedHsm,0.3.0
+pac50,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.DeploymentManager.1.1.0.nupkg;sourceType=sa]Az.DeploymentManager,1.1.0
+pac51,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.DesktopVirtualization.4.0.0.nupkg;sourceType=sa]Az.DesktopVirtualization,4.0.0
+pac52,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.DeviceProvisioningServices.0.10.0.nupkg;sourceType=sa]Az.DeviceProvisioningServices,0.10.0
+pac53,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.DeviceUpdate.0.1.0.nupkg;sourceType=sa]Az.DeviceUpdate,0.1.0
+pac54,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.DevSpaces.0.7.3.nupkg;sourceType=sa]Az.DevSpaces,0.7.3
+pac55,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.DevTestLabs.1.0.2.nupkg;sourceType=sa]Az.DevTestLabs,1.0.2
+pac56,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.DigitalTwins.0.2.0.nupkg;sourceType=sa]Az.DigitalTwins,0.2.0
+pac57,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.DiskPool.0.3.0.nupkg;sourceType=sa]Az.DiskPool,0.3.0
+pac58,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Dns.1.1.3.nupkg;sourceType=sa]Az.Dns,1.1.3
+pac59,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.DnsResolver.0.2.1.nupkg;sourceType=sa]Az.DnsResolver,0.2.1
+pac60,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.DynatraceObservability.0.1.0.nupkg;sourceType=sa]Az.DynatraceObservability,0.1.0
+pac61,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.EdgeOrder.0.1.0.nupkg;sourceType=sa]Az.EdgeOrder,0.1.0
+pac62,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Elastic.0.1.0.nupkg;sourceType=sa]Az.Elastic,0.1.0
+pac63,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ElasticSan.0.1.1.nupkg;sourceType=sa]Az.ElasticSan,0.1.1
+pac64,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.EventGrid.1.6.0.nupkg;sourceType=sa]Az.EventGrid,1.6.0
+pac65,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.EventHub.4.0.0.nupkg;sourceType=sa]Az.EventHub,4.0.0
+pac66,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.FluidRelay.0.1.0.nupkg;sourceType=sa]Az.FluidRelay,0.1.0
+pac67,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.FrontDoor.1.10.0.nupkg;sourceType=sa]Az.FrontDoor,1.10.0
+pac68,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Functions.4.0.6.nupkg;sourceType=sa]Az.Functions,4.0.6
+pac69,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.GraphServices.0.1.0.nupkg;sourceType=sa]Az.GraphServices,0.1.0
+pac70,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.GuestConfiguration.0.11.0.nupkg;sourceType=sa]Az.GuestConfiguration,0.11.0
+pac71,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.HanaOnAzure.0.3.0.nupkg;sourceType=sa]Az.HanaOnAzure,0.3.0
+pac72,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.HDInsight.6.0.0.nupkg;sourceType=sa]Az.HDInsight,6.0.0
+pac73,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.HealthBot.0.1.0.nupkg;sourceType=sa]Az.HealthBot,0.1.0
+pac74,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.HealthcareApis.2.0.0.nupkg;sourceType=sa]Az.HealthcareApis,2.0.0
+pac75,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.HPCCache.0.1.1.nupkg;sourceType=sa]Az.HPCCache,0.1.1
+pac76,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ImageBuilder.0.3.0.nupkg;sourceType=sa]Az.ImageBuilder,0.3.0
+pac77,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ImportExport.0.2.0.nupkg;sourceType=sa]Az.ImportExport,0.2.0
+pac78,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.IotCentral.0.10.0.nupkg;sourceType=sa]Az.IotCentral,0.10.0
+pac79,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.IotHub.2.7.5.nupkg;sourceType=sa]Az.IotHub,2.7.5
+pac80,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.KeyVault.4.10.1.nupkg;sourceType=sa]Az.KeyVault,4.10.1
+pac81,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.KubernetesConfiguration.0.7.0.nupkg;sourceType=sa]Az.KubernetesConfiguration,0.7.0
+pac82,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Kusto.2.2.0.nupkg;sourceType=sa]Az.Kusto,2.2.0
+pac83,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.LabServices.0.1.0.nupkg;sourceType=sa]Az.LabServices,0.1.0
+pac84,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.LoadTesting.1.0.0.nupkg;sourceType=sa]Az.LoadTesting,1.0.0
+pac85,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.LogicApp.1.5.0.nupkg;sourceType=sa]Az.LogicApp,1.5.0
+pac86,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Logz.0.1.0.nupkg;sourceType=sa]Az.Logz,0.1.0
+pac87,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.MachineLearning.1.1.3.nupkg;sourceType=sa]Az.MachineLearning,1.1.3
+pac88,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.MachineLearningServices.1.0.0.nupkg;sourceType=sa]Az.MachineLearningServices,1.0.0
+pac89,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Maintenance.1.3.0.nupkg;sourceType=sa]Az.Maintenance,1.3.0
+pac90,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ManagedServiceIdentity.1.1.1.nupkg;sourceType=sa]Az.ManagedServiceIdentity,1.1.1
+pac91,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ManagedServices.3.0.0.nupkg;sourceType=sa]Az.ManagedServices,3.0.0
+pac92,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ManagementPartner.0.7.2.nupkg;sourceType=sa]Az.ManagementPartner,0.7.2
+pac93,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Maps.0.8.0.nupkg;sourceType=sa]Az.Maps,0.8.0
+pac94,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.MariaDb.0.2.0.nupkg;sourceType=sa]Az.MariaDb,0.2.0
+pac95,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Marketplace.0.3.0.nupkg;sourceType=sa]Az.Marketplace,0.3.0
+pac96,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.MarketplaceOrdering.2.0.0.nupkg;sourceType=sa]Az.MarketplaceOrdering,2.0.0
+pac97,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Media.1.1.1.nupkg;sourceType=sa]Az.Media,1.1.1
+pac98,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Migrate.2.2.0.nupkg;sourceType=sa]Az.Migrate,2.2.0
+pac99,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.MixedReality.0.2.0.nupkg;sourceType=sa]Az.MixedReality,0.2.0
+pac100,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.MobileNetwork.0.3.0.nupkg;sourceType=sa]Az.MobileNetwork,0.3.0
+pac101,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Monitor.4.5.0.nupkg;sourceType=sa]Az.Monitor,4.5.0
+pac102,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.MonitoringSolutions.0.1.0.nupkg;sourceType=sa]Az.MonitoringSolutions,0.1.0
+pac103,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.MySql.1.1.1.nupkg;sourceType=sa]Az.MySql,1.1.1
+pac104,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.NetAppFiles.0.13.0.nupkg;sourceType=sa]Az.NetAppFiles,0.13.0
+pac105,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Network.6.1.1.nupkg;sourceType=sa]Az.Network,6.1.1
+pac106,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.NetworkFunction.0.1.2.nupkg;sourceType=sa]Az.NetworkFunction,0.1.2
+pac107,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.NewRelic.0.1.0.nupkg;sourceType=sa]Az.NewRelic,0.1.0
+pac108,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Nginx.0.1.0.nupkg;sourceType=sa]Az.Nginx,0.1.0
+pac109,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.NotificationHubs.1.1.1.nupkg;sourceType=sa]Az.NotificationHubs,1.1.1
+pac110,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.OperationalInsights.3.2.0.nupkg;sourceType=sa]Az.OperationalInsights,3.2.0
+pac111,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Orbital.0.1.1.nupkg;sourceType=sa]Az.Orbital,0.1.1
+pac112,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.PaloAltoNetworks.0.2.0.nupkg;sourceType=sa]Az.PaloAltoNetworks,0.2.0
+pac113,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Peering.0.4.0.nupkg;sourceType=sa]Az.Peering,0.4.0
+pac114,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.PolicyInsights.1.6.2.nupkg;sourceType=sa]Az.PolicyInsights,1.6.2
+pac115,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Portal.0.1.0.nupkg;sourceType=sa]Az.Portal,0.1.0
+pac116,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.PostgreSql.1.1.0.nupkg;sourceType=sa]Az.PostgreSql,1.1.0
+pac117,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.PowerBIEmbedded.1.2.1.nupkg;sourceType=sa]Az.PowerBIEmbedded,1.2.1
+pac118,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.PrivateDns.1.0.4.nupkg;sourceType=sa]Az.PrivateDns,1.0.4
+pac119,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ProviderHub.0.2.0.nupkg;sourceType=sa]Az.ProviderHub,0.2.0
+pac120,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Purview.0.2.0.nupkg;sourceType=sa]Az.Purview,0.2.0
+pac121,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Quantum.0.1.0.nupkg;sourceType=sa]Az.Quantum,0.1.0
+pac122,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Qumulo.0.1.0.nupkg;sourceType=sa]Az.Qumulo,0.1.0
+pac123,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Quota.0.1.0.nupkg;sourceType=sa]Az.Quota,0.1.0
+pac124,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.RecoveryServices.6.5.0.nupkg;sourceType=sa]Az.RecoveryServices,6.5.0
+pac125,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.RedisCache.1.8.0.nupkg;sourceType=sa]Az.RedisCache,1.8.0
+pac126,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.RedisEnterpriseCache.1.2.0.nupkg;sourceType=sa]Az.RedisEnterpriseCache,1.2.0
+pac127,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Relay.2.0.0.nupkg;sourceType=sa]Az.Relay,2.0.0
+pac128,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Reservations.0.12.0.nupkg;sourceType=sa]Az.Reservations,0.12.0
+pac129,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ResourceGraph.0.13.0.nupkg;sourceType=sa]Az.ResourceGraph,0.13.0
+pac130,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ResourceMover.1.1.0.nupkg;sourceType=sa]Az.ResourceMover,1.1.0
+pac131,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Resources.6.9.0.nupkg;sourceType=sa]Az.Resources,6.9.0
+pac132,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Search.0.9.0.nupkg;sourceType=sa]Az.Search,0.9.0
+pac133,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Security.1.4.0.nupkg;sourceType=sa]Az.Security,1.4.0
+pac134,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.SecurityInsights.3.0.1.nupkg;sourceType=sa]Az.SecurityInsights,3.0.1
+pac135,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.SelfHelp.0.1.0.nupkg;sourceType=sa]Az.SelfHelp,0.1.0
+pac136,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ServiceBus.3.0.0.nupkg;sourceType=sa]Az.ServiceBus,3.0.0
+pac137,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ServiceFabric.3.2.0.nupkg;sourceType=sa]Az.ServiceFabric,3.2.0
+pac138,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ServiceLinker.0.2.0.nupkg;sourceType=sa]Az.ServiceLinker,0.2.0
+pac139,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.SignalR.2.0.0.nupkg;sourceType=sa]Az.SignalR,2.0.0
+pac140,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.SpringCloud.0.3.0.nupkg;sourceType=sa]Az.SpringCloud,0.3.0
+pac141,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Sql.4.9.0.nupkg;sourceType=sa]Az.Sql,4.9.0
+pac142,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.SqlVirtualMachine.2.0.0.nupkg;sourceType=sa]Az.SqlVirtualMachine,2.0.0
+pac143,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Ssh.0.2.0.nupkg;sourceType=sa]Az.Ssh,0.2.0
+pac144,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.StackHCI.2.1.0.nupkg;sourceType=sa]Az.StackHCI,2.1.0
+pac145,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Storage.5.9.0.nupkg;sourceType=sa]Az.Storage,5.9.0
+pac146,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.StorageCache.0.1.0.nupkg;sourceType=sa]Az.StorageCache,0.1.0
+pac147,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.StorageMover.1.0.1.nupkg;sourceType=sa]Az.StorageMover,1.0.1
+pac148,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.StorageSync.2.0.0.nupkg;sourceType=sa]Az.StorageSync,2.0.0
+pac149,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.StreamAnalytics.2.0.0.nupkg;sourceType=sa]Az.StreamAnalytics,2.0.0
+pac150,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Subscription.0.10.0.nupkg;sourceType=sa]Az.Subscription,0.10.0
+pac151,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Support.1.0.0.nupkg;sourceType=sa]Az.Support,1.0.0
+pac152,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Synapse.3.0.2.nupkg;sourceType=sa]Az.Synapse,3.0.2
+pac153,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.TimeSeriesInsights.0.2.0.nupkg;sourceType=sa]Az.TimeSeriesInsights,0.2.0
+pac154,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.TrafficManager.1.2.1.nupkg;sourceType=sa]Az.TrafficManager,1.2.1
+pac155,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.VMware.0.5.0.nupkg;sourceType=sa]Az.VMware,0.5.0
+pac156,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.VoiceServices.0.1.1.nupkg;sourceType=sa]Az.VoiceServices,0.1.1
+pac157,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Websites.3.1.0.nupkg;sourceType=sa]Az.Websites,3.1.0
+pac158,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.WindowsIotServices.0.1.0.nupkg;sourceType=sa]Az.WindowsIotServices,0.1.0
+pac159,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Workloads.0.1.0.nupkg;sourceType=sa]Az.Workloads,0.1.0
diff --git a/tools/ExternalContributors.md b/tools/ExternalContributors.md
index 16f4eadeb008..87d9e858a759 100644
--- a/tools/ExternalContributors.md
+++ b/tools/ExternalContributors.md
@@ -1,6 +1,8 @@
### Thanks to our community contributors
-* Bas Wijdenes (@baswijdenes), Update Get-AzAutomationJob.md (#21984)
-* Sebastiaan Koning (@OneAndOnlySeabass), Fix a few typos in Get-AzMarketplaceTerms.md (#21945)
-* Hiroshi Yoshioka (@hyoshioka0128)
- * Typo "CosmosDB Account"→"Cosmos DB Account" (#22005)
- * Typo "azure key vault"→"Azure Key Vault" (#22103)
+* Dante Stancato (@dantecit0), Update Set-AzFirewall.md (#22224)
+* Hiroshi Yoshioka (@hyoshioka0128), Typo "flexible server"→"Flexible Server" (#22215)
+* @Jingshu918, [DataFactory]Added DisablePublish to Set_AzDataFactoryV2 Command (#22273)
+* Miguel Vega (@miguel-vega), Updated Example 3 of the Connect-AzAccount.md page to use the correct PowerShell variable. (#22376)
+* @Skatterbrainz, Update Remove-AzVM.md (#22378)
+* @veppala, added examples for New-AzSqlVM cmdlet (#22185)
+* @vladik-hbinov, Fixed Example 2 (#22193)
diff --git a/tools/StaticAnalysis/Exceptions/Az.Compute/BreakingChangeIssues.csv b/tools/StaticAnalysis/Exceptions/Az.Compute/BreakingChangeIssues.csv
new file mode 100644
index 000000000000..900b26bad824
--- /dev/null
+++ b/tools/StaticAnalysis/Exceptions/Az.Compute/BreakingChangeIssues.csv
@@ -0,0 +1,2 @@
+"Module","ClassName","Target","Severity","ProblemId","Description","Remediation"
+"Az.Compute","Microsoft.Azure.Commands.Compute.Automation.UpdateAzureRmVmss","Update-AzVmss","0","2050","A validate set has been added for parameter 'AutomaticRepairAction' for cmdlet 'Update-AzVmss'.","Remove the validate set from parameter 'AutomaticRepairAction'."
diff --git a/tools/StaticAnalysis/Exceptions/Az.ContainerRegistry/BreakingChangeIssues.csv b/tools/StaticAnalysis/Exceptions/Az.ContainerRegistry/BreakingChangeIssues.csv
new file mode 100644
index 000000000000..ed0c5fcdb16b
--- /dev/null
+++ b/tools/StaticAnalysis/Exceptions/Az.ContainerRegistry/BreakingChangeIssues.csv
@@ -0,0 +1,28 @@
+"Module","ClassName","Target","Severity","ProblemId","Description","Remediation"
+"Az.ContainerRegistry","Get-AzContainerRegistry","Get-AzContainerRegistry","0","3010","The property 'AzureAsyncOperation' of type 'Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IPrivateEndpointConnection' has been removed.","Add the property 'AzureAsyncOperation' back to type 'Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IPrivateEndpointConnection'."
+"Az.ContainerRegistry","Get-AzContainerRegistry","Get-AzContainerRegistry","0","3010","The property 'AzureAsyncOperation' of type 'Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IRegistry' has been removed.","Add the property 'AzureAsyncOperation' back to type 'Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IRegistry'."
+"Az.ContainerRegistry","Get-AzContainerRegistryCredential","Get-AzContainerRegistryCredential","0","3010","The property 'AzureAsyncOperation' of type 'Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IRegistry' has been removed.","Add the property 'AzureAsyncOperation' back to type 'Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IRegistry'."
+"Az.ContainerRegistry","Get-AzContainerRegistryExportPipeline","Get-AzContainerRegistryExportPipeline","0","3010","The property 'AzureAsyncOperation' of type 'Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IExportPipeline' has been removed.","Add the property 'AzureAsyncOperation' back to type 'Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IExportPipeline'."
+"Az.ContainerRegistry","Get-AzContainerRegistryImportPipeline","Get-AzContainerRegistryImportPipeline","0","3010","The property 'AzureAsyncOperation' of type 'Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IImportPipeline' has been removed.","Add the property 'AzureAsyncOperation' back to type 'Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IImportPipeline'."
+"Az.ContainerRegistry","Get-AzContainerRegistryReplication","Get-AzContainerRegistryReplication","0","3010","The property 'AzureAsyncOperation' of type 'Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IReplication' has been removed.","Add the property 'AzureAsyncOperation' back to type 'Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IReplication'."
+"Az.ContainerRegistry","Get-AzContainerRegistryReplication","Get-AzContainerRegistryReplication","0","3010","The property 'AzureAsyncOperation' of type 'Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IRegistry' has been removed.","Add the property 'AzureAsyncOperation' back to type 'Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IRegistry'."
+"Az.ContainerRegistry","Get-AzContainerRegistryScopeMap","Get-AzContainerRegistryScopeMap","0","3010","The property 'AzureAsyncOperation' of type 'Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IScopeMap' has been removed.","Add the property 'AzureAsyncOperation' back to type 'Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IScopeMap'."
+"Az.ContainerRegistry","Get-AzContainerRegistryToken","Get-AzContainerRegistryToken","0","3010","The property 'AzureAsyncOperation' of type 'Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IToken' has been removed.","Add the property 'AzureAsyncOperation' back to type 'Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IToken'."
+"Az.ContainerRegistry","Get-AzContainerRegistryWebhook","Get-AzContainerRegistryWebhook","0","3010","The property 'AzureAsyncOperation' of type 'Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IWebhook' has been removed.","Add the property 'AzureAsyncOperation' back to type 'Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IWebhook'."
+"Az.ContainerRegistry","Get-AzContainerRegistryWebhook","Get-AzContainerRegistryWebhook","0","3010","The property 'AzureAsyncOperation' of type 'Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IRegistry' has been removed.","Add the property 'AzureAsyncOperation' back to type 'Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IRegistry'."
+"Az.ContainerRegistry","Get-AzContainerRegistryWebhookEvent","Get-AzContainerRegistryWebhookEvent","0","3010","The property 'AzureAsyncOperation' of type 'Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IWebhook' has been removed.","Add the property 'AzureAsyncOperation' back to type 'Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IWebhook'."
+"Az.ContainerRegistry","New-AzContainerRegistry","New-AzContainerRegistry","0","3010","The property 'AzureAsyncOperation' of type 'Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IRegistry' has been removed.","Add the property 'AzureAsyncOperation' back to type 'Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IRegistry'."
+"Az.ContainerRegistry","New-AzContainerRegistryExportPipeline","New-AzContainerRegistryExportPipeline","0","3010","The property 'AzureAsyncOperation' of type 'Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IExportPipeline' has been removed.","Add the property 'AzureAsyncOperation' back to type 'Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IExportPipeline'."
+"Az.ContainerRegistry","New-AzContainerRegistryImportPipeline","New-AzContainerRegistryImportPipeline","0","3010","The property 'AzureAsyncOperation' of type 'Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IImportPipeline' has been removed.","Add the property 'AzureAsyncOperation' back to type 'Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IImportPipeline'."
+"Az.ContainerRegistry","New-AzContainerRegistryReplication","New-AzContainerRegistryReplication","0","3010","The property 'AzureAsyncOperation' of type 'Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IReplication' has been removed.","Add the property 'AzureAsyncOperation' back to type 'Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IReplication'."
+"Az.ContainerRegistry","New-AzContainerRegistryReplication","New-AzContainerRegistryReplication","0","3010","The property 'AzureAsyncOperation' of type 'Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IRegistry' has been removed.","Add the property 'AzureAsyncOperation' back to type 'Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IRegistry'."
+"Az.ContainerRegistry","New-AzContainerRegistryScopeMap","New-AzContainerRegistryScopeMap","0","3010","The property 'AzureAsyncOperation' of type 'Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IScopeMap' has been removed.","Add the property 'AzureAsyncOperation' back to type 'Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IScopeMap'."
+"Az.ContainerRegistry","New-AzContainerRegistryToken","New-AzContainerRegistryToken","0","3010","The property 'AzureAsyncOperation' of type 'Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IToken' has been removed.","Add the property 'AzureAsyncOperation' back to type 'Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IToken'."
+"Az.ContainerRegistry","New-AzContainerRegistryWebhook","New-AzContainerRegistryWebhook","0","3010","The property 'AzureAsyncOperation' of type 'Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IWebhook' has been removed.","Add the property 'AzureAsyncOperation' back to type 'Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IWebhook'."
+"Az.ContainerRegistry","New-AzContainerRegistryWebhook","New-AzContainerRegistryWebhook","0","3010","The property 'AzureAsyncOperation' of type 'Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IRegistry' has been removed.","Add the property 'AzureAsyncOperation' back to type 'Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IRegistry'."
+"Az.ContainerRegistry","Test-AzContainerRegistryWebhook","Test-AzContainerRegistryWebhook","0","3010","The property 'AzureAsyncOperation' of type 'Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IWebhook' has been removed.","Add the property 'AzureAsyncOperation' back to type 'Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IWebhook'."
+"Az.ContainerRegistry","Update-AzContainerRegistry","Update-AzContainerRegistry","0","3010","The property 'AzureAsyncOperation' of type 'Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IRegistry' has been removed.","Add the property 'AzureAsyncOperation' back to type 'Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IRegistry'."
+"Az.ContainerRegistry","Update-AzContainerRegistryCredential","Update-AzContainerRegistryCredential","0","3010","The property 'AzureAsyncOperation' of type 'Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IRegistry' has been removed.","Add the property 'AzureAsyncOperation' back to type 'Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IRegistry'."
+"Az.ContainerRegistry","Update-AzContainerRegistryScopeMap","Update-AzContainerRegistryScopeMap","0","3010","The property 'AzureAsyncOperation' of type 'Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IScopeMap' has been removed.","Add the property 'AzureAsyncOperation' back to type 'Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IScopeMap'."
+"Az.ContainerRegistry","Update-AzContainerRegistryToken","Update-AzContainerRegistryToken","0","3010","The property 'AzureAsyncOperation' of type 'Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IToken' has been removed.","Add the property 'AzureAsyncOperation' back to type 'Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IToken'."
+"Az.ContainerRegistry","Update-AzContainerRegistryWebhook","Update-AzContainerRegistryWebhook","0","3010","The property 'AzureAsyncOperation' of type 'Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IWebhook' has been removed.","Add the property 'AzureAsyncOperation' back to type 'Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IWebhook'."
\ No newline at end of file
diff --git a/tools/StaticAnalysis/Exceptions/Az.StackHCI/BreakingChangeIssues.csv b/tools/StaticAnalysis/Exceptions/Az.StackHCI/BreakingChangeIssues.csv
new file mode 100644
index 000000000000..b983534509a0
--- /dev/null
+++ b/tools/StaticAnalysis/Exceptions/Az.StackHCI/BreakingChangeIssues.csv
@@ -0,0 +1,8 @@
+"Module","ClassName","Target","Severity","ProblemId","Description","Remediation"
+"Az.StackHCI","Get-AzStackHciArcSetting","Get-AzStackHciArcSetting","0","1020","The cmdlet 'Get-AzStackHciArcSetting' no longer has output type 'Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20220501.IArcSetting'.","Make cmdlet 'Get-AzStackHciArcSetting' return type 'Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20220501.IArcSetting'."
+"Az.StackHCI","Get-AzStackHciCluster","Get-AzStackHciCluster","0","1020","The cmdlet 'Get-AzStackHciCluster' no longer has output type 'Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20220501.ICluster'.","Make cmdlet 'Get-AzStackHciCluster' return type 'Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20220501.ICluster'."
+"Az.StackHCI","Get-AzStackHciExtension","Get-AzStackHciExtension","0","1020","The cmdlet 'Get-AzStackHciExtension' no longer has output type 'Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20220501.IExtension'.","Make cmdlet 'Get-AzStackHciExtension' return type 'Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20220501.IExtension'."
+"Az.StackHCI","New-AzStackHciArcSetting","New-AzStackHciArcSetting","0","1020","The cmdlet 'New-AzStackHciArcSetting' no longer has output type 'Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20220501.IArcSetting'.","Make cmdlet 'New-AzStackHciArcSetting' return type 'Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20220501.IArcSetting'."
+"Az.StackHCI","New-AzStackHciCluster","New-AzStackHciCluster","0","1020","The cmdlet 'New-AzStackHciCluster' no longer has output type 'Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20220501.ICluster'.","Make cmdlet 'New-AzStackHciCluster' return type 'Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20220501.ICluster'."
+"Az.StackHCI","New-AzStackHciExtension","New-AzStackHciExtension","0","1020","The cmdlet 'New-AzStackHciExtension' no longer has output type 'Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20220501.IExtension'.","Make cmdlet 'New-AzStackHciExtension' return type 'Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20220501.IExtension'."
+"Az.StackHCI","Update-AzStackHciCluster","Update-AzStackHciCluster","0","1020","The cmdlet 'Update-AzStackHciCluster' no longer has output type 'Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20220501.ICluster'.","Make cmdlet 'Update-AzStackHciCluster' return type 'Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20220501.ICluster'."
diff --git a/tools/Tools.Common/SerializedCmdlets/Az.Accounts.json b/tools/Tools.Common/SerializedCmdlets/Az.Accounts.json
index 10ed9656253c..30832a92c994 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": "2.12.4",
+ "ModuleVersion": "2.12.5",
"Cmdlets": [
{
"VerbName": "Add",
@@ -469,7 +469,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Profile.Common",
"Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.12.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.12.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -1023,7 +1023,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Profile.Common",
"Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.12.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.12.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -1323,7 +1323,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Profile.Common",
"Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.12.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.12.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -1399,7 +1399,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Profile.Common",
"Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.12.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.12.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -1445,7 +1445,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Profile.Common",
"Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.12.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.12.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -1998,7 +1998,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=2.12.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.12.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -2063,7 +2063,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=2.12.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.12.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -2156,7 +2156,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=2.12.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.12.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -2236,7 +2236,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=2.12.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.12.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -2312,7 +2312,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=2.12.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.12.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -2655,7 +2655,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=2.12.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.12.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -2789,7 +2789,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=2.12.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.12.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -3001,7 +3001,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=2.12.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.12.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -3198,7 +3198,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=2.12.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.12.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -3440,7 +3440,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=2.12.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.12.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -3652,7 +3652,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=2.12.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.12.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -3891,7 +3891,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=2.12.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.12.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4108,7 +4108,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=2.12.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.12.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4362,7 +4362,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=2.12.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.12.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4578,7 +4578,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=2.12.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.12.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4635,7 +4635,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=2.12.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.ContextAutosaveSettings, Microsoft.Azure.PowerShell.Authentication, Version=2.12.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Settings": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"Mode": "System.String",
@@ -4686,7 +4686,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=2.12.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.12.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4721,7 +4721,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=2.12.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.12.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -5174,7 +5174,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=2.12.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.12.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -5228,7 +5228,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=2.12.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.12.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -5308,7 +5308,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Profile.Common",
"Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.12.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.12.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -5379,7 +5379,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=2.12.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.12.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -5450,7 +5450,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=2.12.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.12.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -5511,7 +5511,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=2.12.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.12.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -5557,7 +5557,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=2.12.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.12.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -5614,7 +5614,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=2.12.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.ContextAutosaveSettings, Microsoft.Azure.PowerShell.Authentication, Version=2.12.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Settings": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"Mode": "System.String",
@@ -5665,7 +5665,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=2.12.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.12.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -5700,7 +5700,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=2.12.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.12.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -6142,7 +6142,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Profile.Models",
"Name": "Microsoft.Azure.Commands.Profile.Models.PSAccessToken",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Models.PSAccessToken, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.12.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Models.PSAccessToken, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.12.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExpiresOn": "System.DateTimeOffset",
"Token": "System.String",
@@ -6427,7 +6427,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=2.12.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Models.PSConfig, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.12.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Scope": "Microsoft.Azure.PowerShell.Common.Config.ConfigScope",
"Value": "System.Object",
@@ -7007,7 +7007,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=2.12.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.ContextAutosaveSettings, Microsoft.Azure.PowerShell.Authentication, Version=2.12.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Settings": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"Mode": "System.String",
@@ -7058,7 +7058,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=2.12.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.12.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -7093,7 +7093,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=2.12.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.12.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -7146,7 +7146,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=2.12.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Models.PSResourceGroup, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.12.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Hashtable",
"ResourceGroupName": "System.String",
@@ -8226,7 +8226,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=2.12.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.12.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -8291,7 +8291,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=2.12.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.12.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -8352,7 +8352,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=2.12.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.12.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -8398,7 +8398,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=2.12.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.12.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -8451,7 +8451,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=2.12.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Models.PSHttpResponse, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.12.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"StatusCode": "System.Int32",
"Headers": "System.Net.Http.Headers.HttpResponseHeaders",
@@ -9150,7 +9150,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=2.12.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.VTable, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.12.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProfileName": "System.String"
},
@@ -9311,7 +9311,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=2.12.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.12.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -9410,7 +9410,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=2.12.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.12.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -9486,7 +9486,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=2.12.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.12.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -9577,7 +9577,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=2.12.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.12.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -9735,7 +9735,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=2.12.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.12.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -9785,7 +9785,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=2.12.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.12.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -9945,7 +9945,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=2.12.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.12.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -10053,7 +10053,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=2.12.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.12.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -10144,7 +10144,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=2.12.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.12.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -10250,7 +10250,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=2.12.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.12.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -10318,7 +10318,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=2.12.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Errors.AzureErrorRecord, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.12.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ErrorCategory": "System.Management.Automation.ErrorCategoryInfo",
"ErrorDetails": "System.Management.Automation.ErrorDetails",
@@ -10369,7 +10369,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=2.12.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Errors.AzureExceptionRecord, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.12.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"InnerException": "System.Boolean",
"Exception": "System.Exception",
@@ -10433,7 +10433,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=2.12.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Errors.AzureRestExceptionRecord, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.12.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RequestMessage": "Microsoft.Azure.Commands.Profile.Errors.HttpRequestInfo",
"ServerResponse": "Microsoft.Azure.Commands.Profile.Errors.HttpResponseInfo",
@@ -10998,7 +10998,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=2.12.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.12.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -11067,7 +11067,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=2.12.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.12.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -11113,7 +11113,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=2.12.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.12.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -11174,7 +11174,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=2.12.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.12.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -11496,7 +11496,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=2.12.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.12.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -11605,7 +11605,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=2.12.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.12.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -11728,7 +11728,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=2.12.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.12.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -11853,7 +11853,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=2.12.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.12.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -11986,7 +11986,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=2.12.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.12.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -12100,7 +12100,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=2.12.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.12.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -12195,7 +12195,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=2.12.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.12.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -12251,7 +12251,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=2.12.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Models.PSResourceGroup, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.12.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Hashtable",
"ResourceGroupName": "System.String",
@@ -12318,7 +12318,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=2.12.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.12.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -12383,7 +12383,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=2.12.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.12.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -12444,7 +12444,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=2.12.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.12.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -12932,7 +12932,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=2.12.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.12.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -13140,7 +13140,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=2.12.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.12.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -13705,7 +13705,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=2.12.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.12.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14005,7 +14005,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=2.12.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.12.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14159,7 +14159,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=2.12.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Models.PSConfig, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.12.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Scope": "Microsoft.Azure.PowerShell.Common.Config.ConfigScope",
"Value": "System.Object",
@@ -15036,7 +15036,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=2.12.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Errors.HttpRequestInfo, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.12.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Headers": "System.Collections.Generic.IDictionary`2[System.String,System.Collections.Generic.IEnumerable`1[System.String]]",
"Verb": "System.String",
@@ -15113,7 +15113,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=2.12.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Errors.HttpResponseInfo, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.12.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Headers": "System.Collections.Generic.IDictionary`2[System.String,System.Collections.Generic.IEnumerable`1[System.String]]",
"ResponseStatusCode": "System.String",
diff --git a/tools/Tools.Common/SerializedCmdlets/Az.AlertsManagement.json b/tools/Tools.Common/SerializedCmdlets/Az.AlertsManagement.json
index 2488eb10f9b3..87a30aa95544 100644
--- a/tools/Tools.Common/SerializedCmdlets/Az.AlertsManagement.json
+++ b/tools/Tools.Common/SerializedCmdlets/Az.AlertsManagement.json
@@ -1,6 +1,6 @@
{
"ModuleName": "Az.AlertsManagement",
- "ModuleVersion": "0.6.0",
+ "ModuleVersion": "0.6.1",
"Cmdlets": [
{
"VerbName": "Get",
@@ -16,7 +16,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.AlertsManagement.OutputModels",
"Name": "Microsoft.Azure.Commands.AlertsManagement.OutputModels.PSAlert",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.AlertsManagement.OutputModels.PSAlert, Microsoft.Azure.PowerShell.Cmdlets.AlertsManagement, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.AlertsManagement.OutputModels.PSAlert, Microsoft.Azure.PowerShell.Cmdlets.AlertsManagement, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"StartDateTime": "System.Nullable`1[System.DateTime]",
"LastModifiedDateTime": "System.Nullable`1[System.DateTime]",
@@ -87,7 +87,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -96,7 +96,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -105,7 +105,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -114,7 +114,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -123,7 +123,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -132,7 +132,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -141,7 +141,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -150,7 +150,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -159,7 +159,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -168,7 +168,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -177,7 +177,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -186,7 +186,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -195,7 +195,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -204,7 +204,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -213,7 +213,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -222,7 +222,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -231,7 +231,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -240,7 +240,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -278,7 +278,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -324,7 +324,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -339,7 +339,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -354,7 +354,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -369,7 +369,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -384,7 +384,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -399,7 +399,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -414,7 +414,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -429,7 +429,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -444,7 +444,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -459,7 +459,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -474,7 +474,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -489,7 +489,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -504,7 +504,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -519,7 +519,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -534,7 +534,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -580,7 +580,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -595,7 +595,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -610,7 +610,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -625,7 +625,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -640,7 +640,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -655,7 +655,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -670,7 +670,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -685,7 +685,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -700,7 +700,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -715,7 +715,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -730,7 +730,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -745,7 +745,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -760,7 +760,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -775,7 +775,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -790,7 +790,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -805,7 +805,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -889,7 +889,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.AlertsManagement.OutputModels",
"Name": "Microsoft.Azure.Commands.AlertsManagement.OutputModels.PSAlertModification",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.AlertsManagement.OutputModels.PSAlertModification, Microsoft.Azure.PowerShell.Cmdlets.AlertsManagement, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.AlertsManagement.OutputModels.PSAlertModification, Microsoft.Azure.PowerShell.Cmdlets.AlertsManagement, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Items": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.AlertsManagement.OutputModels.PSAlertModificationItem]"
},
@@ -943,7 +943,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -952,7 +952,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.AlertsManagement.OutputModels",
"Name": "Microsoft.Azure.Commands.AlertsManagement.OutputModels.PSSmartGroup",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.AlertsManagement.OutputModels.PSSmartGroup, Microsoft.Azure.PowerShell.Cmdlets.AlertsManagement, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.AlertsManagement.OutputModels.PSSmartGroup, Microsoft.Azure.PowerShell.Cmdlets.AlertsManagement, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resources": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.AlertsManagement.Models.SmartGroupAggregatedProperty]",
"ResourceTypes": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.AlertsManagement.Models.SmartGroupAggregatedProperty]",
@@ -1006,7 +1006,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -1052,7 +1052,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.AlertsManagement.OutputModels",
"Name": "Microsoft.Azure.Commands.AlertsManagement.OutputModels.PSSmartGroup",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.AlertsManagement.OutputModels.PSSmartGroup, Microsoft.Azure.PowerShell.Cmdlets.AlertsManagement, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.AlertsManagement.OutputModels.PSSmartGroup, Microsoft.Azure.PowerShell.Cmdlets.AlertsManagement, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resources": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.AlertsManagement.Models.SmartGroupAggregatedProperty]",
"ResourceTypes": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.AlertsManagement.Models.SmartGroupAggregatedProperty]",
@@ -1152,7 +1152,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.AlertsManagement.OutputModels",
"Name": "Microsoft.Azure.Commands.AlertsManagement.OutputModels.PSAlertProcessingRule",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.AlertsManagement.OutputModels.PSAlertProcessingRule, Microsoft.Azure.PowerShell.Cmdlets.AlertsManagement, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.AlertsManagement.OutputModels.PSAlertProcessingRule, Microsoft.Azure.PowerShell.Cmdlets.AlertsManagement, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CreatedAt": "System.Nullable`1[System.DateTime]",
"LastModifiedAt": "System.Nullable`1[System.DateTime]",
@@ -1218,7 +1218,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -1227,7 +1227,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -1236,7 +1236,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -1271,7 +1271,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -1286,7 +1286,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -1332,7 +1332,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -1378,7 +1378,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -1462,7 +1462,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.AlertsManagement.OutputModels",
"Name": "Microsoft.Azure.Commands.AlertsManagement.OutputModels.PSSmartGroup",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.AlertsManagement.OutputModels.PSSmartGroup, Microsoft.Azure.PowerShell.Cmdlets.AlertsManagement, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.AlertsManagement.OutputModels.PSSmartGroup, Microsoft.Azure.PowerShell.Cmdlets.AlertsManagement, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resources": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.AlertsManagement.Models.SmartGroupAggregatedProperty]",
"ResourceTypes": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.AlertsManagement.Models.SmartGroupAggregatedProperty]",
@@ -1529,7 +1529,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -1538,7 +1538,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -1547,7 +1547,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -1556,7 +1556,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -1594,7 +1594,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -1640,7 +1640,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -1655,7 +1655,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -1670,7 +1670,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -1754,7 +1754,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.AlertsManagement.OutputModels",
"Name": "Microsoft.Azure.Commands.AlertsManagement.OutputModels.PSSmartGroupModification",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.AlertsManagement.OutputModels.PSSmartGroupModification, Microsoft.Azure.PowerShell.Cmdlets.AlertsManagement, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.AlertsManagement.OutputModels.PSSmartGroupModification, Microsoft.Azure.PowerShell.Cmdlets.AlertsManagement, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Items": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.AlertsManagement.OutputModels.PSSmartGroupModificationItem]"
},
@@ -1808,7 +1808,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -1817,7 +1817,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.AlertsManagement.OutputModels",
"Name": "Microsoft.Azure.Commands.AlertsManagement.OutputModels.PSSmartGroup",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.AlertsManagement.OutputModels.PSSmartGroup, Microsoft.Azure.PowerShell.Cmdlets.AlertsManagement, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.AlertsManagement.OutputModels.PSSmartGroup, Microsoft.Azure.PowerShell.Cmdlets.AlertsManagement, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resources": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.AlertsManagement.Models.SmartGroupAggregatedProperty]",
"ResourceTypes": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.AlertsManagement.Models.SmartGroupAggregatedProperty]",
@@ -1871,7 +1871,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -1917,7 +1917,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.AlertsManagement.OutputModels",
"Name": "Microsoft.Azure.Commands.AlertsManagement.OutputModels.PSSmartGroup",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.AlertsManagement.OutputModels.PSSmartGroup, Microsoft.Azure.PowerShell.Cmdlets.AlertsManagement, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.AlertsManagement.OutputModels.PSSmartGroup, Microsoft.Azure.PowerShell.Cmdlets.AlertsManagement, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resources": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.AlertsManagement.Models.SmartGroupAggregatedProperty]",
"ResourceTypes": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.AlertsManagement.Models.SmartGroupAggregatedProperty]",
@@ -2017,7 +2017,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.AlertsManagement.OutputModels",
"Name": "Microsoft.Azure.Commands.AlertsManagement.OutputModels.PSAlertsSummary",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.AlertsManagement.OutputModels.PSAlertsSummary, Microsoft.Azure.PowerShell.Cmdlets.AlertsManagement, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.AlertsManagement.OutputModels.PSAlertsSummary, Microsoft.Azure.PowerShell.Cmdlets.AlertsManagement, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AggregatedCounts": "Microsoft.Azure.Commands.AlertsManagement.OutputModels.PSAggregatedCounts",
"TotalAlerts": "System.Nullable`1[System.Int32]",
@@ -2071,7 +2071,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -2080,7 +2080,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -2089,7 +2089,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -2098,7 +2098,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -2107,7 +2107,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -2116,7 +2116,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -2125,7 +2125,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -2134,7 +2134,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -2143,7 +2143,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -2152,7 +2152,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -2161,7 +2161,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -2170,7 +2170,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -2205,7 +2205,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -2220,7 +2220,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -2235,7 +2235,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -2250,7 +2250,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -2265,7 +2265,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -2280,7 +2280,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -2295,7 +2295,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -2310,7 +2310,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -2325,7 +2325,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -2340,7 +2340,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -2386,7 +2386,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -2401,7 +2401,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -2416,7 +2416,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -2431,7 +2431,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -2446,7 +2446,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -2461,7 +2461,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -2476,7 +2476,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -2491,7 +2491,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -2506,7 +2506,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -2521,7 +2521,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -2536,7 +2536,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -2620,7 +2620,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ParameterSets": [
"__AllParameterSets"
@@ -2633,7 +2633,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -2642,7 +2642,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -2651,7 +2651,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -2660,7 +2660,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.AlertsManagement.OutputModels",
"Name": "Microsoft.Azure.Commands.AlertsManagement.OutputModels.PSAlertProcessingRule",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.AlertsManagement.OutputModels.PSAlertProcessingRule, Microsoft.Azure.PowerShell.Cmdlets.AlertsManagement, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.AlertsManagement.OutputModels.PSAlertProcessingRule, Microsoft.Azure.PowerShell.Cmdlets.AlertsManagement, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CreatedAt": "System.Nullable`1[System.DateTime]",
"LastModifiedAt": "System.Nullable`1[System.DateTime]",
@@ -2719,7 +2719,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -2734,7 +2734,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -2795,7 +2795,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -2856,7 +2856,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.AlertsManagement.OutputModels",
"Name": "Microsoft.Azure.Commands.AlertsManagement.OutputModels.PSAlertProcessingRule",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.AlertsManagement.OutputModels.PSAlertProcessingRule, Microsoft.Azure.PowerShell.Cmdlets.AlertsManagement, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.AlertsManagement.OutputModels.PSAlertProcessingRule, Microsoft.Azure.PowerShell.Cmdlets.AlertsManagement, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CreatedAt": "System.Nullable`1[System.DateTime]",
"LastModifiedAt": "System.Nullable`1[System.DateTime]",
@@ -2985,7 +2985,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.AlertsManagement.OutputModels",
"Name": "Microsoft.Azure.Commands.AlertsManagement.OutputModels.PSAlertProcessingRule",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.AlertsManagement.OutputModels.PSAlertProcessingRule, Microsoft.Azure.PowerShell.Cmdlets.AlertsManagement, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.AlertsManagement.OutputModels.PSAlertProcessingRule, Microsoft.Azure.PowerShell.Cmdlets.AlertsManagement, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CreatedAt": "System.Nullable`1[System.DateTime]",
"LastModifiedAt": "System.Nullable`1[System.DateTime]",
@@ -3051,7 +3051,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.AlertsManagement.OutputModels",
"Name": "Microsoft.Azure.Commands.AlertsManagement.OutputModels.PSAlertProcessingRule",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.AlertsManagement.OutputModels.PSAlertProcessingRule, Microsoft.Azure.PowerShell.Cmdlets.AlertsManagement, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.AlertsManagement.OutputModels.PSAlertProcessingRule, Microsoft.Azure.PowerShell.Cmdlets.AlertsManagement, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CreatedAt": "System.Nullable`1[System.DateTime]",
"LastModifiedAt": "System.Nullable`1[System.DateTime]",
@@ -3075,7 +3075,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -3087,7 +3087,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -3096,7 +3096,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -3105,7 +3105,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -3114,7 +3114,7 @@
"Type": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.List`1[System.String]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.String"
]
@@ -3126,7 +3126,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -3135,7 +3135,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -3144,7 +3144,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -3153,7 +3153,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -3162,7 +3162,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -3171,7 +3171,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -3180,7 +3180,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -3189,7 +3189,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -3198,7 +3198,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -3207,7 +3207,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -3216,7 +3216,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -3225,7 +3225,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -3234,7 +3234,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -3243,7 +3243,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -3252,7 +3252,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -3261,7 +3261,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -3270,7 +3270,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -3279,7 +3279,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -3288,7 +3288,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -3297,7 +3297,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -3306,7 +3306,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -3315,7 +3315,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -3324,7 +3324,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -3333,7 +3333,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -3342,7 +3342,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -3351,7 +3351,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -3360,7 +3360,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -3395,7 +3395,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.AlertsManagement.OutputModels",
"Name": "Microsoft.Azure.Commands.AlertsManagement.OutputModels.PSAlertProcessingRule",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.AlertsManagement.OutputModels.PSAlertProcessingRule, Microsoft.Azure.PowerShell.Cmdlets.AlertsManagement, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.AlertsManagement.OutputModels.PSAlertProcessingRule, Microsoft.Azure.PowerShell.Cmdlets.AlertsManagement, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CreatedAt": "System.Nullable`1[System.DateTime]",
"LastModifiedAt": "System.Nullable`1[System.DateTime]",
@@ -3456,7 +3456,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -3474,7 +3474,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -3489,7 +3489,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -3504,7 +3504,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -3519,7 +3519,7 @@
"Type": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.List`1[System.String]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.String"
]
@@ -3537,7 +3537,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -3552,7 +3552,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -3567,7 +3567,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -3582,7 +3582,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -3597,7 +3597,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -3612,7 +3612,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -3627,7 +3627,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -3642,7 +3642,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -3657,7 +3657,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -3672,7 +3672,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -3687,7 +3687,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -3702,7 +3702,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -3717,7 +3717,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -3732,7 +3732,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -3747,7 +3747,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -3762,7 +3762,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -3777,7 +3777,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -3792,7 +3792,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -3807,7 +3807,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -3822,7 +3822,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -3837,7 +3837,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -3852,7 +3852,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -3867,7 +3867,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -3882,7 +3882,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -3897,7 +3897,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -3912,7 +3912,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -3927,7 +3927,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -3973,7 +3973,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -3991,7 +3991,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -4006,7 +4006,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -4021,7 +4021,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -4036,7 +4036,7 @@
"Type": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.List`1[System.String]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.String"
]
@@ -4054,7 +4054,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -4069,7 +4069,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -4084,7 +4084,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -4099,7 +4099,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -4114,7 +4114,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -4129,7 +4129,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -4144,7 +4144,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -4159,7 +4159,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -4174,7 +4174,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -4189,7 +4189,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -4204,7 +4204,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -4219,7 +4219,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -4234,7 +4234,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -4249,7 +4249,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -4264,7 +4264,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -4279,7 +4279,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -4294,7 +4294,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -4309,7 +4309,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -4324,7 +4324,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -4339,7 +4339,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -4354,7 +4354,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -4369,7 +4369,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -4384,7 +4384,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -4399,7 +4399,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -4414,7 +4414,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -4429,7 +4429,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -4513,7 +4513,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.AlertsManagement.OutputModels",
"Name": "Microsoft.Azure.Commands.AlertsManagement.OutputModels.PSAlertProcessingRule",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.AlertsManagement.OutputModels.PSAlertProcessingRule, Microsoft.Azure.PowerShell.Cmdlets.AlertsManagement, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.AlertsManagement.OutputModels.PSAlertProcessingRule, Microsoft.Azure.PowerShell.Cmdlets.AlertsManagement, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CreatedAt": "System.Nullable`1[System.DateTime]",
"LastModifiedAt": "System.Nullable`1[System.DateTime]",
@@ -4579,7 +4579,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -4588,7 +4588,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.AlertsManagement.OutputModels",
"Name": "Microsoft.Azure.Commands.AlertsManagement.OutputModels.PSAlertProcessingRule",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.AlertsManagement.OutputModels.PSAlertProcessingRule, Microsoft.Azure.PowerShell.Cmdlets.AlertsManagement, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.AlertsManagement.OutputModels.PSAlertProcessingRule, Microsoft.Azure.PowerShell.Cmdlets.AlertsManagement, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CreatedAt": "System.Nullable`1[System.DateTime]",
"LastModifiedAt": "System.Nullable`1[System.DateTime]",
@@ -4612,7 +4612,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -4621,7 +4621,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -4630,7 +4630,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -4639,7 +4639,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -4674,7 +4674,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -4689,7 +4689,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -4704,7 +4704,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -4750,7 +4750,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.AlertsManagement.OutputModels",
"Name": "Microsoft.Azure.Commands.AlertsManagement.OutputModels.PSAlertProcessingRule",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.AlertsManagement.OutputModels.PSAlertProcessingRule, Microsoft.Azure.PowerShell.Cmdlets.AlertsManagement, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.AlertsManagement.OutputModels.PSAlertProcessingRule, Microsoft.Azure.PowerShell.Cmdlets.AlertsManagement, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CreatedAt": "System.Nullable`1[System.DateTime]",
"LastModifiedAt": "System.Nullable`1[System.DateTime]",
@@ -4780,7 +4780,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -4795,7 +4795,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -4841,7 +4841,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -4856,7 +4856,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -4871,7 +4871,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -4886,7 +4886,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -4970,7 +4970,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.AlertsManagement.OutputModels",
"Name": "Microsoft.Azure.Commands.AlertsManagement.OutputModels.PSAlert",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.AlertsManagement.OutputModels.PSAlert, Microsoft.Azure.PowerShell.Cmdlets.AlertsManagement, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.AlertsManagement.OutputModels.PSAlert, Microsoft.Azure.PowerShell.Cmdlets.AlertsManagement, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"StartDateTime": "System.Nullable`1[System.DateTime]",
"LastModifiedDateTime": "System.Nullable`1[System.DateTime]",
@@ -5041,7 +5041,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -5050,7 +5050,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -5059,7 +5059,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -5068,7 +5068,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.AlertsManagement.OutputModels",
"Name": "Microsoft.Azure.Commands.AlertsManagement.OutputModels.PSAlert",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.AlertsManagement.OutputModels.PSAlert, Microsoft.Azure.PowerShell.Cmdlets.AlertsManagement, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.AlertsManagement.OutputModels.PSAlert, Microsoft.Azure.PowerShell.Cmdlets.AlertsManagement, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"StartDateTime": "System.Nullable`1[System.DateTime]",
"LastModifiedDateTime": "System.Nullable`1[System.DateTime]",
@@ -5126,7 +5126,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -5141,7 +5141,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -5156,7 +5156,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -5202,7 +5202,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -5217,7 +5217,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -5232,7 +5232,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.AlertsManagement.OutputModels",
"Name": "Microsoft.Azure.Commands.AlertsManagement.OutputModels.PSAlert",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.AlertsManagement.OutputModels.PSAlert, Microsoft.Azure.PowerShell.Cmdlets.AlertsManagement, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.AlertsManagement.OutputModels.PSAlert, Microsoft.Azure.PowerShell.Cmdlets.AlertsManagement, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"StartDateTime": "System.Nullable`1[System.DateTime]",
"LastModifiedDateTime": "System.Nullable`1[System.DateTime]",
@@ -5336,7 +5336,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.AlertsManagement.OutputModels",
"Name": "Microsoft.Azure.Commands.AlertsManagement.OutputModels.PSSmartGroup",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.AlertsManagement.OutputModels.PSSmartGroup, Microsoft.Azure.PowerShell.Cmdlets.AlertsManagement, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.AlertsManagement.OutputModels.PSSmartGroup, Microsoft.Azure.PowerShell.Cmdlets.AlertsManagement, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resources": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.AlertsManagement.Models.SmartGroupAggregatedProperty]",
"ResourceTypes": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.AlertsManagement.Models.SmartGroupAggregatedProperty]",
@@ -5403,7 +5403,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -5412,7 +5412,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -5421,7 +5421,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.AlertsManagement.OutputModels",
"Name": "Microsoft.Azure.Commands.AlertsManagement.OutputModels.PSSmartGroup",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.AlertsManagement.OutputModels.PSSmartGroup, Microsoft.Azure.PowerShell.Cmdlets.AlertsManagement, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.AlertsManagement.OutputModels.PSSmartGroup, Microsoft.Azure.PowerShell.Cmdlets.AlertsManagement, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resources": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.AlertsManagement.Models.SmartGroupAggregatedProperty]",
"ResourceTypes": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.AlertsManagement.Models.SmartGroupAggregatedProperty]",
@@ -5475,7 +5475,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -5490,7 +5490,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -5536,7 +5536,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -5551,7 +5551,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.AlertsManagement.OutputModels",
"Name": "Microsoft.Azure.Commands.AlertsManagement.OutputModels.PSSmartGroup",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.AlertsManagement.OutputModels.PSSmartGroup, Microsoft.Azure.PowerShell.Cmdlets.AlertsManagement, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.AlertsManagement.OutputModels.PSSmartGroup, Microsoft.Azure.PowerShell.Cmdlets.AlertsManagement, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resources": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.AlertsManagement.Models.SmartGroupAggregatedProperty]",
"ResourceTypes": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.AlertsManagement.Models.SmartGroupAggregatedProperty]",
@@ -5651,7 +5651,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Models.Api20230301",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Models.Api20230301.IPrometheusRuleGroupResource",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Models.Api20230301.IPrometheusRuleGroupResource, Az.PrometheusRuleGroups.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Models.Api20230301.IPrometheusRuleGroupResource, Az.PrometheusRuleGroups.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Rule": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Models.Api20230301.IPrometheusRule[]",
"Enabled": "System.Nullable`1[System.Boolean]",
@@ -5672,7 +5672,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -5681,7 +5681,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -5690,7 +5690,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -5700,7 +5700,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Models.IPrometheusRuleGroupsIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Models.IPrometheusRuleGroupsIdentity, Az.PrometheusRuleGroups.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Models.IPrometheusRuleGroupsIdentity, Az.PrometheusRuleGroups.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String",
"ResourceGroupName": "System.String",
@@ -5737,7 +5737,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime.SendAsyncStep[], Az.PrometheusRuleGroups.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime.SendAsyncStep[], Az.PrometheusRuleGroups.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -5747,7 +5747,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime.SendAsyncStep[], Az.PrometheusRuleGroups.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime.SendAsyncStep[], Az.PrometheusRuleGroups.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -5757,7 +5757,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -5790,7 +5790,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -5805,7 +5805,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -5855,7 +5855,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime.SendAsyncStep[], Az.PrometheusRuleGroups.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime.SendAsyncStep[], Az.PrometheusRuleGroups.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -5871,7 +5871,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime.SendAsyncStep[], Az.PrometheusRuleGroups.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime.SendAsyncStep[], Az.PrometheusRuleGroups.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -5887,7 +5887,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -5937,7 +5937,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -5952,7 +5952,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -5967,7 +5967,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -6017,7 +6017,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime.SendAsyncStep[], Az.PrometheusRuleGroups.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime.SendAsyncStep[], Az.PrometheusRuleGroups.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -6033,7 +6033,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime.SendAsyncStep[], Az.PrometheusRuleGroups.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime.SendAsyncStep[], Az.PrometheusRuleGroups.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -6049,7 +6049,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -6099,7 +6099,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -6149,7 +6149,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime.SendAsyncStep[], Az.PrometheusRuleGroups.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime.SendAsyncStep[], Az.PrometheusRuleGroups.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -6165,7 +6165,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime.SendAsyncStep[], Az.PrometheusRuleGroups.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime.SendAsyncStep[], Az.PrometheusRuleGroups.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -6181,7 +6181,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -6231,7 +6231,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Models.IPrometheusRuleGroupsIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Models.IPrometheusRuleGroupsIdentity, Az.PrometheusRuleGroups.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Models.IPrometheusRuleGroupsIdentity, Az.PrometheusRuleGroups.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String",
"ResourceGroupName": "System.String",
@@ -6286,7 +6286,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime.SendAsyncStep[], Az.PrometheusRuleGroups.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime.SendAsyncStep[], Az.PrometheusRuleGroups.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -6302,7 +6302,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime.SendAsyncStep[], Az.PrometheusRuleGroups.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime.SendAsyncStep[], Az.PrometheusRuleGroups.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -6318,7 +6318,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -6402,7 +6402,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime.SendAsyncStep[], Az.PrometheusRuleGroups.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime.SendAsyncStep[], Az.PrometheusRuleGroups.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -6418,7 +6418,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime.SendAsyncStep[], Az.PrometheusRuleGroups.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime.SendAsyncStep[], Az.PrometheusRuleGroups.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -6434,7 +6434,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -6491,7 +6491,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Models.Api20230301",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Models.Api20230301.IPrometheusRuleGroupResource",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Models.Api20230301.IPrometheusRuleGroupResource, Az.PrometheusRuleGroups.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Models.Api20230301.IPrometheusRuleGroupResource, Az.PrometheusRuleGroups.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Rule": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Models.Api20230301.IPrometheusRule[]",
"Enabled": "System.Nullable`1[System.Boolean]",
@@ -6512,7 +6512,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -6521,7 +6521,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -6530,7 +6530,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -6539,7 +6539,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -6548,7 +6548,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Models.Api20230301",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Models.Api20230301.IPrometheusRule[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Models.Api20230301.IPrometheusRule[], Az.PrometheusRuleGroups.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Models.Api20230301.IPrometheusRule[], Az.PrometheusRuleGroups.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Models.Api20230301.IPrometheusRule"
},
"ValidateNotNullOrEmpty": false
@@ -6558,7 +6558,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -6568,7 +6568,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -6577,7 +6577,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -6595,7 +6595,7 @@
"Type": {
"Namespace": "System",
"Name": "System.TimeSpan",
- "AssemblyQualifiedName": "System.TimeSpan, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.TimeSpan, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -6604,7 +6604,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -6635,7 +6635,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime.SendAsyncStep[], Az.PrometheusRuleGroups.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime.SendAsyncStep[], Az.PrometheusRuleGroups.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -6645,7 +6645,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime.SendAsyncStep[], Az.PrometheusRuleGroups.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime.SendAsyncStep[], Az.PrometheusRuleGroups.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -6655,7 +6655,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -6688,7 +6688,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -6703,7 +6703,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -6718,7 +6718,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -6733,7 +6733,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -6748,7 +6748,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Models.Api20230301",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Models.Api20230301.IPrometheusRule[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Models.Api20230301.IPrometheusRule[], Az.PrometheusRuleGroups.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Models.Api20230301.IPrometheusRule[], Az.PrometheusRuleGroups.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Models.Api20230301.IPrometheusRule"
},
"ValidateNotNullOrEmpty": false
@@ -6764,7 +6764,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -6780,7 +6780,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -6795,7 +6795,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -6825,7 +6825,7 @@
"Type": {
"Namespace": "System",
"Name": "System.TimeSpan",
- "AssemblyQualifiedName": "System.TimeSpan, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.TimeSpan, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -6840,7 +6840,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -6889,7 +6889,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime.SendAsyncStep[], Az.PrometheusRuleGroups.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime.SendAsyncStep[], Az.PrometheusRuleGroups.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -6905,7 +6905,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime.SendAsyncStep[], Az.PrometheusRuleGroups.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime.SendAsyncStep[], Az.PrometheusRuleGroups.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -6921,7 +6921,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -6978,7 +6978,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Models.Api20230301",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Models.Api20230301.PrometheusRuleGroupAction",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Models.Api20230301.PrometheusRuleGroupAction, Az.PrometheusRuleGroups.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Models.Api20230301.PrometheusRuleGroupAction, Az.PrometheusRuleGroups.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ActionProperty": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Models.Api20230301.IPrometheusRuleGroupActionProperties",
"ActionGroupId": "System.String"
@@ -7082,7 +7082,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -7091,7 +7091,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Models.Api20230301",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Models.Api20230301.IPrometheusRuleGroupActionProperties",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Models.Api20230301.IPrometheusRuleGroupActionProperties, Az.PrometheusRuleGroups.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Models.Api20230301.IPrometheusRuleGroupActionProperties, Az.PrometheusRuleGroups.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -7106,7 +7106,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -7121,7 +7121,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Models.Api20230301",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Models.Api20230301.IPrometheusRuleGroupActionProperties",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Models.Api20230301.IPrometheusRuleGroupActionProperties, Az.PrometheusRuleGroups.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Models.Api20230301.IPrometheusRuleGroupActionProperties, Az.PrometheusRuleGroups.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -7148,7 +7148,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Models.Api20230301",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Models.Api20230301.PrometheusRule",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Models.Api20230301.PrometheusRule, Az.PrometheusRuleGroups.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Models.Api20230301.PrometheusRule, Az.PrometheusRuleGroups.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Annotation": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Models.Api20230301.IPrometheusRuleAnnotations",
"Action": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Models.Api20230301.IPrometheusRuleGroupAction[]",
@@ -7261,7 +7261,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -7270,7 +7270,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Models.Api20230301",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Models.Api20230301.IPrometheusRuleGroupAction[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Models.Api20230301.IPrometheusRuleGroupAction[], Az.PrometheusRuleGroups.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Models.Api20230301.IPrometheusRuleGroupAction[], Az.PrometheusRuleGroups.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Models.Api20230301.IPrometheusRuleGroupAction"
},
"ValidateNotNullOrEmpty": false
@@ -7280,7 +7280,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -7289,7 +7289,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Models.Api20230301",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Models.Api20230301.IPrometheusRuleAnnotations",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Models.Api20230301.IPrometheusRuleAnnotations, Az.PrometheusRuleGroups.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Models.Api20230301.IPrometheusRuleAnnotations, Az.PrometheusRuleGroups.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -7298,7 +7298,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -7307,7 +7307,7 @@
"Type": {
"Namespace": "System",
"Name": "System.TimeSpan",
- "AssemblyQualifiedName": "System.TimeSpan, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.TimeSpan, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -7316,7 +7316,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Models.Api20230301",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Models.Api20230301.IPrometheusRuleLabels",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Models.Api20230301.IPrometheusRuleLabels, Az.PrometheusRuleGroups.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Models.Api20230301.IPrometheusRuleLabels, Az.PrometheusRuleGroups.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -7325,7 +7325,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -7334,7 +7334,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -7343,7 +7343,7 @@
"Type": {
"Namespace": "System",
"Name": "System.TimeSpan",
- "AssemblyQualifiedName": "System.TimeSpan, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.TimeSpan, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -7352,7 +7352,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
}
@@ -7367,7 +7367,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -7382,7 +7382,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Models.Api20230301",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Models.Api20230301.IPrometheusRuleGroupAction[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Models.Api20230301.IPrometheusRuleGroupAction[], Az.PrometheusRuleGroups.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Models.Api20230301.IPrometheusRuleGroupAction[], Az.PrometheusRuleGroups.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Models.Api20230301.IPrometheusRuleGroupAction"
},
"ValidateNotNullOrEmpty": false
@@ -7398,7 +7398,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -7413,7 +7413,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Models.Api20230301",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Models.Api20230301.IPrometheusRuleAnnotations",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Models.Api20230301.IPrometheusRuleAnnotations, Az.PrometheusRuleGroups.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Models.Api20230301.IPrometheusRuleAnnotations, Az.PrometheusRuleGroups.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -7428,7 +7428,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -7443,7 +7443,7 @@
"Type": {
"Namespace": "System",
"Name": "System.TimeSpan",
- "AssemblyQualifiedName": "System.TimeSpan, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.TimeSpan, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -7458,7 +7458,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Models.Api20230301",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Models.Api20230301.IPrometheusRuleLabels",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Models.Api20230301.IPrometheusRuleLabels, Az.PrometheusRuleGroups.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Models.Api20230301.IPrometheusRuleLabels, Az.PrometheusRuleGroups.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -7473,7 +7473,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -7488,7 +7488,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -7503,7 +7503,7 @@
"Type": {
"Namespace": "System",
"Name": "System.TimeSpan",
- "AssemblyQualifiedName": "System.TimeSpan, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.TimeSpan, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -7518,7 +7518,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -7545,7 +7545,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ParameterSets": [
"__AllParameterSets"
@@ -7558,7 +7558,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -7567,7 +7567,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -7576,7 +7576,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -7585,7 +7585,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Models.IPrometheusRuleGroupsIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Models.IPrometheusRuleGroupsIdentity, Az.PrometheusRuleGroups.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Models.IPrometheusRuleGroupsIdentity, Az.PrometheusRuleGroups.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String",
"ResourceGroupName": "System.String",
@@ -7622,7 +7622,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime.SendAsyncStep[], Az.PrometheusRuleGroups.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime.SendAsyncStep[], Az.PrometheusRuleGroups.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -7632,7 +7632,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime.SendAsyncStep[], Az.PrometheusRuleGroups.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime.SendAsyncStep[], Az.PrometheusRuleGroups.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -7651,7 +7651,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -7684,7 +7684,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -7699,7 +7699,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -7714,7 +7714,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -7763,7 +7763,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime.SendAsyncStep[], Az.PrometheusRuleGroups.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime.SendAsyncStep[], Az.PrometheusRuleGroups.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -7779,7 +7779,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime.SendAsyncStep[], Az.PrometheusRuleGroups.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime.SendAsyncStep[], Az.PrometheusRuleGroups.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -7810,7 +7810,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -7860,7 +7860,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Models.IPrometheusRuleGroupsIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Models.IPrometheusRuleGroupsIdentity, Az.PrometheusRuleGroups.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Models.IPrometheusRuleGroupsIdentity, Az.PrometheusRuleGroups.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String",
"ResourceGroupName": "System.String",
@@ -7915,7 +7915,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime.SendAsyncStep[], Az.PrometheusRuleGroups.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime.SendAsyncStep[], Az.PrometheusRuleGroups.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -7931,7 +7931,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime.SendAsyncStep[], Az.PrometheusRuleGroups.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime.SendAsyncStep[], Az.PrometheusRuleGroups.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -7962,7 +7962,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -8046,7 +8046,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime.SendAsyncStep[], Az.PrometheusRuleGroups.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime.SendAsyncStep[], Az.PrometheusRuleGroups.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -8062,7 +8062,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime.SendAsyncStep[], Az.PrometheusRuleGroups.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime.SendAsyncStep[], Az.PrometheusRuleGroups.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -8093,7 +8093,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -8150,7 +8150,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Models.Api20230301",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Models.Api20230301.IPrometheusRuleGroupResource",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Models.Api20230301.IPrometheusRuleGroupResource, Az.PrometheusRuleGroups.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Models.Api20230301.IPrometheusRuleGroupResource, Az.PrometheusRuleGroups.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Rule": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Models.Api20230301.IPrometheusRule[]",
"Enabled": "System.Nullable`1[System.Boolean]",
@@ -8171,7 +8171,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -8180,7 +8180,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -8189,7 +8189,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -8198,7 +8198,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Models.IPrometheusRuleGroupsIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Models.IPrometheusRuleGroupsIdentity, Az.PrometheusRuleGroups.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Models.IPrometheusRuleGroupsIdentity, Az.PrometheusRuleGroups.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String",
"ResourceGroupName": "System.String",
@@ -8222,7 +8222,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -8253,7 +8253,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime.SendAsyncStep[], Az.PrometheusRuleGroups.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime.SendAsyncStep[], Az.PrometheusRuleGroups.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -8263,7 +8263,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime.SendAsyncStep[], Az.PrometheusRuleGroups.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime.SendAsyncStep[], Az.PrometheusRuleGroups.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -8273,7 +8273,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -8306,7 +8306,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -8321,7 +8321,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -8336,7 +8336,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -8366,7 +8366,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -8415,7 +8415,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime.SendAsyncStep[], Az.PrometheusRuleGroups.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime.SendAsyncStep[], Az.PrometheusRuleGroups.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -8431,7 +8431,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime.SendAsyncStep[], Az.PrometheusRuleGroups.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime.SendAsyncStep[], Az.PrometheusRuleGroups.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -8447,7 +8447,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -8497,7 +8497,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Models.IPrometheusRuleGroupsIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Models.IPrometheusRuleGroupsIdentity, Az.PrometheusRuleGroups.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Models.IPrometheusRuleGroupsIdentity, Az.PrometheusRuleGroups.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String",
"ResourceGroupName": "System.String",
@@ -8533,7 +8533,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -8582,7 +8582,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime.SendAsyncStep[], Az.PrometheusRuleGroups.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime.SendAsyncStep[], Az.PrometheusRuleGroups.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -8598,7 +8598,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime.SendAsyncStep[], Az.PrometheusRuleGroups.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime.SendAsyncStep[], Az.PrometheusRuleGroups.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -8614,7 +8614,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -8679,7 +8679,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -8728,7 +8728,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime.SendAsyncStep[], Az.PrometheusRuleGroups.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime.SendAsyncStep[], Az.PrometheusRuleGroups.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -8744,7 +8744,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime.SendAsyncStep[], Az.PrometheusRuleGroups.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime.SendAsyncStep[], Az.PrometheusRuleGroups.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -8760,7 +8760,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -8850,7 +8850,7 @@
"System.Nullable`1[System.DateTime]": {
"Namespace": "System",
"Name": "System.Nullable`1[System.DateTime]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.DateTime"
]
@@ -8858,12 +8858,12 @@
"System.DateTime": {
"Namespace": "System",
"Name": "System.DateTime",
- "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"System.Type": {
"Namespace": "System",
"Name": "System.Type",
- "AssemblyQualifiedName": "System.Type, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Type, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext": {
"Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions",
@@ -8892,7 +8892,7 @@
"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=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.String",
"System.String"
@@ -8931,7 +8931,7 @@
"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=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.String"
]
@@ -8971,18 +8971,18 @@
"System.Byte[]": {
"Namespace": "System",
"Name": "System.Byte[]",
- "AssemblyQualifiedName": "System.Byte[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Byte[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.Byte"
},
"System.Void": {
"Namespace": "System",
"Name": "System.Void",
- "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"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]",
- "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount"
]
@@ -8990,7 +8990,7 @@
"System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment"
]
@@ -8998,7 +8998,7 @@
"System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]",
- "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription"
]
@@ -9006,7 +9006,7 @@
"System.Collections.Generic.List`1[Microsoft.Azure.Commands.AlertsManagement.OutputModels.PSAlertModificationItem]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.AlertsManagement.OutputModels.PSAlertModificationItem]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.AlertsManagement.OutputModels.PSAlertModificationItem, Microsoft.Azure.PowerShell.Cmdlets.AlertsManagement, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.AlertsManagement.OutputModels.PSAlertModificationItem, Microsoft.Azure.PowerShell.Cmdlets.AlertsManagement, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.AlertsManagement.OutputModels.PSAlertModificationItem"
]
@@ -9014,7 +9014,7 @@
"Microsoft.Azure.Commands.AlertsManagement.OutputModels.PSAlertModificationItem": {
"Namespace": "Microsoft.Azure.Commands.AlertsManagement.OutputModels",
"Name": "Microsoft.Azure.Commands.AlertsManagement.OutputModels.PSAlertModificationItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.AlertsManagement.OutputModels.PSAlertModificationItem, Microsoft.Azure.PowerShell.Cmdlets.AlertsManagement, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.AlertsManagement.OutputModels.PSAlertModificationItem, Microsoft.Azure.PowerShell.Cmdlets.AlertsManagement, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Event": "System.String",
"ModifiedAt": "System.String",
@@ -9060,7 +9060,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.AlertsManagement.Models.SmartGroupAggregatedProperty]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.AlertsManagement.Models.SmartGroupAggregatedProperty]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.AlertsManagement.Models.SmartGroupAggregatedProperty, Microsoft.Azure.PowerShell.AlertsManagement.Management.Sdk, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.AlertsManagement.Models.SmartGroupAggregatedProperty, Microsoft.Azure.PowerShell.AlertsManagement.Management.Sdk, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.AlertsManagement.Models.SmartGroupAggregatedProperty"
]
@@ -9119,7 +9119,7 @@
"System.Nullable`1[System.Int64]": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Int64]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Int64"
]
@@ -9127,7 +9127,7 @@
"System.Nullable`1[System.Int32]": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Int32"
]
@@ -9135,7 +9135,7 @@
"System.Collections.Generic.List`1[Microsoft.Azure.Commands.AlertsManagement.OutputModels.PSSmartGroupModificationItem]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.AlertsManagement.OutputModels.PSSmartGroupModificationItem]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.AlertsManagement.OutputModels.PSSmartGroupModificationItem, Microsoft.Azure.PowerShell.Cmdlets.AlertsManagement, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.AlertsManagement.OutputModels.PSSmartGroupModificationItem, Microsoft.Azure.PowerShell.Cmdlets.AlertsManagement, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.AlertsManagement.OutputModels.PSSmartGroupModificationItem"
]
@@ -9143,7 +9143,7 @@
"Microsoft.Azure.Commands.AlertsManagement.OutputModels.PSSmartGroupModificationItem": {
"Namespace": "Microsoft.Azure.Commands.AlertsManagement.OutputModels",
"Name": "Microsoft.Azure.Commands.AlertsManagement.OutputModels.PSSmartGroupModificationItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.AlertsManagement.OutputModels.PSSmartGroupModificationItem, Microsoft.Azure.PowerShell.Cmdlets.AlertsManagement, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.AlertsManagement.OutputModels.PSSmartGroupModificationItem, Microsoft.Azure.PowerShell.Cmdlets.AlertsManagement, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Event": "System.String",
"ModifiedAt": "System.String",
@@ -9189,7 +9189,7 @@
"Microsoft.Azure.Commands.AlertsManagement.OutputModels.PSAggregatedCounts": {
"Namespace": "Microsoft.Azure.Commands.AlertsManagement.OutputModels",
"Name": "Microsoft.Azure.Commands.AlertsManagement.OutputModels.PSAggregatedCounts",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.AlertsManagement.OutputModels.PSAggregatedCounts, Microsoft.Azure.PowerShell.Cmdlets.AlertsManagement, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.AlertsManagement.OutputModels.PSAggregatedCounts, Microsoft.Azure.PowerShell.Cmdlets.AlertsManagement, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Content": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.AlertsManagement.Models.AlertsSummaryGroupItem]"
},
@@ -9232,7 +9232,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.AlertsManagement.Models.AlertsSummaryGroupItem]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.AlertsManagement.Models.AlertsSummaryGroupItem]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.AlertsManagement.Models.AlertsSummaryGroupItem, Microsoft.Azure.PowerShell.AlertsManagement.Management.Sdk, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.AlertsManagement.Models.AlertsSummaryGroupItem, Microsoft.Azure.PowerShell.AlertsManagement.Management.Sdk, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.AlertsManagement.Models.AlertsSummaryGroupItem"
]
@@ -9301,13 +9301,13 @@
"Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Models.Api20230301.IPrometheusRule[]": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Models.Api20230301",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Models.Api20230301.IPrometheusRule[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Models.Api20230301.IPrometheusRule[], Az.PrometheusRuleGroups.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Models.Api20230301.IPrometheusRule[], Az.PrometheusRuleGroups.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Models.Api20230301.IPrometheusRule"
},
"Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Models.Api20230301.IPrometheusRule": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Models.Api20230301",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Models.Api20230301.IPrometheusRule",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Models.Api20230301.IPrometheusRule, Az.PrometheusRuleGroups.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Models.Api20230301.IPrometheusRule, Az.PrometheusRuleGroups.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Annotation": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Models.Api20230301.IPrometheusRuleAnnotations",
"Action": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Models.Api20230301.IPrometheusRuleGroupAction[]",
@@ -9325,18 +9325,18 @@
"Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Models.Api20230301.IPrometheusRuleAnnotations": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Models.Api20230301",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Models.Api20230301.IPrometheusRuleAnnotations",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Models.Api20230301.IPrometheusRuleAnnotations, Az.PrometheusRuleGroups.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Models.Api20230301.IPrometheusRuleAnnotations, Az.PrometheusRuleGroups.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Models.Api20230301.IPrometheusRuleGroupAction[]": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Models.Api20230301",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Models.Api20230301.IPrometheusRuleGroupAction[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Models.Api20230301.IPrometheusRuleGroupAction[], Az.PrometheusRuleGroups.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Models.Api20230301.IPrometheusRuleGroupAction[], Az.PrometheusRuleGroups.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Models.Api20230301.IPrometheusRuleGroupAction"
},
"Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Models.Api20230301.IPrometheusRuleGroupAction": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Models.Api20230301",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Models.Api20230301.IPrometheusRuleGroupAction",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Models.Api20230301.IPrometheusRuleGroupAction, Az.PrometheusRuleGroups.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Models.Api20230301.IPrometheusRuleGroupAction, Az.PrometheusRuleGroups.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ActionProperty": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Models.Api20230301.IPrometheusRuleGroupActionProperties",
"ActionGroupId": "System.String"
@@ -9345,17 +9345,17 @@
"Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Models.Api20230301.IPrometheusRuleGroupActionProperties": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Models.Api20230301",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Models.Api20230301.IPrometheusRuleGroupActionProperties",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Models.Api20230301.IPrometheusRuleGroupActionProperties, Az.PrometheusRuleGroups.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Models.Api20230301.IPrometheusRuleGroupActionProperties, Az.PrometheusRuleGroups.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Models.Api20230301.IPrometheusRuleLabels": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Models.Api20230301",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Models.Api20230301.IPrometheusRuleLabels",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Models.Api20230301.IPrometheusRuleLabels, Az.PrometheusRuleGroups.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Models.Api20230301.IPrometheusRuleLabels, Az.PrometheusRuleGroups.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"System.Nullable`1[System.Boolean]": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Boolean]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Boolean"
]
@@ -9363,7 +9363,7 @@
"System.Nullable`1[System.TimeSpan]": {
"Namespace": "System",
"Name": "System.Nullable`1[System.TimeSpan]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.TimeSpan, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.TimeSpan, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.TimeSpan"
]
@@ -9371,18 +9371,18 @@
"System.TimeSpan": {
"Namespace": "System",
"Name": "System.TimeSpan",
- "AssemblyQualifiedName": "System.TimeSpan, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.TimeSpan, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"System.String[]": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime.SendAsyncStep": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime.SendAsyncStep",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime.SendAsyncStep, Az.PrometheusRuleGroups.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime.SendAsyncStep, Az.PrometheusRuleGroups.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Target": "System.Object",
"Method": "System.Reflection.MethodInfo"
@@ -9516,17 +9516,17 @@
"System.Object": {
"Namespace": "System",
"Name": "System.Object",
- "AssemblyQualifiedName": "System.Object, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Object, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"System.Reflection.MethodInfo": {
"Namespace": "System.Reflection",
"Name": "System.Reflection.MethodInfo",
- "AssemblyQualifiedName": "System.Reflection.MethodInfo, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Reflection.MethodInfo, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"System.Threading.Tasks.Task`1[System.Net.Http.HttpResponseMessage]": {
"Namespace": "System.Threading.Tasks",
"Name": "System.Threading.Tasks.Task`1[System.Net.Http.HttpResponseMessage]",
- "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[System.Net.Http.HttpResponseMessage, System.Net.Http, Version=4.2.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[System.Net.Http.HttpResponseMessage, System.Net.Http, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Net.Http.HttpResponseMessage"
]
@@ -9534,28 +9534,28 @@
"System.Net.Http.HttpResponseMessage": {
"Namespace": "System.Net.Http",
"Name": "System.Net.Http.HttpResponseMessage",
- "AssemblyQualifiedName": "System.Net.Http.HttpResponseMessage, System.Net.Http, Version=4.2.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Net.Http.HttpResponseMessage, System.Net.Http, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"System.IAsyncResult": {
"Namespace": "System",
"Name": "System.IAsyncResult",
- "AssemblyQualifiedName": "System.IAsyncResult, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.IAsyncResult, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"System.Delegate[]": {
"Namespace": "System",
"Name": "System.Delegate[]",
- "AssemblyQualifiedName": "System.Delegate[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Delegate[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.Delegate"
},
"System.Delegate": {
"Namespace": "System",
"Name": "System.Delegate",
- "AssemblyQualifiedName": "System.Delegate, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Delegate, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime.Json.JsonNode": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime.Json",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime.Json.JsonNode",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime.Json.JsonNode, Az.PrometheusRuleGroups.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime.Json.JsonNode, Az.PrometheusRuleGroups.private, Version=0.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Item": "Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime.Json.JsonNode"
},
diff --git a/tools/Tools.Common/SerializedCmdlets/Az.AppConfiguration.json b/tools/Tools.Common/SerializedCmdlets/Az.AppConfiguration.json
index c91b99b67e3f..f60a5fa54bd9 100644
--- a/tools/Tools.Common/SerializedCmdlets/Az.AppConfiguration.json
+++ b/tools/Tools.Common/SerializedCmdlets/Az.AppConfiguration.json
@@ -1,6 +1,6 @@
{
"ModuleName": "Az.AppConfiguration",
- "ModuleVersion": "1.2.0",
+ "ModuleVersion": "1.3.0",
"Cmdlets": [
{
"VerbName": "Clear",
@@ -16,7 +16,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ParameterSets": [
"__AllParameterSets"
@@ -29,7 +29,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -38,7 +38,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.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=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -56,7 +56,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.IAppConfigurationIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.IAppConfigurationIdentity, Az.AppConfiguration.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.IAppConfigurationIdentity, Az.AppConfiguration.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ConfigStoreName": "System.String",
"GroupName": "System.String",
@@ -106,7 +106,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[], Az.AppConfiguration.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[], Az.AppConfiguration.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -116,7 +116,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[], Az.AppConfiguration.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[], Az.AppConfiguration.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -144,7 +144,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -177,7 +177,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -192,7 +192,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -207,7 +207,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -271,7 +271,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[], Az.AppConfiguration.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[], Az.AppConfiguration.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -287,7 +287,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[], Az.AppConfiguration.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[], Az.AppConfiguration.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -333,7 +333,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -383,7 +383,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.IAppConfigurationIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.IAppConfigurationIdentity, Az.AppConfiguration.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.IAppConfigurationIdentity, Az.AppConfiguration.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ConfigStoreName": "System.String",
"GroupName": "System.String",
@@ -457,7 +457,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[], Az.AppConfiguration.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[], Az.AppConfiguration.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -473,7 +473,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[], Az.AppConfiguration.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[], Az.AppConfiguration.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -519,7 +519,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -618,7 +618,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[], Az.AppConfiguration.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[], Az.AppConfiguration.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -634,7 +634,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[], Az.AppConfiguration.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[], Az.AppConfiguration.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -680,7 +680,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -737,7 +737,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.Api20220501",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.Api20220501.IDeletedConfigurationStore",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.Api20220501.IDeletedConfigurationStore, Az.AppConfiguration.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.Api20220501.IDeletedConfigurationStore, Az.AppConfiguration.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tag": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.Api20220501.IDeletedConfigurationStorePropertiesTags",
"PurgeProtectionEnabled": "System.Nullable`1[System.Boolean]",
@@ -761,7 +761,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -770,7 +770,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -779,7 +779,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -789,7 +789,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.IAppConfigurationIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.IAppConfigurationIdentity, Az.AppConfiguration.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.IAppConfigurationIdentity, Az.AppConfiguration.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ConfigStoreName": "System.String",
"GroupName": "System.String",
@@ -830,7 +830,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[], Az.AppConfiguration.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[], Az.AppConfiguration.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -840,7 +840,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[], Az.AppConfiguration.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[], Az.AppConfiguration.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -850,7 +850,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -883,7 +883,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -898,7 +898,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -913,7 +913,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -963,7 +963,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[], Az.AppConfiguration.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[], Az.AppConfiguration.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -979,7 +979,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[], Az.AppConfiguration.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[], Az.AppConfiguration.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -995,7 +995,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -1045,7 +1045,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -1095,7 +1095,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[], Az.AppConfiguration.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[], Az.AppConfiguration.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -1111,7 +1111,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[], Az.AppConfiguration.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[], Az.AppConfiguration.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -1127,7 +1127,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -1177,7 +1177,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.IAppConfigurationIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.IAppConfigurationIdentity, Az.AppConfiguration.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.IAppConfigurationIdentity, Az.AppConfiguration.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ConfigStoreName": "System.String",
"GroupName": "System.String",
@@ -1236,7 +1236,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[], Az.AppConfiguration.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[], Az.AppConfiguration.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -1252,7 +1252,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[], Az.AppConfiguration.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[], Az.AppConfiguration.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -1268,7 +1268,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -1352,7 +1352,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[], Az.AppConfiguration.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[], Az.AppConfiguration.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -1368,7 +1368,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[], Az.AppConfiguration.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[], Az.AppConfiguration.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -1384,7 +1384,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -1429,42 +1429,21 @@
},
{
"VerbName": "Get",
- "NounName": "AzAppConfigurationStore",
- "Name": "Get-AzAppConfigurationStore",
- "ClassName": "Get-AzAppConfigurationStore",
+ "NounName": "AzAppConfigurationKey",
+ "Name": "Get-AzAppConfigurationKey",
+ "ClassName": "Get-AzAppConfigurationKey",
"SupportsShouldProcess": false,
"ConfirmImpact": 0,
"SupportsPaging": false,
- "DefaultParameterSetName": "List",
+ "DefaultParameterSetName": "Get",
"OutputTypes": [
{
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.Api20220501",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.Api20220501.IConfigurationStore",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.Api20220501.IConfigurationStore, Az.AppConfiguration.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Models.IKey",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Models.IKey, Az.AppConfigurationdata.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "PrivateEndpointConnection": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.Api20220501.IPrivateEndpointConnectionReference[]",
- "IdentityUserAssignedIdentity": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.Api20220501.IResourceIdentityUserAssignedIdentities",
- "SystemDataLastModifiedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support.CreatedByType]",
- "SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support.CreatedByType]",
- "CreateMode": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support.CreateMode]",
- "IdentityType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support.IdentityType]",
- "ProvisioningState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support.ProvisioningState]",
- "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support.PublicNetworkAccess]",
- "EnablePurgeProtection": "System.Nullable`1[System.Boolean]",
- "DisableLocalAuth": "System.Nullable`1[System.Boolean]",
- "SystemDataLastModifiedAt": "System.Nullable`1[System.DateTime]",
- "CreationDate": "System.Nullable`1[System.DateTime]",
- "SystemDataCreatedAt": "System.Nullable`1[System.DateTime]",
- "SoftDeleteRetentionInDay": "System.Nullable`1[System.Int32]",
- "SystemDataCreatedBy": "System.String",
- "IdentityPrincipalId": "System.String",
- "Endpoint": "System.String",
- "SystemDataLastModifiedBy": "System.String",
- "KeyVaultPropertyIdentityClientId": "System.String",
- "IdentityTenantId": "System.String",
- "SkuName": "System.String",
- "KeyVaultPropertyKeyIdentifier": "System.String"
+ "Name": "System.String"
}
},
"ParameterSets": [
@@ -1474,49 +1453,47 @@
],
"Parameters": [
{
- "Name": "Name",
+ "Name": "Endpoint",
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
{
- "Name": "ResourceGroupName",
+ "Name": "After",
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
{
- "Name": "SubscriptionId",
+ "Name": "Name",
"Type": {
"Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.String"
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
{
- "Name": "InputObject",
+ "Name": "AcceptDatetime",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.IAppConfigurationIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.IAppConfigurationIdentity, Az.AppConfiguration.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "ConfigStoreName": "System.String",
- "GroupName": "System.String",
- "Id": "System.String",
- "KeyValueName": "System.String",
- "Location": "System.String",
- "PrivateEndpointConnectionName": "System.String",
- "ResourceGroupName": "System.String",
- "SubscriptionId": "System.String"
- }
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "SyncToken",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -1545,20 +1522,20 @@
{
"Name": "HttpPipelineAppend",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[], Az.AppConfiguration.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep[], Az.AppConfigurationdata.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
},
{
"Name": "HttpPipelinePrepend",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[], Az.AppConfiguration.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep[], Az.AppConfigurationdata.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
},
@@ -1567,7 +1544,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -1592,15 +1569,15 @@
],
"ParameterSets": [
{
- "Name": "Get",
+ "Name": "__AllParameterSets",
"Parameters": [
{
"ParameterMetadata": {
- "Name": "Name",
+ "Name": "Endpoint",
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -1611,93 +1588,11 @@
},
{
"ParameterMetadata": {
- "Name": "ResourceGroupName",
+ "Name": "After",
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.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=4.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.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelineAppend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[], Az.AppConfiguration.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelinePrepend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[], Az.AppConfiguration.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -1708,26 +1603,11 @@
},
{
"ParameterMetadata": {
- "Name": "Proxy",
+ "Name": "Name",
"Type": {
"Namespace": "System",
- "Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -1738,47 +1618,26 @@
},
{
"ParameterMetadata": {
- "Name": "ProxyUseDefaultCredentials",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "List1",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ResourceGroupName",
+ "Name": "AcceptDatetime",
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": true,
+ "Mandatory": false,
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "SubscriptionId",
+ "Name": "SyncToken",
"Type": {
"Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.String"
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -1825,10 +1684,10 @@
"ParameterMetadata": {
"Name": "HttpPipelineAppend",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[], Az.AppConfiguration.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep[], Az.AppConfigurationdata.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
},
@@ -1841,10 +1700,10 @@
"ParameterMetadata": {
"Name": "HttpPipelinePrepend",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[], Az.AppConfiguration.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep[], Az.AppConfigurationdata.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
},
@@ -1859,7 +1718,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -1899,68 +1758,222 @@
"ValueFromPipelineByPropertyName": false
}
]
+ }
+ ]
+ },
+ {
+ "VerbName": "Get",
+ "NounName": "AzAppConfigurationKeyValue",
+ "Name": "Get-AzAppConfigurationKeyValue",
+ "ClassName": "Get-AzAppConfigurationKeyValue",
+ "SupportsShouldProcess": false,
+ "ConfirmImpact": 0,
+ "SupportsPaging": false,
+ "DefaultParameterSetName": "Get",
+ "OutputTypes": [
+ {
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Models.IKeyValue",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Models.IKeyValue, Az.AppConfigurationdata.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "Tag": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Models.IKeyValueTags",
+ "Locked": "System.Nullable`1[System.Boolean]",
+ "LastModified": "System.Nullable`1[System.DateTime]",
+ "ContentType": "System.String",
+ "Etag": "System.String",
+ "Key": "System.String",
+ "Label": "System.String",
+ "SyncToken": "System.String",
+ "Value": "System.String"
+ }
+ },
+ "ParameterSets": [
+ "__AllParameterSets"
+ ]
+ }
+ ],
+ "Parameters": [
+ {
+ "Name": "Endpoint",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
},
{
- "Name": "List",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "SubscriptionId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
+ "Name": "Key",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Label",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Select",
+ "Type": {
+ "Namespace": "System.Collections.Generic",
+ "Name": "System.Collections.Generic.List`1[System.String]",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "GenericTypeArguments": [
+ "System.String"
+ ]
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "After",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "AcceptDatetime",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "SyncToken",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "IfMatch",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "IfNoneMatch",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep[], Az.AppConfigurationdata.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep[], Az.AppConfigurationdata.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ }
+ ],
+ "ParameterSets": [
+ {
+ "Name": "__AllParameterSets",
+ "Parameters": [
{
"ParameterMetadata": {
- "Name": "Break",
+ "Name": "Endpoint",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": false,
+ "Mandatory": true,
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "HttpPipelineAppend",
+ "Name": "Key",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[], Az.AppConfiguration.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -1971,12 +1984,11 @@
},
{
"ParameterMetadata": {
- "Name": "HttpPipelinePrepend",
+ "Name": "Label",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[], Az.AppConfiguration.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -1987,11 +1999,14 @@
},
{
"ParameterMetadata": {
- "Name": "Proxy",
+ "Name": "Select",
"Type": {
- "Namespace": "System",
- "Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "Namespace": "System.Collections.Generic",
+ "Name": "System.Collections.Generic.List`1[System.String]",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "GenericTypeArguments": [
+ "System.String"
+ ]
},
"ValidateNotNullOrEmpty": false
},
@@ -2002,11 +2017,11 @@
},
{
"ParameterMetadata": {
- "Name": "ProxyCredential",
+ "Name": "AcceptDatetime",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -2017,11 +2032,11 @@
},
{
"ParameterMetadata": {
- "Name": "ProxyUseDefaultCredentials",
+ "Name": "SyncToken",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -2029,36 +2044,6 @@
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "GetViaIdentity",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "InputObject",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.IAppConfigurationIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.IAppConfigurationIdentity, Az.AppConfiguration.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "ConfigStoreName": "System.String",
- "GroupName": "System.String",
- "Id": "System.String",
- "KeyValueName": "System.String",
- "Location": "System.String",
- "PrivateEndpointConnectionName": "System.String",
- "ResourceGroupName": "System.String",
- "SubscriptionId": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": true,
- "ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
@@ -2098,10 +2083,10 @@
"ParameterMetadata": {
"Name": "HttpPipelineAppend",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[], Az.AppConfiguration.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep[], Az.AppConfigurationdata.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
},
@@ -2114,10 +2099,10 @@
"ParameterMetadata": {
"Name": "HttpPipelinePrepend",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[], Az.AppConfiguration.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep[], Az.AppConfigurationdata.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
},
@@ -2132,7 +2117,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -2174,19 +2159,15 @@
]
},
{
- "Name": "__AllParameterSets",
+ "Name": "List",
"Parameters": [
{
"ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzureRMContext",
- "AzureCredential"
- ],
+ "Name": "After",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -2197,11 +2178,26 @@
},
{
"ParameterMetadata": {
- "Name": "Break",
+ "Name": "Endpoint",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Key",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -2212,12 +2208,11 @@
},
{
"ParameterMetadata": {
- "Name": "HttpPipelineAppend",
+ "Name": "Label",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[], Az.AppConfiguration.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -2228,12 +2223,14 @@
},
{
"ParameterMetadata": {
- "Name": "HttpPipelinePrepend",
+ "Name": "Select",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[], Az.AppConfiguration.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep"
+ "Namespace": "System.Collections.Generic",
+ "Name": "System.Collections.Generic.List`1[System.String]",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "GenericTypeArguments": [
+ "System.String"
+ ]
},
"ValidateNotNullOrEmpty": false
},
@@ -2244,11 +2241,11 @@
},
{
"ParameterMetadata": {
- "Name": "Proxy",
+ "Name": "AcceptDatetime",
"Type": {
"Namespace": "System",
- "Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -2259,11 +2256,11 @@
},
{
"ParameterMetadata": {
- "Name": "ProxyCredential",
+ "Name": "SyncToken",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -2274,11 +2271,15 @@
},
{
"ParameterMetadata": {
- "Name": "ProxyUseDefaultCredentials",
+ "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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -2286,181 +2287,5618 @@
"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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep[], Az.AppConfigurationdata.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep[], Az.AppConfigurationdata.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ },
+ {
+ "Name": "Get",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "IfMatch",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.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=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Endpoint",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Key",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Label",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Select",
+ "Type": {
+ "Namespace": "System.Collections.Generic",
+ "Name": "System.Collections.Generic.List`1[System.String]",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "GenericTypeArguments": [
+ "System.String"
+ ]
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AcceptDatetime",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "SyncToken",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep[], Az.AppConfigurationdata.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep[], Az.AppConfigurationdata.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "VerbName": "Get",
+ "NounName": "AzAppConfigurationLabel",
+ "Name": "Get-AzAppConfigurationLabel",
+ "ClassName": "Get-AzAppConfigurationLabel",
+ "SupportsShouldProcess": false,
+ "ConfirmImpact": 0,
+ "SupportsPaging": false,
+ "DefaultParameterSetName": "Get",
+ "OutputTypes": [
+ {
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Models.ILabel",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Models.ILabel, Az.AppConfigurationdata.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "Name": "System.String"
+ }
+ },
+ "ParameterSets": [
+ "__AllParameterSets"
+ ]
+ }
+ ],
+ "Parameters": [
+ {
+ "Name": "Endpoint",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "After",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Name",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Select",
+ "Type": {
+ "Namespace": "System.Collections.Generic",
+ "Name": "System.Collections.Generic.List`1[System.String]",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "GenericTypeArguments": [
+ "System.String"
+ ]
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "AcceptDatetime",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "SyncToken",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep[], Az.AppConfigurationdata.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep[], Az.AppConfigurationdata.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ }
+ ],
+ "ParameterSets": [
+ {
+ "Name": "__AllParameterSets",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "Endpoint",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "After",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Name",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Select",
+ "Type": {
+ "Namespace": "System.Collections.Generic",
+ "Name": "System.Collections.Generic.List`1[System.String]",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "GenericTypeArguments": [
+ "System.String"
+ ]
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AcceptDatetime",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "SyncToken",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep[], Az.AppConfigurationdata.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep[], Az.AppConfigurationdata.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "VerbName": "Get",
+ "NounName": "AzAppConfigurationRevision",
+ "Name": "Get-AzAppConfigurationRevision",
+ "ClassName": "Get-AzAppConfigurationRevision",
+ "SupportsShouldProcess": false,
+ "ConfirmImpact": 0,
+ "SupportsPaging": false,
+ "DefaultParameterSetName": "Get",
+ "OutputTypes": [
+ {
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Models.IKeyValue",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Models.IKeyValue, Az.AppConfigurationdata.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "Tag": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Models.IKeyValueTags",
+ "Locked": "System.Nullable`1[System.Boolean]",
+ "LastModified": "System.Nullable`1[System.DateTime]",
+ "ContentType": "System.String",
+ "Etag": "System.String",
+ "Key": "System.String",
+ "Label": "System.String",
+ "SyncToken": "System.String",
+ "Value": "System.String"
+ }
+ },
+ "ParameterSets": [
+ "__AllParameterSets"
+ ]
+ }
+ ],
+ "Parameters": [
+ {
+ "Name": "Endpoint",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "After",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Key",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Label",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Select",
+ "Type": {
+ "Namespace": "System.Collections.Generic",
+ "Name": "System.Collections.Generic.List`1[System.String]",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "GenericTypeArguments": [
+ "System.String"
+ ]
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "AcceptDatetime",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "SyncToken",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep[], Az.AppConfigurationdata.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep[], Az.AppConfigurationdata.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ }
+ ],
+ "ParameterSets": [
+ {
+ "Name": "__AllParameterSets",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "Endpoint",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "After",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Key",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Label",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Select",
+ "Type": {
+ "Namespace": "System.Collections.Generic",
+ "Name": "System.Collections.Generic.List`1[System.String]",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "GenericTypeArguments": [
+ "System.String"
+ ]
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AcceptDatetime",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "SyncToken",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep[], Az.AppConfigurationdata.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep[], Az.AppConfigurationdata.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "VerbName": "Get",
+ "NounName": "AzAppConfigurationStore",
+ "Name": "Get-AzAppConfigurationStore",
+ "ClassName": "Get-AzAppConfigurationStore",
+ "SupportsShouldProcess": false,
+ "ConfirmImpact": 0,
+ "SupportsPaging": false,
+ "DefaultParameterSetName": "List",
+ "OutputTypes": [
+ {
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.Api20220501",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.Api20220501.IConfigurationStore",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.Api20220501.IConfigurationStore, Az.AppConfiguration.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "PrivateEndpointConnection": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.Api20220501.IPrivateEndpointConnectionReference[]",
+ "IdentityUserAssignedIdentity": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.Api20220501.IResourceIdentityUserAssignedIdentities",
+ "SystemDataLastModifiedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support.CreatedByType]",
+ "SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support.CreatedByType]",
+ "CreateMode": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support.CreateMode]",
+ "IdentityType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support.IdentityType]",
+ "ProvisioningState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support.ProvisioningState]",
+ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support.PublicNetworkAccess]",
+ "EnablePurgeProtection": "System.Nullable`1[System.Boolean]",
+ "DisableLocalAuth": "System.Nullable`1[System.Boolean]",
+ "SystemDataLastModifiedAt": "System.Nullable`1[System.DateTime]",
+ "CreationDate": "System.Nullable`1[System.DateTime]",
+ "SystemDataCreatedAt": "System.Nullable`1[System.DateTime]",
+ "SoftDeleteRetentionInDay": "System.Nullable`1[System.Int32]",
+ "SystemDataCreatedBy": "System.String",
+ "IdentityPrincipalId": "System.String",
+ "Endpoint": "System.String",
+ "SystemDataLastModifiedBy": "System.String",
+ "KeyVaultPropertyIdentityClientId": "System.String",
+ "IdentityTenantId": "System.String",
+ "SkuName": "System.String",
+ "KeyVaultPropertyKeyIdentifier": "System.String"
+ }
+ },
+ "ParameterSets": [
+ "__AllParameterSets"
+ ]
+ }
+ ],
+ "Parameters": [
+ {
+ "Name": "Name",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "InputObject",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.IAppConfigurationIdentity",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.IAppConfigurationIdentity, Az.AppConfiguration.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "ConfigStoreName": "System.String",
+ "GroupName": "System.String",
+ "Id": "System.String",
+ "KeyValueName": "System.String",
+ "Location": "System.String",
+ "PrivateEndpointConnectionName": "System.String",
+ "ResourceGroupName": "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.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[], Az.AppConfiguration.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[], Az.AppConfiguration.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ }
+ ],
+ "ParameterSets": [
+ {
+ "Name": "Get",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "Name",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[], Az.AppConfiguration.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[], Az.AppConfiguration.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ },
+ {
+ "Name": "List1",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[], Az.AppConfiguration.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[], Az.AppConfiguration.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ },
+ {
+ "Name": "List",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[], Az.AppConfiguration.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[], Az.AppConfiguration.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, 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.0.6.0, 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.AppConfiguration.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.IAppConfigurationIdentity",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.IAppConfigurationIdentity, Az.AppConfiguration.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "ConfigStoreName": "System.String",
+ "GroupName": "System.String",
+ "Id": "System.String",
+ "KeyValueName": "System.String",
+ "Location": "System.String",
+ "PrivateEndpointConnectionName": "System.String",
+ "ResourceGroupName": "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.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[], Az.AppConfiguration.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[], Az.AppConfiguration.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, 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.0.6.0, 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.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[], Az.AppConfiguration.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[], Az.AppConfiguration.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "VerbName": "Get",
+ "NounName": "AzAppConfigurationStoreKey",
+ "Name": "Get-AzAppConfigurationStoreKey",
+ "ClassName": "Get-AzAppConfigurationStoreKey",
+ "SupportsShouldProcess": true,
+ "ConfirmImpact": 2,
+ "SupportsPaging": false,
+ "DefaultParameterSetName": "List",
+ "OutputTypes": [
+ {
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.Api20220501",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.Api20220501.IApiKey",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.Api20220501.IApiKey, Az.AppConfiguration.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "ReadOnly": "System.Nullable`1[System.Boolean]",
+ "LastModified": "System.Nullable`1[System.DateTime]",
+ "ConnectionString": "System.String",
+ "Id": "System.String",
+ "Name": "System.String",
+ "Value": "System.String"
+ }
+ },
+ "ParameterSets": [
+ "__AllParameterSets"
+ ]
+ }
+ ],
+ "Parameters": [
+ {
+ "Name": "Name",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[], Az.AppConfiguration.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[], Az.AppConfiguration.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ }
+ ],
+ "ParameterSets": [
+ {
+ "Name": "__AllParameterSets",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "Name",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[], Az.AppConfiguration.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[], Az.AppConfiguration.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "VerbName": "New",
+ "NounName": "AzAppConfigurationStore",
+ "Name": "New-AzAppConfigurationStore",
+ "ClassName": "New-AzAppConfigurationStore",
+ "SupportsShouldProcess": true,
+ "ConfirmImpact": 2,
+ "SupportsPaging": false,
+ "DefaultParameterSetName": "CreateExpanded",
+ "OutputTypes": [
+ {
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.Api20220501",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.Api20220501.IConfigurationStore",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.Api20220501.IConfigurationStore, Az.AppConfiguration.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "PrivateEndpointConnection": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.Api20220501.IPrivateEndpointConnectionReference[]",
+ "IdentityUserAssignedIdentity": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.Api20220501.IResourceIdentityUserAssignedIdentities",
+ "SystemDataLastModifiedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support.CreatedByType]",
+ "SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support.CreatedByType]",
+ "CreateMode": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support.CreateMode]",
+ "IdentityType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support.IdentityType]",
+ "ProvisioningState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support.ProvisioningState]",
+ "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support.PublicNetworkAccess]",
+ "EnablePurgeProtection": "System.Nullable`1[System.Boolean]",
+ "DisableLocalAuth": "System.Nullable`1[System.Boolean]",
+ "SystemDataLastModifiedAt": "System.Nullable`1[System.DateTime]",
+ "CreationDate": "System.Nullable`1[System.DateTime]",
+ "SystemDataCreatedAt": "System.Nullable`1[System.DateTime]",
+ "SoftDeleteRetentionInDay": "System.Nullable`1[System.Int32]",
+ "SystemDataCreatedBy": "System.String",
+ "IdentityPrincipalId": "System.String",
+ "Endpoint": "System.String",
+ "SystemDataLastModifiedBy": "System.String",
+ "KeyVaultPropertyIdentityClientId": "System.String",
+ "IdentityTenantId": "System.String",
+ "SkuName": "System.String",
+ "KeyVaultPropertyKeyIdentifier": "System.String"
+ }
+ },
+ "ParameterSets": [
+ "__AllParameterSets"
+ ]
+ }
+ ],
+ "Parameters": [
+ {
+ "Name": "Name",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Location",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Sku",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "CreateMode",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support.CreateMode",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support.CreateMode, Az.AppConfiguration.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "DisableLocalAuth",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "EnablePurgeProtection",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "EncryptionKeyIdentifier",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "IdentityType",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support.IdentityType",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support.IdentityType, Az.AppConfiguration.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "KeyVaultIdentityClientId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "PublicNetworkAccess",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support.PublicNetworkAccess",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support.PublicNetworkAccess, Az.AppConfiguration.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "SoftDeleteRetentionInDay",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Tag",
+ "Type": {
+ "Namespace": "System.Collections",
+ "Name": "System.Collections.Hashtable",
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "UserAssignedIdentity",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, 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.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[], Az.AppConfiguration.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[], Az.AppConfiguration.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ }
+ ],
+ "ParameterSets": [
+ {
+ "Name": "__AllParameterSets",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "Name",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Location",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Sku",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "CreateMode",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support.CreateMode",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support.CreateMode, Az.AppConfiguration.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DisableLocalAuth",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnablePurgeProtection",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EncryptionKeyIdentifier",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "IdentityType",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support.IdentityType",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support.IdentityType, Az.AppConfiguration.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "KeyVaultIdentityClientId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "PublicNetworkAccess",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support.PublicNetworkAccess",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support.PublicNetworkAccess, Az.AppConfiguration.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "SoftDeleteRetentionInDay",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Tag",
+ "Type": {
+ "Namespace": "System.Collections",
+ "Name": "System.Collections.Hashtable",
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "UserAssignedIdentity",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, 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.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[], Az.AppConfiguration.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[], Az.AppConfiguration.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.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.0.6.0, 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.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "VerbName": "New",
+ "NounName": "AzAppConfigurationStoreKey",
+ "Name": "New-AzAppConfigurationStoreKey",
+ "ClassName": "New-AzAppConfigurationStoreKey",
+ "SupportsShouldProcess": true,
+ "ConfirmImpact": 2,
+ "SupportsPaging": false,
+ "DefaultParameterSetName": "RegenerateExpanded",
+ "OutputTypes": [
+ {
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.Api20220501",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.Api20220501.IApiKey",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.Api20220501.IApiKey, Az.AppConfiguration.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "ReadOnly": "System.Nullable`1[System.Boolean]",
+ "LastModified": "System.Nullable`1[System.DateTime]",
+ "ConnectionString": "System.String",
+ "Id": "System.String",
+ "Name": "System.String",
+ "Value": "System.String"
+ }
+ },
+ "ParameterSets": [
+ "__AllParameterSets"
+ ]
+ }
+ ],
+ "Parameters": [
+ {
+ "Name": "Name",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "InputObject",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.IAppConfigurationIdentity",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.IAppConfigurationIdentity, Az.AppConfiguration.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "ConfigStoreName": "System.String",
+ "GroupName": "System.String",
+ "Id": "System.String",
+ "KeyValueName": "System.String",
+ "Location": "System.String",
+ "PrivateEndpointConnectionName": "System.String",
+ "ResourceGroupName": "System.String",
+ "SubscriptionId": "System.String"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Id",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[], Az.AppConfiguration.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[], Az.AppConfiguration.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ }
+ ],
+ "ParameterSets": [
+ {
+ "Name": "RegenerateExpanded",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "Name",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Id",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[], Az.AppConfiguration.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[], Az.AppConfiguration.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ },
+ {
+ "Name": "RegenerateViaIdentityExpanded",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "InputObject",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.IAppConfigurationIdentity",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.IAppConfigurationIdentity, Az.AppConfiguration.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "ConfigStoreName": "System.String",
+ "GroupName": "System.String",
+ "Id": "System.String",
+ "KeyValueName": "System.String",
+ "Location": "System.String",
+ "PrivateEndpointConnectionName": "System.String",
+ "ResourceGroupName": "System.String",
+ "SubscriptionId": "System.String"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": true,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Id",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[], Az.AppConfiguration.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[], Az.AppConfiguration.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ },
+ {
+ "Name": "__AllParameterSets",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "Id",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[], Az.AppConfiguration.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[], Az.AppConfiguration.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "VerbName": "Remove",
+ "NounName": "AzAppConfigurationKeyValue",
+ "Name": "Remove-AzAppConfigurationKeyValue",
+ "ClassName": "Remove-AzAppConfigurationKeyValue",
+ "SupportsShouldProcess": true,
+ "ConfirmImpact": 2,
+ "SupportsPaging": false,
+ "DefaultParameterSetName": "Delete",
+ "OutputTypes": [
+ {
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Models.IKeyValue",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Models.IKeyValue, Az.AppConfigurationdata.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "Tag": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Models.IKeyValueTags",
+ "Locked": "System.Nullable`1[System.Boolean]",
+ "LastModified": "System.Nullable`1[System.DateTime]",
+ "ContentType": "System.String",
+ "Etag": "System.String",
+ "Key": "System.String",
+ "Label": "System.String",
+ "SyncToken": "System.String",
+ "Value": "System.String"
+ }
+ },
+ "ParameterSets": [
+ "__AllParameterSets"
+ ]
+ }
+ ],
+ "Parameters": [
+ {
+ "Name": "Endpoint",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Key",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "InputObject",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Models.IAppConfigurationdataIdentity",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Models.IAppConfigurationdataIdentity, Az.AppConfigurationdata.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "Id": "System.String",
+ "Key": "System.String"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Label",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "IfMatch",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "SyncToken",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep[], Az.AppConfigurationdata.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep[], Az.AppConfigurationdata.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ }
+ ],
+ "ParameterSets": [
+ {
+ "Name": "__AllParameterSets",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "Endpoint",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Label",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.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=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "SyncToken",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep[], Az.AppConfigurationdata.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep[], Az.AppConfigurationdata.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.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.0.6.0, 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.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ },
+ {
+ "Name": "Delete",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "Key",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Endpoint",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Label",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.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=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "SyncToken",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep[], Az.AppConfigurationdata.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep[], Az.AppConfigurationdata.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.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.0.6.0, 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.0.6.0, 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.0.6.0, 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.AppConfigurationdata.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Models.IAppConfigurationdataIdentity",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Models.IAppConfigurationdataIdentity, Az.AppConfigurationdata.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "Id": "System.String",
+ "Key": "System.String"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": true,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Endpoint",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Label",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.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=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "SyncToken",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep[], Az.AppConfigurationdata.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep[], Az.AppConfigurationdata.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.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.0.6.0, 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.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "VerbName": "Remove",
+ "NounName": "AzAppConfigurationLock",
+ "Name": "Remove-AzAppConfigurationLock",
+ "ClassName": "Remove-AzAppConfigurationLock",
+ "SupportsShouldProcess": true,
+ "ConfirmImpact": 2,
+ "SupportsPaging": false,
+ "DefaultParameterSetName": "Delete",
+ "OutputTypes": [
+ {
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Models.IKeyValue",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Models.IKeyValue, Az.AppConfigurationdata.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "Tag": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Models.IKeyValueTags",
+ "Locked": "System.Nullable`1[System.Boolean]",
+ "LastModified": "System.Nullable`1[System.DateTime]",
+ "ContentType": "System.String",
+ "Etag": "System.String",
+ "Key": "System.String",
+ "Label": "System.String",
+ "SyncToken": "System.String",
+ "Value": "System.String"
+ }
+ },
+ "ParameterSets": [
+ "__AllParameterSets"
+ ]
+ }
+ ],
+ "Parameters": [
+ {
+ "Name": "Endpoint",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Key",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "InputObject",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Models.IAppConfigurationdataIdentity",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Models.IAppConfigurationdataIdentity, Az.AppConfigurationdata.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "Id": "System.String",
+ "Key": "System.String"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Label",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "IfMatch",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "IfNoneMatch",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "SyncToken",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep[], Az.AppConfigurationdata.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep[], Az.AppConfigurationdata.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ }
+ ],
+ "ParameterSets": [
+ {
+ "Name": "__AllParameterSets",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "Endpoint",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Label",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.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=6.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=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "SyncToken",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep[], Az.AppConfigurationdata.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep[], Az.AppConfigurationdata.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ },
+ {
+ "Name": "Delete",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "Key",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Endpoint",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Label",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.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=6.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=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "SyncToken",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep[], Az.AppConfigurationdata.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep[], Az.AppConfigurationdata.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, 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.0.6.0, 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.AppConfigurationdata.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Models.IAppConfigurationdataIdentity",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Models.IAppConfigurationdataIdentity, Az.AppConfigurationdata.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "Id": "System.String",
+ "Key": "System.String"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": true,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Endpoint",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Label",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.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=6.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=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "SyncToken",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep[], Az.AppConfigurationdata.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep[], Az.AppConfigurationdata.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
}
]
},
{
- "VerbName": "Get",
- "NounName": "AzAppConfigurationStoreKey",
- "Name": "Get-AzAppConfigurationStoreKey",
- "ClassName": "Get-AzAppConfigurationStoreKey",
+ "VerbName": "Remove",
+ "NounName": "AzAppConfigurationStore",
+ "Name": "Remove-AzAppConfigurationStore",
+ "ClassName": "Remove-AzAppConfigurationStore",
"SupportsShouldProcess": true,
"ConfirmImpact": 2,
"SupportsPaging": false,
- "DefaultParameterSetName": "List",
+ "DefaultParameterSetName": "Delete",
"OutputTypes": [
{
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.Api20220501",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.Api20220501.IApiKey",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.Api20220501.IApiKey, Az.AppConfiguration.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Namespace": "System",
+ "Name": "System.Boolean",
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ParameterSets": [
+ "__AllParameterSets"
+ ]
+ }
+ ],
+ "Parameters": [
+ {
+ "Name": "Name",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "InputObject",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.IAppConfigurationIdentity",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.IAppConfigurationIdentity, Az.AppConfiguration.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "ReadOnly": "System.Nullable`1[System.Boolean]",
- "LastModified": "System.Nullable`1[System.DateTime]",
- "ConnectionString": "System.String",
+ "ConfigStoreName": "System.String",
+ "GroupName": "System.String",
"Id": "System.String",
- "Name": "System.String",
- "Value": "System.String"
+ "KeyValueName": "System.String",
+ "Location": "System.String",
+ "PrivateEndpointConnectionName": "System.String",
+ "ResourceGroupName": "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.0.6.0, 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.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[], Az.AppConfiguration.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[], Az.AppConfiguration.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.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.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ }
+ ],
+ "ParameterSets": [
+ {
+ "Name": "Delete",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "Name",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, 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.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[], Az.AppConfiguration.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[], Az.AppConfiguration.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.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.0.6.0, 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.0.6.0, 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.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
}
- },
- "ParameterSets": [
- "__AllParameterSets"
]
- }
- ],
- "Parameters": [
- {
- "Name": "Name",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "SubscriptionId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.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.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "HttpPipelineAppend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[], Az.AppConfiguration.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "HttpPipelinePrepend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[], Az.AppConfiguration.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "Proxy",
- "Type": {
- "Namespace": "System",
- "Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.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.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- }
- ],
- "ParameterSets": [
- {
- "Name": "__AllParameterSets",
+ "Name": "DeleteViaIdentity",
"Parameters": [
{
"ParameterMetadata": {
- "Name": "Name",
+ "Name": "InputObject",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.IAppConfigurationIdentity",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.IAppConfigurationIdentity, Az.AppConfiguration.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "ConfigStoreName": "System.String",
+ "GroupName": "System.String",
+ "Id": "System.String",
+ "KeyValueName": "System.String",
+ "Location": "System.String",
+ "PrivateEndpointConnectionName": "System.String",
+ "ResourceGroupName": "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.0.6.0, 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.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[], Az.AppConfiguration.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": true,
+ "Mandatory": false,
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "ResourceGroupName",
+ "Name": "HttpPipelinePrepend",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[], Az.AppConfiguration.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": true,
+ "Mandatory": false,
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "SubscriptionId",
+ "Name": "NoWait",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "PassThru",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Proxy",
"Type": {
"Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.String"
+ "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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -2469,6 +7907,26 @@
"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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ },
+ {
+ "Name": "__AllParameterSets",
+ "Parameters": [
{
"ParameterMetadata": {
"Name": "DefaultProfile",
@@ -2488,6 +7946,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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
{
"ParameterMetadata": {
"Name": "Break",
@@ -2509,7 +7982,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[], Az.AppConfiguration.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[], Az.AppConfiguration.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -2525,7 +7998,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[], Az.AppConfiguration.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[], Az.AppConfiguration.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -2535,13 +8008,43 @@
"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.0.6.0, 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.0.6.0, 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=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -2585,43 +8088,30 @@
]
},
{
- "VerbName": "New",
- "NounName": "AzAppConfigurationStore",
- "Name": "New-AzAppConfigurationStore",
- "ClassName": "New-AzAppConfigurationStore",
+ "VerbName": "Set",
+ "NounName": "AzAppConfigurationKeyValue",
+ "Name": "Set-AzAppConfigurationKeyValue",
+ "ClassName": "Set-AzAppConfigurationKeyValue",
"SupportsShouldProcess": true,
"ConfirmImpact": 2,
"SupportsPaging": false,
- "DefaultParameterSetName": "CreateExpanded",
+ "DefaultParameterSetName": "PutExpanded",
"OutputTypes": [
{
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.Api20220501",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.Api20220501.IConfigurationStore",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.Api20220501.IConfigurationStore, Az.AppConfiguration.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Models.IKeyValue",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Models.IKeyValue, Az.AppConfigurationdata.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "PrivateEndpointConnection": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.Api20220501.IPrivateEndpointConnectionReference[]",
- "IdentityUserAssignedIdentity": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.Api20220501.IResourceIdentityUserAssignedIdentities",
- "SystemDataLastModifiedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support.CreatedByType]",
- "SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support.CreatedByType]",
- "CreateMode": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support.CreateMode]",
- "IdentityType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support.IdentityType]",
- "ProvisioningState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support.ProvisioningState]",
- "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support.PublicNetworkAccess]",
- "EnablePurgeProtection": "System.Nullable`1[System.Boolean]",
- "DisableLocalAuth": "System.Nullable`1[System.Boolean]",
- "SystemDataLastModifiedAt": "System.Nullable`1[System.DateTime]",
- "CreationDate": "System.Nullable`1[System.DateTime]",
- "SystemDataCreatedAt": "System.Nullable`1[System.DateTime]",
- "SoftDeleteRetentionInDay": "System.Nullable`1[System.Int32]",
- "SystemDataCreatedBy": "System.String",
- "IdentityPrincipalId": "System.String",
- "Endpoint": "System.String",
- "SystemDataLastModifiedBy": "System.String",
- "KeyVaultPropertyIdentityClientId": "System.String",
- "IdentityTenantId": "System.String",
- "SkuName": "System.String",
- "KeyVaultPropertyKeyIdentifier": "System.String"
+ "Tag": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Models.IKeyValueTags",
+ "Locked": "System.Nullable`1[System.Boolean]",
+ "LastModified": "System.Nullable`1[System.DateTime]",
+ "ContentType": "System.String",
+ "Etag": "System.String",
+ "Key": "System.String",
+ "Label": "System.String",
+ "SyncToken": "System.String",
+ "Value": "System.String"
}
},
"ParameterSets": [
@@ -2631,138 +8121,146 @@
],
"Parameters": [
{
- "Name": "Name",
+ "Name": "Endpoint",
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
{
- "Name": "ResourceGroupName",
+ "Name": "Key",
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
{
- "Name": "SubscriptionId",
+ "Name": "Label",
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
{
- "Name": "Location",
+ "Name": "IfMatch",
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
{
- "Name": "Sku",
+ "Name": "IfNoneMatch",
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
{
- "Name": "CreateMode",
+ "Name": "SyncToken",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support.CreateMode",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support.CreateMode, Az.AppConfiguration.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
{
- "Name": "DisableLocalAuth",
+ "Name": "ContentType",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
{
- "Name": "EnablePurgeProtection",
+ "Name": "Etag",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
{
- "Name": "EncryptionKeyIdentifier",
+ "Name": "Key1",
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
{
- "Name": "IdentityType",
+ "Name": "Label1",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support.IdentityType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support.IdentityType, Az.AppConfiguration.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
{
- "Name": "KeyVaultIdentityClientId",
+ "Name": "LastModified",
"Type": {
"Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Name": "System.DateTime",
+ "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
{
- "Name": "PublicNetworkAccess",
+ "Name": "Locked",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support.PublicNetworkAccess",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support.PublicNetworkAccess, Az.AppConfiguration.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
{
- "Name": "SoftDeleteRetentionInDay",
+ "Name": "Tag",
+ "Type": {
+ "Namespace": "System.Collections",
+ "Name": "System.Collections.Hashtable",
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Value",
"Type": {
"Namespace": "System",
- "Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
{
- "Name": "Tag",
+ "Name": "JsonFilePath",
"Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
{
- "Name": "UserAssignedIdentity",
+ "Name": "JsonString",
"Type": {
"Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.String"
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -2779,15 +8277,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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
{
"Name": "Break",
"Type": {
@@ -2800,29 +8289,20 @@
{
"Name": "HttpPipelineAppend",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[], Az.AppConfiguration.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep[], Az.AppConfigurationdata.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
},
{
"Name": "HttpPipelinePrepend",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[], Az.AppConfiguration.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep[], Az.AppConfigurationdata.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
},
@@ -2831,7 +8311,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -2860,11 +8340,26 @@
"Parameters": [
{
"ParameterMetadata": {
- "Name": "Name",
+ "Name": "Endpoint",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Key",
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -2875,26 +8370,26 @@
},
{
"ParameterMetadata": {
- "Name": "ResourceGroupName",
+ "Name": "Label",
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": true,
+ "Mandatory": false,
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "SubscriptionId",
+ "Name": "IfMatch",
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -2905,41 +8400,45 @@
},
{
"ParameterMetadata": {
- "Name": "Location",
+ "Name": "IfNoneMatch",
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": true,
+ "Mandatory": false,
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "Sku",
+ "Name": "SyncToken",
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": true,
+ "Mandatory": false,
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "CreateMode",
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support.CreateMode",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support.CreateMode, Az.AppConfiguration.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -2950,7 +8449,7 @@
},
{
"ParameterMetadata": {
- "Name": "DisableLocalAuth",
+ "Name": "Break",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
@@ -2965,7 +8464,69 @@
},
{
"ParameterMetadata": {
- "Name": "EnablePurgeProtection",
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep[], Az.AppConfigurationdata.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep[], Az.AppConfigurationdata.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, 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",
@@ -2977,14 +8538,19 @@
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
- },
+ }
+ ]
+ },
+ {
+ "Name": "PutExpanded",
+ "Parameters": [
{
"ParameterMetadata": {
- "Name": "EncryptionKeyIdentifier",
+ "Name": "ContentType",
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -2995,11 +8561,11 @@
},
{
"ParameterMetadata": {
- "Name": "IdentityType",
+ "Name": "Etag",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support.IdentityType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support.IdentityType, Az.AppConfiguration.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -3010,11 +8576,11 @@
},
{
"ParameterMetadata": {
- "Name": "KeyVaultIdentityClientId",
+ "Name": "Key1",
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -3025,11 +8591,11 @@
},
{
"ParameterMetadata": {
- "Name": "PublicNetworkAccess",
+ "Name": "Label1",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support.PublicNetworkAccess",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support.PublicNetworkAccess, Az.AppConfiguration.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -3040,11 +8606,26 @@
},
{
"ParameterMetadata": {
- "Name": "SoftDeleteRetentionInDay",
+ "Name": "LastModified",
"Type": {
"Namespace": "System",
- "Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Name": "System.DateTime",
+ "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Locked",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -3059,7 +8640,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -3070,12 +8651,101 @@
},
{
"ParameterMetadata": {
- "Name": "UserAssignedIdentity",
+ "Name": "Value",
"Type": {
"Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.String"
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Endpoint",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Key",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Label",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.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=6.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=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "SyncToken",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -3105,7 +8775,7 @@
},
{
"ParameterMetadata": {
- "Name": "AsJob",
+ "Name": "Break",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
@@ -3120,11 +8790,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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep[], Az.AppConfigurationdata.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
},
@@ -3135,12 +8806,12 @@
},
{
"ParameterMetadata": {
- "Name": "HttpPipelineAppend",
+ "Name": "HttpPipelinePrepend",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[], Az.AppConfiguration.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep[], Az.AppConfigurationdata.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
},
@@ -3151,12 +8822,11 @@
},
{
"ParameterMetadata": {
- "Name": "HttpPipelinePrepend",
+ "Name": "Proxy",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[], Az.AppConfiguration.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep"
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -3167,7 +8837,22 @@
},
{
"ParameterMetadata": {
- "Name": "NoWait",
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, 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",
@@ -3179,252 +8864,94 @@
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
- },
+ }
+ ]
+ },
+ {
+ "Name": "PutViaJsonFilePath",
+ "Parameters": [
{
"ParameterMetadata": {
- "Name": "Proxy",
+ "Name": "JsonFilePath",
"Type": {
"Namespace": "System",
- "Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": false,
+ "Mandatory": true,
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "ProxyCredential",
+ "Name": "Endpoint",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": false,
+ "Mandatory": true,
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "ProxyUseDefaultCredentials",
+ "Name": "Key",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": false,
+ "Mandatory": true,
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
- }
- ]
- }
- ]
- },
- {
- "VerbName": "New",
- "NounName": "AzAppConfigurationStoreKey",
- "Name": "New-AzAppConfigurationStoreKey",
- "ClassName": "New-AzAppConfigurationStoreKey",
- "SupportsShouldProcess": true,
- "ConfirmImpact": 2,
- "SupportsPaging": false,
- "DefaultParameterSetName": "RegenerateExpanded",
- "OutputTypes": [
- {
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.Api20220501",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.Api20220501.IApiKey",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.Api20220501.IApiKey, Az.AppConfiguration.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "ReadOnly": "System.Nullable`1[System.Boolean]",
- "LastModified": "System.Nullable`1[System.DateTime]",
- "ConnectionString": "System.String",
- "Id": "System.String",
- "Name": "System.String",
- "Value": "System.String"
- }
- },
- "ParameterSets": [
- "__AllParameterSets"
- ]
- }
- ],
- "Parameters": [
- {
- "Name": "Name",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "SubscriptionId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "InputObject",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.IAppConfigurationIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.IAppConfigurationIdentity, Az.AppConfiguration.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "ConfigStoreName": "System.String",
- "GroupName": "System.String",
- "Id": "System.String",
- "KeyValueName": "System.String",
- "Location": "System.String",
- "PrivateEndpointConnectionName": "System.String",
- "ResourceGroupName": "System.String",
- "SubscriptionId": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "Id",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.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.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "HttpPipelineAppend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[], Az.AppConfiguration.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "HttpPipelinePrepend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[], Az.AppConfiguration.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "Proxy",
- "Type": {
- "Namespace": "System",
- "Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.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.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- }
- ],
- "ParameterSets": [
- {
- "Name": "RegenerateExpanded",
- "Parameters": [
+ },
{
"ParameterMetadata": {
- "Name": "Name",
+ "Name": "Label",
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": true,
+ "Mandatory": false,
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "ResourceGroupName",
+ "Name": "IfMatch",
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": true,
+ "Mandatory": false,
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "SubscriptionId",
+ "Name": "IfNoneMatch",
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -3435,15 +8962,15 @@
},
{
"ParameterMetadata": {
- "Name": "Id",
+ "Name": "SyncToken",
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": true,
+ "Mandatory": false,
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
@@ -3486,10 +9013,10 @@
"ParameterMetadata": {
"Name": "HttpPipelineAppend",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[], Az.AppConfiguration.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep[], Az.AppConfigurationdata.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
},
@@ -3502,10 +9029,10 @@
"ParameterMetadata": {
"Name": "HttpPipelinePrepend",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[], Az.AppConfiguration.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep[], Az.AppConfigurationdata.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
},
@@ -3520,7 +9047,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -3562,44 +9089,109 @@
]
},
{
- "Name": "RegenerateViaIdentityExpanded",
+ "Name": "PutViaJsonString",
"Parameters": [
{
"ParameterMetadata": {
- "Name": "InputObject",
+ "Name": "JsonString",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.IAppConfigurationIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.IAppConfigurationIdentity, Az.AppConfiguration.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "ConfigStoreName": "System.String",
- "GroupName": "System.String",
- "Id": "System.String",
- "KeyValueName": "System.String",
- "Location": "System.String",
- "PrivateEndpointConnectionName": "System.String",
- "ResourceGroupName": "System.String",
- "SubscriptionId": "System.String"
- }
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Endpoint",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Key",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Label",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.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=6.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=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": true,
+ "Mandatory": false,
"Position": -2147483648,
- "ValueFromPipeline": true,
+ "ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "Id",
+ "Name": "SyncToken",
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": true,
+ "Mandatory": false,
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
@@ -3642,10 +9234,10 @@
"ParameterMetadata": {
"Name": "HttpPipelineAppend",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[], Az.AppConfiguration.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep[], Az.AppConfigurationdata.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
},
@@ -3658,10 +9250,10 @@
"ParameterMetadata": {
"Name": "HttpPipelinePrepend",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[], Az.AppConfiguration.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep[], Az.AppConfigurationdata.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
},
@@ -3676,7 +9268,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -3716,17 +9308,192 @@
"ValueFromPipelineByPropertyName": false
}
]
+ }
+ ]
+ },
+ {
+ "VerbName": "Set",
+ "NounName": "AzAppConfigurationLock",
+ "Name": "Set-AzAppConfigurationLock",
+ "ClassName": "Set-AzAppConfigurationLock",
+ "SupportsShouldProcess": true,
+ "ConfirmImpact": 2,
+ "SupportsPaging": false,
+ "DefaultParameterSetName": "Put",
+ "OutputTypes": [
+ {
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Models.IKeyValue",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Models.IKeyValue, Az.AppConfigurationdata.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "Tag": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Models.IKeyValueTags",
+ "Locked": "System.Nullable`1[System.Boolean]",
+ "LastModified": "System.Nullable`1[System.DateTime]",
+ "ContentType": "System.String",
+ "Etag": "System.String",
+ "Key": "System.String",
+ "Label": "System.String",
+ "SyncToken": "System.String",
+ "Value": "System.String"
+ }
+ },
+ "ParameterSets": [
+ "__AllParameterSets"
+ ]
+ }
+ ],
+ "Parameters": [
+ {
+ "Name": "Endpoint",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Key",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Label",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "IfMatch",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "IfNoneMatch",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "SyncToken",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep[], Az.AppConfigurationdata.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep[], Az.AppConfigurationdata.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ }
+ ],
+ "ParameterSets": [
{
"Name": "__AllParameterSets",
"Parameters": [
{
"ParameterMetadata": {
- "Name": "Id",
+ "Name": "Endpoint",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Key",
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -3735,6 +9502,66 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
+ {
+ "ParameterMetadata": {
+ "Name": "Label",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.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=6.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=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "SyncToken",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
{
"ParameterMetadata": {
"Name": "DefaultProfile",
@@ -3773,10 +9600,10 @@
"ParameterMetadata": {
"Name": "HttpPipelineAppend",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[], Az.AppConfiguration.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep[], Az.AppConfigurationdata.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
},
@@ -3789,10 +9616,10 @@
"ParameterMetadata": {
"Name": "HttpPipelinePrepend",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[], Az.AppConfiguration.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep[], Az.AppConfigurationdata.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
},
@@ -3807,7 +9634,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -3851,20 +9678,20 @@
]
},
{
- "VerbName": "Remove",
- "NounName": "AzAppConfigurationStore",
- "Name": "Remove-AzAppConfigurationStore",
- "ClassName": "Remove-AzAppConfigurationStore",
- "SupportsShouldProcess": true,
- "ConfirmImpact": 2,
+ "VerbName": "Test",
+ "NounName": "AzAppConfigurationKeyValue",
+ "Name": "Test-AzAppConfigurationKeyValue",
+ "ClassName": "Test-AzAppConfigurationKeyValue",
+ "SupportsShouldProcess": false,
+ "ConfirmImpact": 0,
"SupportsPaging": false,
- "DefaultParameterSetName": "Delete",
+ "DefaultParameterSetName": "Check",
"OutputTypes": [
{
"Type": {
"Namespace": "System",
"Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ParameterSets": [
"__AllParameterSets"
@@ -3873,48 +9700,90 @@
],
"Parameters": [
{
- "Name": "Name",
+ "Name": "Endpoint",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Key",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "InputObject",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Models.IAppConfigurationdataIdentity",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Models.IAppConfigurationdataIdentity, Az.AppConfigurationdata.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "Id": "System.String",
+ "Key": "System.String"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Label",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Select",
+ "Type": {
+ "Namespace": "System.Collections.Generic",
+ "Name": "System.Collections.Generic.List`1[System.String]",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "GenericTypeArguments": [
+ "System.String"
+ ]
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "AcceptDatetime",
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
{
- "Name": "ResourceGroupName",
+ "Name": "IfMatch",
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
{
- "Name": "SubscriptionId",
+ "Name": "IfNoneMatch",
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
{
- "Name": "InputObject",
+ "Name": "SyncToken",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.IAppConfigurationIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.IAppConfigurationIdentity, Az.AppConfiguration.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "ConfigStoreName": "System.String",
- "GroupName": "System.String",
- "Id": "System.String",
- "KeyValueName": "System.String",
- "Location": "System.String",
- "PrivateEndpointConnectionName": "System.String",
- "ResourceGroupName": "System.String",
- "SubscriptionId": "System.String"
- }
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -3931,15 +9800,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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
{
"Name": "Break",
"Type": {
@@ -3952,29 +9812,20 @@
{
"Name": "HttpPipelineAppend",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[], Az.AppConfiguration.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep[], Az.AppConfigurationdata.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
},
{
"Name": "HttpPipelinePrepend",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[], Az.AppConfiguration.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep[], Az.AppConfigurationdata.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
},
@@ -3992,7 +9843,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -4017,15 +9868,15 @@
],
"ParameterSets": [
{
- "Name": "Delete",
+ "Name": "__AllParameterSets",
"Parameters": [
{
"ParameterMetadata": {
- "Name": "Name",
+ "Name": "Endpoint",
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -4036,26 +9887,29 @@
},
{
"ParameterMetadata": {
- "Name": "ResourceGroupName",
+ "Name": "Label",
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": true,
+ "Mandatory": false,
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "SubscriptionId",
+ "Name": "Select",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "System.Collections.Generic",
+ "Name": "System.Collections.Generic.List`1[System.String]",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "GenericTypeArguments": [
+ "System.String"
+ ]
},
"ValidateNotNullOrEmpty": false
},
@@ -4066,15 +9920,11 @@
},
{
"ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzureRMContext",
- "AzureCredential"
- ],
+ "Name": "AcceptDatetime",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -4085,11 +9935,11 @@
},
{
"ParameterMetadata": {
- "Name": "AsJob",
+ "Name": "IfMatch",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -4100,11 +9950,11 @@
},
{
"ParameterMetadata": {
- "Name": "Break",
+ "Name": "IfNoneMatch",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -4115,12 +9965,11 @@
},
{
"ParameterMetadata": {
- "Name": "HttpPipelineAppend",
+ "Name": "SyncToken",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[], Az.AppConfiguration.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -4131,12 +9980,15 @@
},
{
"ParameterMetadata": {
- "Name": "HttpPipelinePrepend",
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[], Az.AppConfiguration.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep"
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4147,7 +9999,7 @@
},
{
"ParameterMetadata": {
- "Name": "NoWait",
+ "Name": "Break",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
@@ -4160,6 +10012,38 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep[], Az.AppConfigurationdata.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep[], Az.AppConfigurationdata.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
{
"ParameterMetadata": {
"Name": "PassThru",
@@ -4181,7 +10065,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -4223,31 +10107,129 @@
]
},
{
- "Name": "DeleteViaIdentity",
+ "Name": "Check",
"Parameters": [
{
"ParameterMetadata": {
- "Name": "InputObject",
+ "Name": "Key",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.IAppConfigurationIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.IAppConfigurationIdentity, Az.AppConfiguration.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "ConfigStoreName": "System.String",
- "GroupName": "System.String",
- "Id": "System.String",
- "KeyValueName": "System.String",
- "Location": "System.String",
- "PrivateEndpointConnectionName": "System.String",
- "ResourceGroupName": "System.String",
- "SubscriptionId": "System.String"
- }
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
"Mandatory": true,
"Position": -2147483648,
- "ValueFromPipeline": true,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Endpoint",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Label",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Select",
+ "Type": {
+ "Namespace": "System.Collections.Generic",
+ "Name": "System.Collections.Generic.List`1[System.String]",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "GenericTypeArguments": [
+ "System.String"
+ ]
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AcceptDatetime",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.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=6.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=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "SyncToken",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
@@ -4271,11 +10253,43 @@
},
{
"ParameterMetadata": {
- "Name": "AsJob",
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep[], Az.AppConfigurationdata.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep[], Az.AppConfigurationdata.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
},
@@ -4286,7 +10300,7 @@
},
{
"ParameterMetadata": {
- "Name": "Break",
+ "Name": "PassThru",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
@@ -4301,12 +10315,11 @@
},
{
"ParameterMetadata": {
- "Name": "HttpPipelineAppend",
+ "Name": "Proxy",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[], Az.AppConfiguration.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep"
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -4317,12 +10330,11 @@
},
{
"ParameterMetadata": {
- "Name": "HttpPipelinePrepend",
+ "Name": "ProxyCredential",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[], Az.AppConfiguration.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep"
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4333,7 +10345,7 @@
},
{
"ParameterMetadata": {
- "Name": "NoWait",
+ "Name": "ProxyUseDefaultCredentials",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
@@ -4345,29 +10357,53 @@
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
+ }
+ ]
+ },
+ {
+ "Name": "CheckViaIdentity",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "InputObject",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Models.IAppConfigurationdataIdentity",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Models.IAppConfigurationdataIdentity, Az.AppConfigurationdata.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "Id": "System.String",
+ "Key": "System.String"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": true,
+ "ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "PassThru",
+ "Name": "Endpoint",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": false,
+ "Mandatory": true,
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "Proxy",
+ "Name": "Label",
"Type": {
"Namespace": "System",
- "Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -4378,11 +10414,14 @@
},
{
"ParameterMetadata": {
- "Name": "ProxyCredential",
+ "Name": "Select",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System.Collections.Generic",
+ "Name": "System.Collections.Generic.List`1[System.String]",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "GenericTypeArguments": [
+ "System.String"
+ ]
},
"ValidateNotNullOrEmpty": false
},
@@ -4393,11 +10432,11 @@
},
{
"ParameterMetadata": {
- "Name": "ProxyUseDefaultCredentials",
+ "Name": "AcceptDatetime",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -4405,23 +10444,14 @@
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "__AllParameterSets",
- "Parameters": [
+ },
{
"ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzureRMContext",
- "AzureCredential"
- ],
+ "Name": "IfMatch",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -4432,11 +10462,11 @@
},
{
"ParameterMetadata": {
- "Name": "AsJob",
+ "Name": "IfNoneMatch",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -4447,11 +10477,30 @@
},
{
"ParameterMetadata": {
- "Name": "Break",
+ "Name": "SyncToken",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
"Type": {
"Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4462,12 +10511,11 @@
},
{
"ParameterMetadata": {
- "Name": "HttpPipelineAppend",
+ "Name": "Break",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[], Az.AppConfiguration.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep"
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4478,12 +10526,12 @@
},
{
"ParameterMetadata": {
- "Name": "HttpPipelinePrepend",
+ "Name": "HttpPipelineAppend",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[], Az.AppConfiguration.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep[], Az.AppConfigurationdata.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
},
@@ -4494,11 +10542,12 @@
},
{
"ParameterMetadata": {
- "Name": "NoWait",
+ "Name": "HttpPipelinePrepend",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep[], Az.AppConfigurationdata.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
},
@@ -4528,7 +10577,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -4585,7 +10634,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.Api20220501",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.Api20220501.INameAvailabilityStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.Api20220501.INameAvailabilityStatus, Az.AppConfiguration.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.Api20220501.INameAvailabilityStatus, Az.AppConfiguration.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"NameAvailable": "System.Nullable`1[System.Boolean]",
"Message": "System.String",
@@ -4603,7 +10652,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -4612,7 +10661,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -4643,7 +10692,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[], Az.AppConfiguration.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[], Az.AppConfiguration.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -4653,7 +10702,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[], Az.AppConfiguration.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[], Az.AppConfiguration.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -4663,7 +10712,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -4696,7 +10745,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -4711,7 +10760,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -4760,7 +10809,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[], Az.AppConfiguration.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[], Az.AppConfiguration.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -4776,7 +10825,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[], Az.AppConfiguration.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[], Az.AppConfiguration.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -4792,7 +10841,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -4849,7 +10898,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.Api20220501",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.Api20220501.IConfigurationStore",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.Api20220501.IConfigurationStore, Az.AppConfiguration.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.Api20220501.IConfigurationStore, Az.AppConfiguration.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PrivateEndpointConnection": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.Api20220501.IPrivateEndpointConnectionReference[]",
"IdentityUserAssignedIdentity": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.Api20220501.IResourceIdentityUserAssignedIdentities",
@@ -4886,7 +10935,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -4895,7 +10944,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -4904,7 +10953,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -4913,7 +10962,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.IAppConfigurationIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.IAppConfigurationIdentity, Az.AppConfiguration.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.IAppConfigurationIdentity, Az.AppConfiguration.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ConfigStoreName": "System.String",
"GroupName": "System.String",
@@ -4950,7 +10999,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -4959,7 +11008,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support.IdentityType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support.IdentityType, Az.AppConfiguration.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support.IdentityType, Az.AppConfiguration.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4968,7 +11017,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -4977,7 +11026,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support.PublicNetworkAccess",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support.PublicNetworkAccess, Az.AppConfiguration.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support.PublicNetworkAccess, Az.AppConfiguration.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4986,7 +11035,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -4995,7 +11044,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -5004,7 +11053,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -5045,7 +11094,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[], Az.AppConfiguration.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[], Az.AppConfiguration.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -5055,7 +11104,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[], Az.AppConfiguration.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[], Az.AppConfiguration.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -5074,7 +11123,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -5107,7 +11156,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -5122,7 +11171,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -5137,7 +11186,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -5182,7 +11231,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -5197,7 +11246,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support.IdentityType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support.IdentityType, Az.AppConfiguration.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support.IdentityType, Az.AppConfiguration.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -5212,7 +11261,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -5227,7 +11276,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support.PublicNetworkAccess",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support.PublicNetworkAccess, Az.AppConfiguration.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support.PublicNetworkAccess, Az.AppConfiguration.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -5242,7 +11291,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -5257,7 +11306,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -5272,7 +11321,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -5337,7 +11386,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[], Az.AppConfiguration.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[], Az.AppConfiguration.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -5353,7 +11402,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[], Az.AppConfiguration.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[], Az.AppConfiguration.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -5384,7 +11433,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -5434,7 +11483,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.IAppConfigurationIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.IAppConfigurationIdentity, Az.AppConfiguration.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.IAppConfigurationIdentity, Az.AppConfiguration.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ConfigStoreName": "System.String",
"GroupName": "System.String",
@@ -5489,7 +11538,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -5504,7 +11553,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support.IdentityType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support.IdentityType, Az.AppConfiguration.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support.IdentityType, Az.AppConfiguration.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -5519,7 +11568,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -5534,7 +11583,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support.PublicNetworkAccess",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support.PublicNetworkAccess, Az.AppConfiguration.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support.PublicNetworkAccess, Az.AppConfiguration.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -5549,7 +11598,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -5564,7 +11613,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -5579,7 +11628,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -5644,7 +11693,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[], Az.AppConfiguration.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[], Az.AppConfiguration.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -5660,7 +11709,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[], Az.AppConfiguration.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[], Az.AppConfiguration.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -5691,7 +11740,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -5771,7 +11820,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -5786,7 +11835,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support.IdentityType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support.IdentityType, Az.AppConfiguration.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support.IdentityType, Az.AppConfiguration.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -5801,7 +11850,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -5816,7 +11865,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support.PublicNetworkAccess",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support.PublicNetworkAccess, Az.AppConfiguration.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support.PublicNetworkAccess, Az.AppConfiguration.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -5831,7 +11880,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -5846,7 +11895,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -5861,7 +11910,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -5926,7 +11975,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[], Az.AppConfiguration.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[], Az.AppConfiguration.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -5942,7 +11991,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[], Az.AppConfiguration.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep[], Az.AppConfiguration.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -5973,7 +12022,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -6063,7 +12112,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep, Az.AppConfiguration.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.SendAsyncStep, Az.AppConfiguration.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Target": "System.Object",
"Method": "System.Reflection.MethodInfo"
@@ -6197,17 +12246,17 @@
"System.Object": {
"Namespace": "System",
"Name": "System.Object",
- "AssemblyQualifiedName": "System.Object, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Object, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"System.Reflection.MethodInfo": {
"Namespace": "System.Reflection",
"Name": "System.Reflection.MethodInfo",
- "AssemblyQualifiedName": "System.Reflection.MethodInfo, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Reflection.MethodInfo, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"System.Threading.Tasks.Task`1[System.Net.Http.HttpResponseMessage]": {
"Namespace": "System.Threading.Tasks",
"Name": "System.Threading.Tasks.Task`1[System.Net.Http.HttpResponseMessage]",
- "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[System.Net.Http.HttpResponseMessage, System.Net.Http, Version=4.2.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[System.Net.Http.HttpResponseMessage, System.Net.Http, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Net.Http.HttpResponseMessage"
]
@@ -6215,43 +12264,43 @@
"System.Net.Http.HttpResponseMessage": {
"Namespace": "System.Net.Http",
"Name": "System.Net.Http.HttpResponseMessage",
- "AssemblyQualifiedName": "System.Net.Http.HttpResponseMessage, System.Net.Http, Version=4.2.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Net.Http.HttpResponseMessage, System.Net.Http, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"System.IAsyncResult": {
"Namespace": "System",
"Name": "System.IAsyncResult",
- "AssemblyQualifiedName": "System.IAsyncResult, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.IAsyncResult, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"System.Void": {
"Namespace": "System",
"Name": "System.Void",
- "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"System.Delegate[]": {
"Namespace": "System",
"Name": "System.Delegate[]",
- "AssemblyQualifiedName": "System.Delegate[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Delegate[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.Delegate"
},
"System.Delegate": {
"Namespace": "System",
"Name": "System.Delegate",
- "AssemblyQualifiedName": "System.Delegate, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Delegate, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"System.Type": {
"Namespace": "System",
"Name": "System.Type",
- "AssemblyQualifiedName": "System.Type, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Type, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.Api20220501.IDeletedConfigurationStorePropertiesTags": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.Api20220501",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.Api20220501.IDeletedConfigurationStorePropertiesTags",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.Api20220501.IDeletedConfigurationStorePropertiesTags, Az.AppConfiguration.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.Api20220501.IDeletedConfigurationStorePropertiesTags, Az.AppConfiguration.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"System.Nullable`1[System.Boolean]": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Boolean]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Boolean"
]
@@ -6259,7 +12308,7 @@
"System.Nullable`1[System.DateTime]": {
"Namespace": "System",
"Name": "System.Nullable`1[System.DateTime]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.DateTime"
]
@@ -6267,18 +12316,157 @@
"System.DateTime": {
"Namespace": "System",
"Name": "System.DateTime",
- "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.SendAsyncStep, Az.AppConfigurationdata.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "Target": "System.Object",
+ "Method": "System.Reflection.MethodInfo"
+ },
+ "Methods": [
+ {
+ "Name": "Invoke",
+ "Parameters": [
+ {
+ "Name": "request",
+ "Type": "System.Net.Http.HttpRequestMessage"
+ },
+ {
+ "Name": "callback",
+ "Type": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.IEventListener"
+ },
+ {
+ "Name": "next",
+ "Type": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.ISendAsync"
+ }
+ ],
+ "ReturnType": "System.Threading.Tasks.Task`1[System.Net.Http.HttpResponseMessage]"
+ },
+ {
+ "Name": "BeginInvoke",
+ "Parameters": [
+ {
+ "Name": "request",
+ "Type": "System.Net.Http.HttpRequestMessage"
+ },
+ {
+ "Name": "callback",
+ "Type": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.IEventListener"
+ },
+ {
+ "Name": "next",
+ "Type": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.ISendAsync"
+ },
+ {
+ "Name": "__callback",
+ "Type": "System.AsyncCallback"
+ },
+ {
+ "Name": "object",
+ "Type": "System.Object"
+ }
+ ],
+ "ReturnType": "System.IAsyncResult"
+ },
+ {
+ "Name": "EndInvoke",
+ "Parameters": [
+ {
+ "Name": "result",
+ "Type": "System.IAsyncResult"
+ }
+ ],
+ "ReturnType": "System.Threading.Tasks.Task`1[System.Net.Http.HttpResponseMessage]"
+ },
+ {
+ "Name": "GetObjectData",
+ "Parameters": [
+ {
+ "Name": "info",
+ "Type": "System.Runtime.Serialization.SerializationInfo"
+ },
+ {
+ "Name": "context",
+ "Type": "System.Runtime.Serialization.StreamingContext"
+ }
+ ],
+ "ReturnType": "System.Void"
+ },
+ {
+ "Name": "Equals",
+ "Parameters": [
+ {
+ "Name": "obj",
+ "Type": "System.Object"
+ }
+ ],
+ "ReturnType": "System.Boolean"
+ },
+ {
+ "Name": "GetInvocationList",
+ "ReturnType": "System.Delegate[]"
+ },
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ },
+ {
+ "Name": "Clone",
+ "ReturnType": "System.Object"
+ },
+ {
+ "Name": "DynamicInvoke",
+ "Parameters": [
+ {
+ "Name": "args",
+ "Type": "System.Object[]"
+ }
+ ],
+ "ReturnType": "System.Object"
+ },
+ {
+ "Name": "GetType",
+ "ReturnType": "System.Type"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ }
+ ],
+ "Constructors": [
+ {
+ "Name": "",
+ "Parameters": [
+ {
+ "Name": "object",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ },
+ {
+ "Name": "method",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ }
+ ]
+ }
+ ]
+ },
+ "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Models.IKeyValueTags": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Models.IKeyValueTags",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Models.IKeyValueTags, Az.AppConfigurationdata.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.Api20220501.IPrivateEndpointConnectionReference[]": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.Api20220501",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.Api20220501.IPrivateEndpointConnectionReference[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.Api20220501.IPrivateEndpointConnectionReference[], Az.AppConfiguration.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.Api20220501.IPrivateEndpointConnectionReference[], Az.AppConfiguration.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.Api20220501.IPrivateEndpointConnectionReference"
},
"Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.Api20220501.IPrivateEndpointConnectionReference": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.Api20220501",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.Api20220501.IPrivateEndpointConnectionReference",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.Api20220501.IPrivateEndpointConnectionReference, Az.AppConfiguration.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.Api20220501.IPrivateEndpointConnectionReference, Az.AppConfiguration.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PrivateLinkServiceConnectionStateActionsRequired": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support.ActionsRequired]",
"PrivateLinkServiceConnectionStateStatus": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support.ConnectionStatus]",
@@ -6293,7 +12481,7 @@
"System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support.ActionsRequired]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support.ActionsRequired]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support.ActionsRequired, Az.AppConfiguration.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support.ActionsRequired, Az.AppConfiguration.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support.ActionsRequired"
]
@@ -6301,7 +12489,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support.ActionsRequired": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support.ActionsRequired",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support.ActionsRequired, Az.AppConfiguration.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support.ActionsRequired, Az.AppConfiguration.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "CompleteArgument",
@@ -6366,7 +12554,7 @@
"System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]",
- "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[System.Management.Automation.CompletionResult, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[System.Management.Automation.CompletionResult, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Management.Automation.CompletionResult"
]
@@ -6379,7 +12567,7 @@
"System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support.ConnectionStatus]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support.ConnectionStatus]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support.ConnectionStatus, Az.AppConfiguration.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support.ConnectionStatus, Az.AppConfiguration.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support.ConnectionStatus"
]
@@ -6387,7 +12575,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support.ConnectionStatus": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support.ConnectionStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support.ConnectionStatus, Az.AppConfiguration.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support.ConnectionStatus, Az.AppConfiguration.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "CompleteArgument",
@@ -6452,7 +12640,7 @@
"System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support.ProvisioningState]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support.ProvisioningState]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support.ProvisioningState, Az.AppConfiguration.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support.ProvisioningState, Az.AppConfiguration.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support.ProvisioningState"
]
@@ -6460,7 +12648,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support.ProvisioningState": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support.ProvisioningState",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support.ProvisioningState, Az.AppConfiguration.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support.ProvisioningState, Az.AppConfiguration.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "CompleteArgument",
@@ -6525,12 +12713,12 @@
"Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.Api20220501.IResourceIdentityUserAssignedIdentities": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.Api20220501",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.Api20220501.IResourceIdentityUserAssignedIdentities",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.Api20220501.IResourceIdentityUserAssignedIdentities, Az.AppConfiguration.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.Api20220501.IResourceIdentityUserAssignedIdentities, Az.AppConfiguration.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support.CreatedByType]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support.CreatedByType]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support.CreatedByType, Az.AppConfiguration.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support.CreatedByType, Az.AppConfiguration.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support.CreatedByType"
]
@@ -6538,7 +12726,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support.CreatedByType": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support.CreatedByType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support.CreatedByType, Az.AppConfiguration.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support.CreatedByType, Az.AppConfiguration.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "CompleteArgument",
@@ -6603,7 +12791,7 @@
"System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support.CreateMode]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support.CreateMode]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support.CreateMode, Az.AppConfiguration.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support.CreateMode, Az.AppConfiguration.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support.CreateMode"
]
@@ -6611,7 +12799,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support.CreateMode": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support.CreateMode",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support.CreateMode, Az.AppConfiguration.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support.CreateMode, Az.AppConfiguration.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "CompleteArgument",
@@ -6676,7 +12864,7 @@
"System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support.IdentityType]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support.IdentityType]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support.IdentityType, Az.AppConfiguration.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support.IdentityType, Az.AppConfiguration.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support.IdentityType"
]
@@ -6684,7 +12872,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support.IdentityType": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support.IdentityType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support.IdentityType, Az.AppConfiguration.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support.IdentityType, Az.AppConfiguration.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "CompleteArgument",
@@ -6749,7 +12937,7 @@
"System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support.PublicNetworkAccess]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support.PublicNetworkAccess]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support.PublicNetworkAccess, Az.AppConfiguration.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support.PublicNetworkAccess, Az.AppConfiguration.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support.PublicNetworkAccess"
]
@@ -6757,7 +12945,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support.PublicNetworkAccess": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support.PublicNetworkAccess",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support.PublicNetworkAccess, Az.AppConfiguration.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support.PublicNetworkAccess, Az.AppConfiguration.private, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "CompleteArgument",
@@ -6822,7 +13010,7 @@
"System.Nullable`1[System.Int32]": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Int32"
]
diff --git a/tools/Tools.Common/SerializedCmdlets/Az.Batch.json b/tools/Tools.Common/SerializedCmdlets/Az.Batch.json
index 50bfe380f65e..e38d6cda3c06 100644
--- a/tools/Tools.Common/SerializedCmdlets/Az.Batch.json
+++ b/tools/Tools.Common/SerializedCmdlets/Az.Batch.json
@@ -1,6 +1,6 @@
{
"ModuleName": "Az.Batch",
- "ModuleVersion": "3.4.0",
+ "ModuleVersion": "3.5.0",
"Cmdlets": [
{
"VerbName": "Disable",
@@ -16,7 +16,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Void",
- "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ParameterSets": [
"__AllParameterSets"
@@ -29,7 +29,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -101,7 +101,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -116,7 +116,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -197,7 +197,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Void",
- "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ParameterSets": [
"__AllParameterSets"
@@ -210,7 +210,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -219,7 +219,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -228,7 +228,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EndpointConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeEndpointConfiguration",
"NodeAgentInformation": "Microsoft.Azure.Commands.Batch.Models.PSNodeAgentInformation",
@@ -262,7 +262,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Batch.Common.DisableComputeNodeSchedulingOption]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.DisableComputeNodeSchedulingOption, Microsoft.Azure.Batch, Version=15.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.DisableComputeNodeSchedulingOption, Microsoft.Azure.Batch, Version=16.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Batch.Common.DisableComputeNodeSchedulingOption"
]
@@ -274,7 +274,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -337,7 +337,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -352,7 +352,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -367,7 +367,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Batch.Common.DisableComputeNodeSchedulingOption]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.DisableComputeNodeSchedulingOption, Microsoft.Azure.Batch, Version=15.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.DisableComputeNodeSchedulingOption, Microsoft.Azure.Batch, Version=16.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Batch.Common.DisableComputeNodeSchedulingOption"
]
@@ -385,7 +385,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -459,7 +459,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EndpointConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeEndpointConfiguration",
"NodeAgentInformation": "Microsoft.Azure.Commands.Batch.Models.PSNodeAgentInformation",
@@ -499,7 +499,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Batch.Common.DisableComputeNodeSchedulingOption]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.DisableComputeNodeSchedulingOption, Microsoft.Azure.Batch, Version=15.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.DisableComputeNodeSchedulingOption, Microsoft.Azure.Batch, Version=16.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Batch.Common.DisableComputeNodeSchedulingOption"
]
@@ -517,7 +517,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -591,7 +591,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Batch.Common.DisableComputeNodeSchedulingOption]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.DisableComputeNodeSchedulingOption, Microsoft.Azure.Batch, Version=15.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.DisableComputeNodeSchedulingOption, Microsoft.Azure.Batch, Version=16.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Batch.Common.DisableComputeNodeSchedulingOption"
]
@@ -609,7 +609,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -690,7 +690,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Void",
- "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ParameterSets": [
"__AllParameterSets"
@@ -703,7 +703,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -712,7 +712,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Batch.Common",
"Name": "Microsoft.Azure.Batch.Common.DisableJobOption",
- "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.DisableJobOption, Microsoft.Azure.Batch, Version=15.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.DisableJobOption, Microsoft.Azure.Batch, Version=16.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -721,7 +721,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -784,7 +784,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -799,7 +799,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Batch.Common",
"Name": "Microsoft.Azure.Batch.Common.DisableJobOption",
- "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.DisableJobOption, Microsoft.Azure.Batch, Version=15.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.DisableJobOption, Microsoft.Azure.Batch, Version=16.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -814,7 +814,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -895,7 +895,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Void",
- "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ParameterSets": [
"__AllParameterSets"
@@ -908,7 +908,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -917,7 +917,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -980,7 +980,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -995,7 +995,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -1076,7 +1076,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Void",
- "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ParameterSets": [
"__AllParameterSets"
@@ -1089,7 +1089,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -1098,7 +1098,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -1107,7 +1107,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.TimeSpan]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.TimeSpan, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.TimeSpan, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.TimeSpan"
]
@@ -1119,7 +1119,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -1182,7 +1182,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -1197,7 +1197,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -1212,7 +1212,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.TimeSpan]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.TimeSpan, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.TimeSpan, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.TimeSpan"
]
@@ -1230,7 +1230,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -1311,7 +1311,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Void",
- "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ParameterSets": [
"__AllParameterSets"
@@ -1324,7 +1324,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -1333,7 +1333,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -1342,7 +1342,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EndpointConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeEndpointConfiguration",
"NodeAgentInformation": "Microsoft.Azure.Commands.Batch.Models.PSNodeAgentInformation",
@@ -1376,7 +1376,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -1439,7 +1439,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -1454,7 +1454,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -1469,7 +1469,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -1543,7 +1543,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EndpointConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeEndpointConfiguration",
"NodeAgentInformation": "Microsoft.Azure.Commands.Batch.Models.PSNodeAgentInformation",
@@ -1583,7 +1583,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -1657,7 +1657,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -1738,7 +1738,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Void",
- "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ParameterSets": [
"__AllParameterSets"
@@ -1751,7 +1751,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -1760,7 +1760,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -1823,7 +1823,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -1838,7 +1838,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -1919,7 +1919,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Void",
- "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ParameterSets": [
"__AllParameterSets"
@@ -1932,7 +1932,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -1941,7 +1941,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -2004,7 +2004,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -2019,7 +2019,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -2100,7 +2100,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Void",
- "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ParameterSets": [
"__AllParameterSets"
@@ -2113,7 +2113,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -2122,7 +2122,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -2131,7 +2131,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AffinityInformation": "Microsoft.Azure.Commands.Batch.Models.PSAffinityInformation",
"AuthenticationTokenSettings": "Microsoft.Azure.Commands.Batch.Models.PSAuthenticationTokenSettings",
@@ -2169,7 +2169,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -2232,7 +2232,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -2247,7 +2247,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -2262,7 +2262,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -2336,7 +2336,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AffinityInformation": "Microsoft.Azure.Commands.Batch.Models.PSAffinityInformation",
"AuthenticationTokenSettings": "Microsoft.Azure.Commands.Batch.Models.PSAuthenticationTokenSettings",
@@ -2380,7 +2380,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -2454,7 +2454,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -2538,7 +2538,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -2617,7 +2617,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -2626,7 +2626,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -2635,7 +2635,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -2673,7 +2673,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -2688,7 +2688,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -2703,7 +2703,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -2756,7 +2756,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -2835,7 +2835,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -2844,7 +2844,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -2882,7 +2882,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -2897,7 +2897,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -2953,7 +2953,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSApplication",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSApplication, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSApplication, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AllowUpdates": "System.Boolean",
"Id": "System.String",
@@ -3002,7 +3002,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -3011,7 +3011,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -3023,7 +3023,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -3058,7 +3058,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -3073,7 +3073,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -3091,7 +3091,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -3144,7 +3144,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackage",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackage, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackage, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"State": "Microsoft.Azure.Management.Batch.Models.PackageState",
"LastActivationTime": "System.Nullable`1[System.DateTime]",
@@ -3195,7 +3195,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -3204,7 +3204,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -3216,7 +3216,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -3225,7 +3225,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -3260,7 +3260,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -3275,7 +3275,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -3293,7 +3293,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -3308,7 +3308,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -3361,7 +3361,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSCertificate",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCertificate, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCertificate, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DeleteCertificateError": "Microsoft.Azure.Commands.Batch.Models.PSDeleteCertificateError",
"CertificateFormat": "System.Nullable`1[Microsoft.Azure.Batch.Common.CertificateFormat]",
@@ -3412,7 +3412,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -3421,7 +3421,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -3430,7 +3430,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -3439,7 +3439,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -3448,7 +3448,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -3457,7 +3457,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -3520,7 +3520,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -3535,7 +3535,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -3550,7 +3550,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -3565,7 +3565,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -3639,7 +3639,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -3654,7 +3654,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -3669,7 +3669,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -3684,7 +3684,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -3758,7 +3758,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -3773,7 +3773,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -3854,7 +3854,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EndpointConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeEndpointConfiguration",
"NodeAgentInformation": "Microsoft.Azure.Commands.Batch.Models.PSNodeAgentInformation",
@@ -3916,7 +3916,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -3925,7 +3925,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudPool, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoScaleRun": "Microsoft.Azure.Commands.Batch.Models.PSAutoScaleRun",
"Identity": "Microsoft.Azure.Commands.Batch.Models.PSBatchPoolIdentity",
@@ -3984,7 +3984,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -3993,7 +3993,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -4002,7 +4002,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -4011,7 +4011,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -4074,7 +4074,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -4089,7 +4089,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -4104,7 +4104,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -4119,7 +4119,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -4193,7 +4193,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -4208,7 +4208,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -4223,7 +4223,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -4238,7 +4238,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -4253,7 +4253,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -4327,7 +4327,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudPool, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoScaleRun": "Microsoft.Azure.Commands.Batch.Models.PSAutoScaleRun",
"Identity": "Microsoft.Azure.Commands.Batch.Models.PSBatchPoolIdentity",
@@ -4383,7 +4383,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -4398,7 +4398,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -4413,7 +4413,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -4428,7 +4428,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -4502,7 +4502,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -4517,7 +4517,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -4598,7 +4598,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNodeVMExtension, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VmExtension": "Microsoft.Azure.Commands.Batch.Models.PSVMExtension",
"InstanceView": "Microsoft.Azure.Commands.Batch.Models.PSVMExtensionInstanceView",
@@ -4645,7 +4645,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -4654,7 +4654,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudPool, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoScaleRun": "Microsoft.Azure.Commands.Batch.Models.PSAutoScaleRun",
"Identity": "Microsoft.Azure.Commands.Batch.Models.PSBatchPoolIdentity",
@@ -4704,7 +4704,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -4713,7 +4713,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -4722,7 +4722,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -4731,7 +4731,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -4740,7 +4740,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -4803,7 +4803,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -4818,7 +4818,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -4833,7 +4833,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -4848,7 +4848,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -4863,7 +4863,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -4878,7 +4878,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -4952,7 +4952,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudPool, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoScaleRun": "Microsoft.Azure.Commands.Batch.Models.PSAutoScaleRun",
"Identity": "Microsoft.Azure.Commands.Batch.Models.PSBatchPoolIdentity",
@@ -5008,7 +5008,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -5023,7 +5023,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -5038,7 +5038,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -5053,7 +5053,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -5068,7 +5068,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -5142,7 +5142,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -5223,7 +5223,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Constraints": "Microsoft.Azure.Commands.Batch.Models.PSJobConstraints",
"ExecutionInformation": "Microsoft.Azure.Commands.Batch.Models.PSJobExecutionInformation",
@@ -5288,7 +5288,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -5297,7 +5297,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -5306,7 +5306,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudJobSchedule, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExecutionInformation": "Microsoft.Azure.Commands.Batch.Models.PSJobScheduleExecutionInformation",
"Statistics": "Microsoft.Azure.Commands.Batch.Models.PSJobScheduleStatistics",
@@ -5332,7 +5332,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -5341,7 +5341,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -5350,7 +5350,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -5359,7 +5359,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -5368,7 +5368,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -5431,7 +5431,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -5446,7 +5446,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -5461,7 +5461,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -5476,7 +5476,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -5550,7 +5550,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -5565,7 +5565,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -5580,7 +5580,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -5595,7 +5595,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -5610,7 +5610,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -5625,7 +5625,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -5699,7 +5699,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudJobSchedule, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExecutionInformation": "Microsoft.Azure.Commands.Batch.Models.PSJobScheduleExecutionInformation",
"Statistics": "Microsoft.Azure.Commands.Batch.Models.PSJobScheduleStatistics",
@@ -5731,7 +5731,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -5746,7 +5746,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -5761,7 +5761,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -5776,7 +5776,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -5791,7 +5791,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -5865,7 +5865,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -5880,7 +5880,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -5895,7 +5895,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -5976,7 +5976,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobPreparationAndReleaseTaskExecutionInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"JobPreparationTaskExecutionInformation": "Microsoft.Azure.Commands.Batch.Models.PSJobPreparationTaskExecutionInformation",
"JobReleaseTaskExecutionInformation": "Microsoft.Azure.Commands.Batch.Models.PSJobReleaseTaskExecutionInformation",
@@ -6020,7 +6020,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -6029,7 +6029,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Constraints": "Microsoft.Azure.Commands.Batch.Models.PSJobConstraints",
"ExecutionInformation": "Microsoft.Azure.Commands.Batch.Models.PSJobExecutionInformation",
@@ -6066,7 +6066,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -6075,7 +6075,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -6084,7 +6084,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -6093,7 +6093,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -6102,7 +6102,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -6165,7 +6165,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -6180,7 +6180,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -6195,7 +6195,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -6210,7 +6210,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -6225,7 +6225,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -6240,7 +6240,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -6314,7 +6314,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Constraints": "Microsoft.Azure.Commands.Batch.Models.PSJobConstraints",
"ExecutionInformation": "Microsoft.Azure.Commands.Batch.Models.PSJobExecutionInformation",
@@ -6357,7 +6357,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -6372,7 +6372,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -6387,7 +6387,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -6402,7 +6402,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -6417,7 +6417,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -6491,7 +6491,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -6506,7 +6506,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -6521,7 +6521,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -6536,7 +6536,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -6551,7 +6551,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -6632,7 +6632,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudJobSchedule, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExecutionInformation": "Microsoft.Azure.Commands.Batch.Models.PSJobScheduleExecutionInformation",
"Statistics": "Microsoft.Azure.Commands.Batch.Models.PSJobScheduleStatistics",
@@ -6686,7 +6686,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -6695,7 +6695,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -6704,7 +6704,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -6713,7 +6713,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -6722,7 +6722,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -6731,7 +6731,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -6794,7 +6794,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -6809,7 +6809,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -6824,7 +6824,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -6839,7 +6839,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -6913,7 +6913,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -6928,7 +6928,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -6943,7 +6943,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -6958,7 +6958,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -6973,7 +6973,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -7047,7 +7047,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -7062,7 +7062,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -7077,7 +7077,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -7144,206 +7144,6 @@
}
]
},
- {
- "VerbName": "Get",
- "NounName": "AzBatchJobStatistic",
- "Name": "Get-AzBatchJobStatistic",
- "ClassName": "Microsoft.Azure.Commands.Batch.GetBatchJobStatisticCommand",
- "SupportsShouldProcess": false,
- "ConfirmImpact": 2,
- "SupportsPaging": false,
- "DefaultParameterSetName": "__AllParameterSets",
- "OutputTypes": [
- {
- "Type": {
- "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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "LastUpdateTime": "System.DateTime",
- "StartTime": "System.DateTime",
- "ReadIOGiB": "System.Double",
- "WriteIOGiB": "System.Double",
- "FailedTaskCount": "System.Int64",
- "ReadIOps": "System.Int64",
- "SucceededTaskCount": "System.Int64",
- "TaskRetryCount": "System.Int64",
- "WriteIOps": "System.Int64",
- "Url": "System.String",
- "KernelCpuTime": "System.TimeSpan",
- "UserCpuTime": "System.TimeSpan",
- "WaitTime": "System.TimeSpan",
- "WallClockTime": "System.TimeSpan"
- },
- "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"
- }
- ]
- },
- "ParameterSets": [
- "__AllParameterSets"
- ]
- }
- ],
- "Parameters": [
- {
- "Name": "BatchContext",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Batch",
- "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
- "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
- "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity",
- "Encryption": "Microsoft.Azure.Management.Batch.Models.EncryptionProperties",
- "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference",
- "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean",
- "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]",
- "DedicatedCoreQuotaPerVMFamily": "System.Collections.Hashtable",
- "Tags": "System.Collections.Hashtable",
- "ActiveJobAndJobScheduleQuota": "System.Int32",
- "PoolQuota": "System.Int32",
- "PoolAllocationMode": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PoolAllocationMode]",
- "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]",
- "DedicatedCoreQuota": "System.Nullable`1[System.Int32]",
- "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]",
- "TagsTable": "System.String",
- "TaskTenantUrl": "System.String",
- "State": "System.String",
- "Subscription": "System.String",
- "ResourceGroupName": "System.String",
- "Location": "System.String",
- "AccountName": "System.String",
- "SecondaryAccountKey": "System.String",
- "PrimaryAccountKey": "System.String",
- "AccountEndpoint": "System.String",
- "Id": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- }
- ],
- "ParameterSets": [
- {
- "Name": "__AllParameterSets",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "BatchContext",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Batch",
- "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
- "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
- "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity",
- "Encryption": "Microsoft.Azure.Management.Batch.Models.EncryptionProperties",
- "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference",
- "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean",
- "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]",
- "DedicatedCoreQuotaPerVMFamily": "System.Collections.Hashtable",
- "Tags": "System.Collections.Hashtable",
- "ActiveJobAndJobScheduleQuota": "System.Int32",
- "PoolQuota": "System.Int32",
- "PoolAllocationMode": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PoolAllocationMode]",
- "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]",
- "DedicatedCoreQuota": "System.Nullable`1[System.Int32]",
- "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]",
- "TagsTable": "System.String",
- "TaskTenantUrl": "System.String",
- "State": "System.String",
- "Subscription": "System.String",
- "ResourceGroupName": "System.String",
- "Location": "System.String",
- "AccountName": "System.String",
- "SecondaryAccountKey": "System.String",
- "PrimaryAccountKey": "System.String",
- "AccountEndpoint": "System.String",
- "Id": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": true,
- "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
- }
- ]
- }
- ],
- "AliasList": [
- "Get-AzBatchJobStatistics"
- ]
- },
{
"VerbName": "Get",
"NounName": "AzBatchLocationQuota",
@@ -7358,7 +7158,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSBatchLocationQuotas, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccountQuota": "System.Int32",
"Location": "System.String"
@@ -7414,7 +7214,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -7449,7 +7249,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -7506,7 +7306,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNodeFile, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.Batch.Models.PSFileProperties",
"IsDirectory": "System.Nullable`1[System.Boolean]",
@@ -7549,7 +7349,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -7558,7 +7358,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -7567,7 +7367,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AffinityInformation": "Microsoft.Azure.Commands.Batch.Models.PSAffinityInformation",
"AuthenticationTokenSettings": "Microsoft.Azure.Commands.Batch.Models.PSAuthenticationTokenSettings",
@@ -7605,7 +7405,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -7614,7 +7414,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -7623,7 +7423,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EndpointConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeEndpointConfiguration",
"NodeAgentInformation": "Microsoft.Azure.Commands.Batch.Models.PSNodeAgentInformation",
@@ -7660,7 +7460,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -7669,7 +7469,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -7678,7 +7478,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -7696,7 +7496,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -7759,7 +7559,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -7774,7 +7574,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -7792,7 +7592,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -7807,7 +7607,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -7881,7 +7681,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -7896,7 +7696,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -7911,7 +7711,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -7926,7 +7726,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -7956,7 +7756,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -8030,7 +7830,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AffinityInformation": "Microsoft.Azure.Commands.Batch.Models.PSAffinityInformation",
"AuthenticationTokenSettings": "Microsoft.Azure.Commands.Batch.Models.PSAuthenticationTokenSettings",
@@ -8074,7 +7874,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -8089,7 +7889,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -8119,7 +7919,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -8193,7 +7993,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -8208,7 +8008,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -8226,7 +8026,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -8241,7 +8041,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -8315,7 +8115,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -8330,7 +8130,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -8345,7 +8145,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -8360,7 +8160,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -8390,7 +8190,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -8464,7 +8264,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EndpointConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeEndpointConfiguration",
"NodeAgentInformation": "Microsoft.Azure.Commands.Batch.Models.PSNodeAgentInformation",
@@ -8504,7 +8304,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -8519,7 +8319,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -8549,7 +8349,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -8623,7 +8423,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -8704,7 +8504,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Void",
- "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ParameterSets": [
"__AllParameterSets"
@@ -8717,7 +8517,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -8726,7 +8526,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -8735,7 +8535,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -8744,7 +8544,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -8756,7 +8556,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -8765,7 +8565,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNodeFile, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.Batch.Models.PSFileProperties",
"IsDirectory": "System.Nullable`1[System.Boolean]",
@@ -8780,7 +8580,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -8789,7 +8589,7 @@
"Type": {
"Namespace": "System.IO",
"Name": "System.IO.Stream",
- "AssemblyQualifiedName": "System.IO.Stream, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.IO.Stream, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -8798,7 +8598,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Int64]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Int64"
]
@@ -8812,7 +8612,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Int64]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Int64"
]
@@ -8826,7 +8626,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -8889,7 +8689,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -8904,7 +8704,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -8922,7 +8722,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -8937,7 +8737,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -8952,7 +8752,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Int64]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Int64"
]
@@ -8972,7 +8772,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Int64]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Int64"
]
@@ -8992,7 +8792,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -9066,7 +8866,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -9081,7 +8881,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -9099,7 +8899,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -9114,7 +8914,7 @@
"Type": {
"Namespace": "System.IO",
"Name": "System.IO.Stream",
- "AssemblyQualifiedName": "System.IO.Stream, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.IO.Stream, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -9129,7 +8929,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Int64]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Int64"
]
@@ -9149,7 +8949,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Int64]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Int64"
]
@@ -9169,7 +8969,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -9243,7 +9043,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -9258,7 +9058,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -9276,7 +9076,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -9291,7 +9091,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -9306,7 +9106,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Int64]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Int64"
]
@@ -9326,7 +9126,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Int64]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Int64"
]
@@ -9346,7 +9146,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -9420,7 +9220,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -9435,7 +9235,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -9453,7 +9253,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -9468,7 +9268,7 @@
"Type": {
"Namespace": "System.IO",
"Name": "System.IO.Stream",
- "AssemblyQualifiedName": "System.IO.Stream, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.IO.Stream, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -9483,7 +9283,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Int64]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Int64"
]
@@ -9503,7 +9303,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Int64]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Int64"
]
@@ -9523,7 +9323,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -9597,7 +9397,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNodeFile, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.Batch.Models.PSFileProperties",
"IsDirectory": "System.Nullable`1[System.Boolean]",
@@ -9618,7 +9418,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -9633,7 +9433,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Int64]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Int64"
]
@@ -9653,7 +9453,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Int64]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Int64"
]
@@ -9673,7 +9473,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -9747,7 +9547,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNodeFile, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.Batch.Models.PSFileProperties",
"IsDirectory": "System.Nullable`1[System.Boolean]",
@@ -9768,7 +9568,7 @@
"Type": {
"Namespace": "System.IO",
"Name": "System.IO.Stream",
- "AssemblyQualifiedName": "System.IO.Stream, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.IO.Stream, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -9783,7 +9583,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Int64]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Int64"
]
@@ -9803,7 +9603,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Int64]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Int64"
]
@@ -9823,7 +9623,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -9897,7 +9697,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Int64]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Int64"
]
@@ -9917,7 +9717,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Int64]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Int64"
]
@@ -9937,7 +9737,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -10018,7 +9818,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudPool, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoScaleRun": "Microsoft.Azure.Commands.Batch.Models.PSAutoScaleRun",
"Identity": "Microsoft.Azure.Commands.Batch.Models.PSBatchPoolIdentity",
@@ -10096,7 +9896,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -10105,7 +9905,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -10114,7 +9914,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -10123,7 +9923,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -10132,7 +9932,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -10141,7 +9941,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -10204,7 +10004,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -10219,7 +10019,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -10234,7 +10034,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -10249,7 +10049,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -10323,7 +10123,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -10338,7 +10138,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -10353,7 +10153,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -10368,7 +10168,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -10383,7 +10183,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -10457,7 +10257,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -10472,7 +10272,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -10487,7 +10287,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -10568,7 +10368,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSPoolNodeCounts, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Dedicated": "Microsoft.Azure.Commands.Batch.Models.PSNodeCounts",
"LowPriority": "Microsoft.Azure.Commands.Batch.Models.PSNodeCounts",
@@ -10610,7 +10410,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -10619,7 +10419,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudPool, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoScaleRun": "Microsoft.Azure.Commands.Batch.Models.PSAutoScaleRun",
"Identity": "Microsoft.Azure.Commands.Batch.Models.PSBatchPoolIdentity",
@@ -10669,7 +10469,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateRangeMin": 1,
"ValidateRangeMax": 10,
@@ -10680,7 +10480,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -10743,7 +10543,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -10758,7 +10558,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -10832,7 +10632,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudPool, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoScaleRun": "Microsoft.Azure.Commands.Batch.Models.PSAutoScaleRun",
"Identity": "Microsoft.Azure.Commands.Batch.Models.PSBatchPoolIdentity",
@@ -10888,7 +10688,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -10962,7 +10762,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateRangeMin": 1,
"ValidateRangeMax": 10,
@@ -10979,7 +10779,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -11053,7 +10853,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -11125,9 +10925,9 @@
},
{
"VerbName": "Get",
- "NounName": "AzBatchPoolStatistic",
- "Name": "Get-AzBatchPoolStatistic",
- "ClassName": "Microsoft.Azure.Commands.Batch.GetBatchPoolStatisticCommand",
+ "NounName": "AzBatchPoolUsageMetric",
+ "Name": "Get-AzBatchPoolUsageMetric",
+ "ClassName": "Microsoft.Azure.Commands.Batch.GetBatchPoolUsageMetrics",
"SupportsShouldProcess": false,
"ConfirmImpact": 2,
"SupportsPaging": false,
@@ -11136,14 +10936,14 @@
{
"Type": {
"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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Name": "Microsoft.Azure.Commands.Batch.Models.PSPoolUsageMetrics",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSPoolUsageMetrics, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "ResourceStatistics": "Microsoft.Azure.Commands.Batch.Models.PSResourceStatistics",
- "UsageStatistics": "Microsoft.Azure.Commands.Batch.Models.PSUsageStatistics",
- "LastUpdateTime": "System.DateTime",
+ "EndTime": "System.DateTime",
"StartTime": "System.DateTime",
- "Url": "System.String"
+ "TotalCoreHours": "System.Double",
+ "PoolId": "System.String",
+ "VirtualMachineSize": "System.String"
},
"Methods": [
{
@@ -11176,12 +10976,45 @@
}
],
"Parameters": [
+ {
+ "Name": "StartTime",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Nullable`1[System.DateTime]",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "GenericTypeArguments": [
+ "System.DateTime"
+ ]
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ {
+ "Name": "EndTime",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Nullable`1[System.DateTime]",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "GenericTypeArguments": [
+ "System.DateTime"
+ ]
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ {
+ "Name": "Filter",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
{
"Name": "BatchContext",
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -11238,288 +11071,64 @@
{
"Name": "__AllParameterSets",
"Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "StartTime",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Nullable`1[System.DateTime]",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "GenericTypeArguments": [
+ "System.DateTime"
+ ]
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EndTime",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Nullable`1[System.DateTime]",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "GenericTypeArguments": [
+ "System.DateTime"
+ ]
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Filter",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
{
"ParameterMetadata": {
"Name": "BatchContext",
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
- "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
- "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity",
- "Encryption": "Microsoft.Azure.Management.Batch.Models.EncryptionProperties",
- "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference",
- "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean",
- "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]",
- "DedicatedCoreQuotaPerVMFamily": "System.Collections.Hashtable",
- "Tags": "System.Collections.Hashtable",
- "ActiveJobAndJobScheduleQuota": "System.Int32",
- "PoolQuota": "System.Int32",
- "PoolAllocationMode": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PoolAllocationMode]",
- "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]",
- "DedicatedCoreQuota": "System.Nullable`1[System.Int32]",
- "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]",
- "TagsTable": "System.String",
- "TaskTenantUrl": "System.String",
- "State": "System.String",
- "Subscription": "System.String",
- "ResourceGroupName": "System.String",
- "Location": "System.String",
- "AccountName": "System.String",
- "SecondaryAccountKey": "System.String",
- "PrimaryAccountKey": "System.String",
- "AccountEndpoint": "System.String",
- "Id": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": true,
- "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
- }
- ]
- }
- ],
- "AliasList": [
- "Get-AzBatchPoolStatistics"
- ]
- },
- {
- "VerbName": "Get",
- "NounName": "AzBatchPoolUsageMetric",
- "Name": "Get-AzBatchPoolUsageMetric",
- "ClassName": "Microsoft.Azure.Commands.Batch.GetBatchPoolUsageMetrics",
- "SupportsShouldProcess": false,
- "ConfirmImpact": 2,
- "SupportsPaging": false,
- "DefaultParameterSetName": "__AllParameterSets",
- "OutputTypes": [
- {
- "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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "EndTime": "System.DateTime",
- "StartTime": "System.DateTime",
- "TotalCoreHours": "System.Double",
- "PoolId": "System.String",
- "VirtualMachineSize": "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"
- }
- ]
- },
- "ParameterSets": [
- "__AllParameterSets"
- ]
- }
- ],
- "Parameters": [
- {
- "Name": "StartTime",
- "Type": {
- "Namespace": "System",
- "Name": "System.Nullable`1[System.DateTime]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.DateTime"
- ]
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "EndTime",
- "Type": {
- "Namespace": "System",
- "Name": "System.Nullable`1[System.DateTime]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.DateTime"
- ]
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "Filter",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "BatchContext",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Batch",
- "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
- "AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
- "Identity": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity",
- "Encryption": "Microsoft.Azure.Management.Batch.Models.EncryptionProperties",
- "KeyVaultReference": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference",
- "DedicatedCoreQuotaPerVMFamilyEnforced": "System.Boolean",
- "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]",
- "DedicatedCoreQuotaPerVMFamily": "System.Collections.Hashtable",
- "Tags": "System.Collections.Hashtable",
- "ActiveJobAndJobScheduleQuota": "System.Int32",
- "PoolQuota": "System.Int32",
- "PoolAllocationMode": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PoolAllocationMode]",
- "PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]",
- "DedicatedCoreQuota": "System.Nullable`1[System.Int32]",
- "LowPriorityCoreQuota": "System.Nullable`1[System.Int32]",
- "TagsTable": "System.String",
- "TaskTenantUrl": "System.String",
- "State": "System.String",
- "Subscription": "System.String",
- "ResourceGroupName": "System.String",
- "Location": "System.String",
- "AccountName": "System.String",
- "SecondaryAccountKey": "System.String",
- "PrimaryAccountKey": "System.String",
- "AccountEndpoint": "System.String",
- "Id": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- }
- ],
- "ParameterSets": [
- {
- "Name": "__AllParameterSets",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "StartTime",
- "Type": {
- "Namespace": "System",
- "Name": "System.Nullable`1[System.DateTime]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.DateTime"
- ]
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "EndTime",
- "Type": {
- "Namespace": "System",
- "Name": "System.Nullable`1[System.DateTime]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.DateTime"
- ]
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Filter",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "BatchContext",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Batch",
- "Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -11603,7 +11212,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Void",
- "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ParameterSets": [
"__AllParameterSets"
@@ -11616,7 +11225,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -11625,7 +11234,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -11634,7 +11243,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EndpointConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeEndpointConfiguration",
"NodeAgentInformation": "Microsoft.Azure.Commands.Batch.Models.PSNodeAgentInformation",
@@ -11668,7 +11277,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -11677,7 +11286,7 @@
"Type": {
"Namespace": "System.IO",
"Name": "System.IO.Stream",
- "AssemblyQualifiedName": "System.IO.Stream, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.IO.Stream, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -11686,7 +11295,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -11749,7 +11358,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -11764,7 +11373,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -11779,7 +11388,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -11794,7 +11403,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -11868,7 +11477,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -11883,7 +11492,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -11898,7 +11507,7 @@
"Type": {
"Namespace": "System.IO",
"Name": "System.IO.Stream",
- "AssemblyQualifiedName": "System.IO.Stream, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.IO.Stream, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -11913,7 +11522,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -11987,7 +11596,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EndpointConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeEndpointConfiguration",
"NodeAgentInformation": "Microsoft.Azure.Commands.Batch.Models.PSNodeAgentInformation",
@@ -12027,7 +11636,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -12042,7 +11651,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -12116,7 +11725,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EndpointConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeEndpointConfiguration",
"NodeAgentInformation": "Microsoft.Azure.Commands.Batch.Models.PSNodeAgentInformation",
@@ -12156,7 +11765,7 @@
"Type": {
"Namespace": "System.IO",
"Name": "System.IO.Stream",
- "AssemblyQualifiedName": "System.IO.Stream, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.IO.Stream, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -12171,7 +11780,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -12245,7 +11854,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -12326,7 +11935,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSRemoteLoginSettings, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Port": "System.Int32",
"IPAddress": "System.String"
@@ -12367,7 +11976,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -12376,7 +11985,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -12385,7 +11994,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EndpointConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeEndpointConfiguration",
"NodeAgentInformation": "Microsoft.Azure.Commands.Batch.Models.PSNodeAgentInformation",
@@ -12419,7 +12028,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -12482,7 +12091,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -12497,7 +12106,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -12512,7 +12121,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -12586,7 +12195,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EndpointConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeEndpointConfiguration",
"NodeAgentInformation": "Microsoft.Azure.Commands.Batch.Models.PSNodeAgentInformation",
@@ -12626,7 +12235,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -12700,7 +12309,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -12784,7 +12393,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSSubtaskInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ComputeNodeInformation": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeInformation",
"ContainerInformation": "Microsoft.Azure.Commands.Batch.Models.PSTaskContainerExecutionInformation",
@@ -12835,7 +12444,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -12844,7 +12453,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -12853,7 +12462,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AffinityInformation": "Microsoft.Azure.Commands.Batch.Models.PSAffinityInformation",
"AuthenticationTokenSettings": "Microsoft.Azure.Commands.Batch.Models.PSAuthenticationTokenSettings",
@@ -12891,7 +12500,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -12900,7 +12509,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -12963,7 +12572,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -12978,7 +12587,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -12993,7 +12602,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -13008,7 +12617,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -13082,7 +12691,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AffinityInformation": "Microsoft.Azure.Commands.Batch.Models.PSAffinityInformation",
"AuthenticationTokenSettings": "Microsoft.Azure.Commands.Batch.Models.PSAuthenticationTokenSettings",
@@ -13126,7 +12735,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -13141,7 +12750,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -13215,7 +12824,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -13230,7 +12839,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -13311,7 +12920,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSImageInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ImageReference": "Microsoft.Azure.Commands.Batch.Models.PSImageReference",
"Capabilities": "System.Collections.Generic.IReadOnlyList`1[System.String]",
@@ -13356,7 +12965,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -13365,7 +12974,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -13374,7 +12983,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -13437,7 +13046,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -13452,7 +13061,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -13467,7 +13076,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -13548,7 +13157,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSSupportedSku, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Capabilities": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSSkuCapability]",
"FamilyName": "System.String",
@@ -13609,7 +13218,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -13618,7 +13227,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Int32"
]
@@ -13630,7 +13239,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -13665,7 +13274,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -13680,7 +13289,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Int32"
]
@@ -13698,7 +13307,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -13754,7 +13363,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AffinityInformation": "Microsoft.Azure.Commands.Batch.Models.PSAffinityInformation",
"AuthenticationTokenSettings": "Microsoft.Azure.Commands.Batch.Models.PSAuthenticationTokenSettings",
@@ -13835,7 +13444,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -13844,7 +13453,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -13853,7 +13462,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Constraints": "Microsoft.Azure.Commands.Batch.Models.PSJobConstraints",
"ExecutionInformation": "Microsoft.Azure.Commands.Batch.Models.PSJobExecutionInformation",
@@ -13890,7 +13499,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -13899,7 +13508,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -13908,7 +13517,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -13917,7 +13526,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -13926,7 +13535,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -13989,7 +13598,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -14004,7 +13613,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -14019,7 +13628,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -14034,7 +13643,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -14049,7 +13658,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -14123,7 +13732,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -14138,7 +13747,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -14153,7 +13762,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -14168,7 +13777,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -14183,7 +13792,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -14198,7 +13807,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -14272,7 +13881,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Constraints": "Microsoft.Azure.Commands.Batch.Models.PSJobConstraints",
"ExecutionInformation": "Microsoft.Azure.Commands.Batch.Models.PSJobExecutionInformation",
@@ -14315,7 +13924,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -14330,7 +13939,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -14345,7 +13954,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -14360,7 +13969,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -14375,7 +13984,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -14449,7 +14058,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -14464,7 +14073,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -14479,7 +14088,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -14560,7 +14169,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskCounts, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Active": "System.Int32",
"Completed": "System.Int32",
@@ -14604,7 +14213,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -14613,7 +14222,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Constraints": "Microsoft.Azure.Commands.Batch.Models.PSJobConstraints",
"ExecutionInformation": "Microsoft.Azure.Commands.Batch.Models.PSJobExecutionInformation",
@@ -14650,7 +14259,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -14713,7 +14322,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -14728,7 +14337,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -14802,7 +14411,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Constraints": "Microsoft.Azure.Commands.Batch.Models.PSJobConstraints",
"ExecutionInformation": "Microsoft.Azure.Commands.Batch.Models.PSJobExecutionInformation",
@@ -14845,7 +14454,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -14919,7 +14528,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -15003,7 +14612,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskSlotCounts, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Active": "System.Int32",
"Completed": "System.Int32",
@@ -15047,7 +14656,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -15056,7 +14665,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Constraints": "Microsoft.Azure.Commands.Batch.Models.PSJobConstraints",
"ExecutionInformation": "Microsoft.Azure.Commands.Batch.Models.PSJobExecutionInformation",
@@ -15093,7 +14702,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -15156,7 +14765,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -15171,7 +14780,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -15245,7 +14854,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Constraints": "Microsoft.Azure.Commands.Batch.Models.PSJobConstraints",
"ExecutionInformation": "Microsoft.Azure.Commands.Batch.Models.PSJobExecutionInformation",
@@ -15288,7 +14897,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -15362,7 +14971,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -15443,7 +15052,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -15522,7 +15131,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -15531,7 +15140,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -15540,7 +15149,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -15549,7 +15158,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -15558,7 +15167,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PoolAllocationMode]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Batch.Models.PoolAllocationMode, Microsoft.Azure.Management.Batch, Version=14.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Batch.Models.PoolAllocationMode, Microsoft.Azure.Management.Batch, Version=14.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Batch.Models.PoolAllocationMode"
]
@@ -15570,7 +15179,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -15579,7 +15188,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -15591,7 +15200,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -15618,7 +15227,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -15637,7 +15246,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -15675,7 +15284,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -15690,7 +15299,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -15705,7 +15314,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -15720,7 +15329,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -15735,7 +15344,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PoolAllocationMode]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Batch.Models.PoolAllocationMode, Microsoft.Azure.Management.Batch, Version=14.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Batch.Models.PoolAllocationMode, Microsoft.Azure.Management.Batch, Version=14.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Batch.Models.PoolAllocationMode"
]
@@ -15753,7 +15362,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -15768,7 +15377,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -15786,7 +15395,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -15831,7 +15440,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -15862,7 +15471,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -15915,7 +15524,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -15994,7 +15603,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -16003,7 +15612,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -16012,7 +15621,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateSet": [
"Primary",
@@ -16054,7 +15663,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -16069,7 +15678,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -16084,7 +15693,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateSet": [
"Primary",
@@ -16141,7 +15750,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSApplication, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AllowUpdates": "System.Boolean",
"Id": "System.String",
@@ -16190,7 +15799,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -16199,7 +15808,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -16211,7 +15820,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -16220,7 +15829,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Boolean]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Boolean"
]
@@ -16232,7 +15841,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -16267,7 +15876,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -16282,7 +15891,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -16300,7 +15909,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -16315,7 +15924,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Boolean]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Boolean"
]
@@ -16333,7 +15942,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -16386,7 +15995,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackage, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"State": "Microsoft.Azure.Management.Batch.Models.PackageState",
"LastActivationTime": "System.Nullable`1[System.DateTime]",
@@ -16437,7 +16046,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -16446,7 +16055,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -16458,7 +16067,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -16467,7 +16076,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -16476,7 +16085,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -16485,7 +16094,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -16529,7 +16138,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -16544,7 +16153,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -16562,7 +16171,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -16577,7 +16186,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -16592,7 +16201,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -16607,7 +16216,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -16653,7 +16262,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -16668,7 +16277,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -16686,7 +16295,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -16701,7 +16310,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -16716,7 +16325,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -16815,7 +16424,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Void",
- "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ParameterSets": [
"__AllParameterSets"
@@ -16828,7 +16437,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -16837,7 +16446,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Byte[]",
- "AssemblyQualifiedName": "System.Byte[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Byte[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.Byte"
},
"ValidateNotNullOrEmpty": true
@@ -16847,7 +16456,7 @@
"Type": {
"Namespace": "System.Security",
"Name": "System.Security.SecureString",
- "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -16856,7 +16465,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSCertificateKind",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCertificateKind, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCertificateKind, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -16865,7 +16474,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -16928,7 +16537,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -16943,7 +16552,7 @@
"Type": {
"Namespace": "System.Security",
"Name": "System.Security.SecureString",
- "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -16958,7 +16567,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSCertificateKind",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCertificateKind, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCertificateKind, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -16973,7 +16582,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -17047,7 +16656,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Byte[]",
- "AssemblyQualifiedName": "System.Byte[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Byte[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.Byte"
},
"ValidateNotNullOrEmpty": true
@@ -17063,7 +16672,7 @@
"Type": {
"Namespace": "System.Security",
"Name": "System.Security.SecureString",
- "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -17078,7 +16687,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSCertificateKind",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCertificateKind, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCertificateKind, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -17093,7 +16702,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -17167,7 +16776,7 @@
"Type": {
"Namespace": "System.Security",
"Name": "System.Security.SecureString",
- "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -17182,7 +16791,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSCertificateKind",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCertificateKind, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCertificateKind, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -17197,7 +16806,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -17278,7 +16887,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Void",
- "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ParameterSets": [
"__AllParameterSets"
@@ -17291,7 +16900,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -17300,7 +16909,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -17309,7 +16918,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EndpointConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeEndpointConfiguration",
"NodeAgentInformation": "Microsoft.Azure.Commands.Batch.Models.PSNodeAgentInformation",
@@ -17343,7 +16952,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -17352,7 +16961,7 @@
"Type": {
"Namespace": "System.Security",
"Name": "System.Security.SecureString",
- "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -17361,7 +16970,7 @@
"Type": {
"Namespace": "System",
"Name": "System.DateTime",
- "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -17379,7 +16988,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -17442,7 +17051,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -17457,7 +17066,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -17472,7 +17081,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -17487,7 +17096,7 @@
"Type": {
"Namespace": "System.Security",
"Name": "System.Security.SecureString",
- "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -17502,7 +17111,7 @@
"Type": {
"Namespace": "System",
"Name": "System.DateTime",
- "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -17532,7 +17141,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -17606,7 +17215,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EndpointConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeEndpointConfiguration",
"NodeAgentInformation": "Microsoft.Azure.Commands.Batch.Models.PSNodeAgentInformation",
@@ -17646,7 +17255,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -17661,7 +17270,7 @@
"Type": {
"Namespace": "System.Security",
"Name": "System.Security.SecureString",
- "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -17676,7 +17285,7 @@
"Type": {
"Namespace": "System",
"Name": "System.DateTime",
- "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -17706,7 +17315,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -17780,7 +17389,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -17795,7 +17404,7 @@
"Type": {
"Namespace": "System.Security",
"Name": "System.Security.SecureString",
- "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -17810,7 +17419,7 @@
"Type": {
"Namespace": "System",
"Name": "System.DateTime",
- "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -17840,7 +17449,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -17921,7 +17530,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Void",
- "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ParameterSets": [
"__AllParameterSets"
@@ -17934,7 +17543,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -17946,7 +17555,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.IDictionary",
- "AssemblyQualifiedName": "System.Collections.IDictionary, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.IDictionary, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -17955,7 +17564,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -17964,7 +17573,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobConstraints, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"MaxTaskRetryCount": "System.Nullable`1[System.Int32]",
"MaxWallClockTime": "System.Nullable`1[System.TimeSpan]"
@@ -17977,7 +17586,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobManagerTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AuthenticationTokenSettings": "Microsoft.Azure.Commands.Batch.Models.PSAuthenticationTokenSettings",
"Constraints": "Microsoft.Azure.Commands.Batch.Models.PSTaskConstraints",
@@ -18003,7 +17612,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobPreparationTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Constraints": "Microsoft.Azure.Commands.Batch.Models.PSTaskConstraints",
"ContainerSettings": "Microsoft.Azure.Commands.Batch.Models.PSTaskContainerSettings",
@@ -18023,7 +17632,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobReleaseTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ContainerSettings": "Microsoft.Azure.Commands.Batch.Models.PSTaskContainerSettings",
"UserIdentity": "Microsoft.Azure.Commands.Batch.Models.PSUserIdentity",
@@ -18042,7 +17651,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.IDictionary",
- "AssemblyQualifiedName": "System.Collections.IDictionary, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.IDictionary, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -18051,7 +17660,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSPoolInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoPoolSpecification": "Microsoft.Azure.Commands.Batch.Models.PSAutoPoolSpecification",
"PoolId": "System.String"
@@ -18064,7 +17673,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -18082,7 +17691,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Batch.Common.OnTaskFailure]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.OnTaskFailure, Microsoft.Azure.Batch, Version=15.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.OnTaskFailure, Microsoft.Azure.Batch, Version=16.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Batch.Common.OnTaskFailure"
]
@@ -18094,7 +17703,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Batch.Common.OnAllTasksComplete]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.OnAllTasksComplete, Microsoft.Azure.Batch, Version=15.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.OnAllTasksComplete, Microsoft.Azure.Batch, Version=16.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Batch.Common.OnAllTasksComplete"
]
@@ -18106,7 +17715,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -18169,7 +17778,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -18187,7 +17796,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.IDictionary",
- "AssemblyQualifiedName": "System.Collections.IDictionary, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.IDictionary, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -18202,7 +17811,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -18217,7 +17826,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobConstraints, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"MaxTaskRetryCount": "System.Nullable`1[System.Int32]",
"MaxWallClockTime": "System.Nullable`1[System.TimeSpan]"
@@ -18236,7 +17845,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobManagerTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AuthenticationTokenSettings": "Microsoft.Azure.Commands.Batch.Models.PSAuthenticationTokenSettings",
"Constraints": "Microsoft.Azure.Commands.Batch.Models.PSTaskConstraints",
@@ -18268,7 +17877,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobPreparationTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Constraints": "Microsoft.Azure.Commands.Batch.Models.PSTaskConstraints",
"ContainerSettings": "Microsoft.Azure.Commands.Batch.Models.PSTaskContainerSettings",
@@ -18294,7 +17903,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobReleaseTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ContainerSettings": "Microsoft.Azure.Commands.Batch.Models.PSTaskContainerSettings",
"UserIdentity": "Microsoft.Azure.Commands.Batch.Models.PSUserIdentity",
@@ -18319,7 +17928,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.IDictionary",
- "AssemblyQualifiedName": "System.Collections.IDictionary, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.IDictionary, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -18334,7 +17943,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSPoolInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoPoolSpecification": "Microsoft.Azure.Commands.Batch.Models.PSAutoPoolSpecification",
"PoolId": "System.String"
@@ -18353,7 +17962,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -18383,7 +17992,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Batch.Common.OnTaskFailure]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.OnTaskFailure, Microsoft.Azure.Batch, Version=15.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.OnTaskFailure, Microsoft.Azure.Batch, Version=16.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Batch.Common.OnTaskFailure"
]
@@ -18401,7 +18010,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Batch.Common.OnAllTasksComplete]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.OnAllTasksComplete, Microsoft.Azure.Batch, Version=15.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.OnAllTasksComplete, Microsoft.Azure.Batch, Version=16.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Batch.Common.OnAllTasksComplete"
]
@@ -18419,7 +18028,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -18500,7 +18109,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Void",
- "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ParameterSets": [
"__AllParameterSets"
@@ -18513,7 +18122,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -18522,7 +18131,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -18531,7 +18140,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSSchedule, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DoNotRunAfter": "System.Nullable`1[System.DateTime]",
"DoNotRunUntil": "System.Nullable`1[System.DateTime]",
@@ -18546,7 +18155,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobSpecification, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Constraints": "Microsoft.Azure.Commands.Batch.Models.PSJobConstraints",
"JobManagerTask": "Microsoft.Azure.Commands.Batch.Models.PSJobManagerTask",
@@ -18572,7 +18181,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.IDictionary",
- "AssemblyQualifiedName": "System.Collections.IDictionary, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.IDictionary, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -18581,7 +18190,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -18644,7 +18253,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -18659,7 +18268,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -18674,7 +18283,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSSchedule, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DoNotRunAfter": "System.Nullable`1[System.DateTime]",
"DoNotRunUntil": "System.Nullable`1[System.DateTime]",
@@ -18695,7 +18304,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobSpecification, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Constraints": "Microsoft.Azure.Commands.Batch.Models.PSJobConstraints",
"JobManagerTask": "Microsoft.Azure.Commands.Batch.Models.PSJobManagerTask",
@@ -18727,7 +18336,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.IDictionary",
- "AssemblyQualifiedName": "System.Collections.IDictionary, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.IDictionary, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -18742,7 +18351,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -18823,7 +18432,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Void",
- "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ParameterSets": [
"__AllParameterSets"
@@ -18836,7 +18445,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -18845,7 +18454,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -18854,7 +18463,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -18863,7 +18472,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.TimeSpan]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.TimeSpan, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.TimeSpan, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.TimeSpan"
]
@@ -18878,7 +18487,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Int32"
]
@@ -18890,7 +18499,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Int32"
]
@@ -18902,7 +18511,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.TimeSpan]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.TimeSpan, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.TimeSpan, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.TimeSpan"
]
@@ -18914,7 +18523,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -18926,7 +18535,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Int32"
]
@@ -18938,7 +18547,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskSchedulingPolicy, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ComputeNodeFillType": "Microsoft.Azure.Batch.Common.ComputeNodeFillType"
}
@@ -18950,7 +18559,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.IDictionary",
- "AssemblyQualifiedName": "System.Collections.IDictionary, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.IDictionary, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -18968,7 +18577,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSStartTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ContainerSettings": "Microsoft.Azure.Commands.Batch.Models.PSTaskContainerSettings",
"UserIdentity": "Microsoft.Azure.Commands.Batch.Models.PSUserIdentity",
@@ -18989,7 +18598,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSCertificateReference[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCertificateReference[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCertificateReference[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Batch.Models.PSCertificateReference"
},
"ValidateNotNullOrEmpty": true
@@ -19002,7 +18611,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference"
},
"ValidateNotNullOrEmpty": true
@@ -19015,7 +18624,7 @@
"Type": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.List`1[System.String]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.String"
]
@@ -19027,7 +18636,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSVirtualMachineConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ContainerConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSContainerConfiguration",
"DiskEncryptionConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSDiskEncryptionConfiguration",
@@ -19048,7 +18657,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudServiceConfiguration",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudServiceConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudServiceConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"OSFamily": "System.String",
"OSVersion": "System.String"
@@ -19061,11 +18670,12 @@
"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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNetworkConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EndpointConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSPoolEndpointConfiguration",
"PublicIPAddressConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSPublicIPAddressConfiguration",
"DynamicVNetAssignmentScope": "System.Nullable`1[Microsoft.Azure.Batch.Common.DynamicVNetAssignmentScope]",
+ "EnableAcceleratedNetworking": "System.Nullable`1[System.Boolean]",
"SubnetId": "System.String"
}
},
@@ -19076,7 +18686,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration"
},
"ValidateNotNullOrEmpty": true
@@ -19086,7 +18696,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSUserAccount[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Batch.Models.PSUserAccount"
},
"ValidateNotNullOrEmpty": true
@@ -19096,7 +18706,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Batch.Common",
"Name": "Microsoft.Azure.Batch.Common.NodeCommunicationMode",
- "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.NodeCommunicationMode, Microsoft.Azure.Batch, Version=15.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.NodeCommunicationMode, Microsoft.Azure.Batch, Version=16.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -19105,7 +18715,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Batch.Common",
"Name": "Microsoft.Azure.Batch.Common.NodeCommunicationMode",
- "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.NodeCommunicationMode, Microsoft.Azure.Batch, Version=15.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.NodeCommunicationMode, Microsoft.Azure.Batch, Version=16.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -19114,7 +18724,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -19177,7 +18787,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -19192,7 +18802,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -19207,7 +18817,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -19225,7 +18835,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Int32"
]
@@ -19243,7 +18853,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskSchedulingPolicy, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ComputeNodeFillType": "Microsoft.Azure.Batch.Common.ComputeNodeFillType"
}
@@ -19261,7 +18871,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.IDictionary",
- "AssemblyQualifiedName": "System.Collections.IDictionary, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.IDictionary, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -19291,7 +18901,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSStartTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ContainerSettings": "Microsoft.Azure.Commands.Batch.Models.PSTaskContainerSettings",
"UserIdentity": "Microsoft.Azure.Commands.Batch.Models.PSUserIdentity",
@@ -19318,7 +18928,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSCertificateReference[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCertificateReference[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCertificateReference[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Batch.Models.PSCertificateReference"
},
"ValidateNotNullOrEmpty": true
@@ -19337,7 +18947,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference"
},
"ValidateNotNullOrEmpty": true
@@ -19356,7 +18966,7 @@
"Type": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.List`1[System.String]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.String"
]
@@ -19374,11 +18984,12 @@
"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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNetworkConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EndpointConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSPoolEndpointConfiguration",
"PublicIPAddressConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSPublicIPAddressConfiguration",
"DynamicVNetAssignmentScope": "System.Nullable`1[Microsoft.Azure.Batch.Common.DynamicVNetAssignmentScope]",
+ "EnableAcceleratedNetworking": "System.Nullable`1[System.Boolean]",
"SubnetId": "System.String"
}
},
@@ -19395,7 +19006,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration"
},
"ValidateNotNullOrEmpty": true
@@ -19411,7 +19022,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSUserAccount[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Batch.Models.PSUserAccount"
},
"ValidateNotNullOrEmpty": true
@@ -19427,7 +19038,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Batch.Common",
"Name": "Microsoft.Azure.Batch.Common.NodeCommunicationMode",
- "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.NodeCommunicationMode, Microsoft.Azure.Batch, Version=15.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.NodeCommunicationMode, Microsoft.Azure.Batch, Version=16.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -19442,7 +19053,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Batch.Common",
"Name": "Microsoft.Azure.Batch.Common.NodeCommunicationMode",
- "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.NodeCommunicationMode, Microsoft.Azure.Batch, Version=15.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.NodeCommunicationMode, Microsoft.Azure.Batch, Version=16.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -19457,7 +19068,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -19531,7 +19142,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.TimeSpan]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.TimeSpan, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.TimeSpan, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.TimeSpan"
]
@@ -19552,7 +19163,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Int32"
]
@@ -19570,7 +19181,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Int32"
]
@@ -19588,7 +19199,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSVirtualMachineConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ContainerConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSContainerConfiguration",
"DiskEncryptionConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSDiskEncryptionConfiguration",
@@ -19615,7 +19226,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -19630,7 +19241,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -19645,7 +19256,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -19663,7 +19274,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Int32"
]
@@ -19681,7 +19292,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskSchedulingPolicy, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ComputeNodeFillType": "Microsoft.Azure.Batch.Common.ComputeNodeFillType"
}
@@ -19699,7 +19310,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.IDictionary",
- "AssemblyQualifiedName": "System.Collections.IDictionary, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.IDictionary, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -19729,7 +19340,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSStartTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ContainerSettings": "Microsoft.Azure.Commands.Batch.Models.PSTaskContainerSettings",
"UserIdentity": "Microsoft.Azure.Commands.Batch.Models.PSUserIdentity",
@@ -19756,7 +19367,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSCertificateReference[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCertificateReference[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCertificateReference[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Batch.Models.PSCertificateReference"
},
"ValidateNotNullOrEmpty": true
@@ -19775,7 +19386,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference"
},
"ValidateNotNullOrEmpty": true
@@ -19794,7 +19405,7 @@
"Type": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.List`1[System.String]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.String"
]
@@ -19812,11 +19423,12 @@
"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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNetworkConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EndpointConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSPoolEndpointConfiguration",
"PublicIPAddressConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSPublicIPAddressConfiguration",
"DynamicVNetAssignmentScope": "System.Nullable`1[Microsoft.Azure.Batch.Common.DynamicVNetAssignmentScope]",
+ "EnableAcceleratedNetworking": "System.Nullable`1[System.Boolean]",
"SubnetId": "System.String"
}
},
@@ -19833,7 +19445,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration"
},
"ValidateNotNullOrEmpty": true
@@ -19849,7 +19461,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSUserAccount[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Batch.Models.PSUserAccount"
},
"ValidateNotNullOrEmpty": true
@@ -19865,7 +19477,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Batch.Common",
"Name": "Microsoft.Azure.Batch.Common.NodeCommunicationMode",
- "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.NodeCommunicationMode, Microsoft.Azure.Batch, Version=15.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.NodeCommunicationMode, Microsoft.Azure.Batch, Version=16.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -19880,7 +19492,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Batch.Common",
"Name": "Microsoft.Azure.Batch.Common.NodeCommunicationMode",
- "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.NodeCommunicationMode, Microsoft.Azure.Batch, Version=15.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.NodeCommunicationMode, Microsoft.Azure.Batch, Version=16.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -19895,7 +19507,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -19969,7 +19581,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.TimeSpan]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.TimeSpan, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.TimeSpan, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.TimeSpan"
]
@@ -19990,7 +19602,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Int32"
]
@@ -20008,7 +19620,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Int32"
]
@@ -20026,7 +19638,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudServiceConfiguration",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudServiceConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudServiceConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"OSFamily": "System.String",
"OSVersion": "System.String"
@@ -20045,7 +19657,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -20060,7 +19672,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -20075,7 +19687,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -20093,7 +19705,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Int32"
]
@@ -20111,7 +19723,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskSchedulingPolicy, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ComputeNodeFillType": "Microsoft.Azure.Batch.Common.ComputeNodeFillType"
}
@@ -20129,7 +19741,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.IDictionary",
- "AssemblyQualifiedName": "System.Collections.IDictionary, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.IDictionary, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -20159,7 +19771,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSStartTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ContainerSettings": "Microsoft.Azure.Commands.Batch.Models.PSTaskContainerSettings",
"UserIdentity": "Microsoft.Azure.Commands.Batch.Models.PSUserIdentity",
@@ -20186,7 +19798,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSCertificateReference[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCertificateReference[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCertificateReference[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Batch.Models.PSCertificateReference"
},
"ValidateNotNullOrEmpty": true
@@ -20205,7 +19817,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference"
},
"ValidateNotNullOrEmpty": true
@@ -20224,7 +19836,7 @@
"Type": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.List`1[System.String]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.String"
]
@@ -20242,11 +19854,12 @@
"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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNetworkConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EndpointConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSPoolEndpointConfiguration",
"PublicIPAddressConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSPublicIPAddressConfiguration",
"DynamicVNetAssignmentScope": "System.Nullable`1[Microsoft.Azure.Batch.Common.DynamicVNetAssignmentScope]",
+ "EnableAcceleratedNetworking": "System.Nullable`1[System.Boolean]",
"SubnetId": "System.String"
}
},
@@ -20263,7 +19876,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration"
},
"ValidateNotNullOrEmpty": true
@@ -20279,7 +19892,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSUserAccount[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Batch.Models.PSUserAccount"
},
"ValidateNotNullOrEmpty": true
@@ -20295,7 +19908,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Batch.Common",
"Name": "Microsoft.Azure.Batch.Common.NodeCommunicationMode",
- "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.NodeCommunicationMode, Microsoft.Azure.Batch, Version=15.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.NodeCommunicationMode, Microsoft.Azure.Batch, Version=16.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -20310,7 +19923,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Batch.Common",
"Name": "Microsoft.Azure.Batch.Common.NodeCommunicationMode",
- "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.NodeCommunicationMode, Microsoft.Azure.Batch, Version=15.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.NodeCommunicationMode, Microsoft.Azure.Batch, Version=16.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -20325,7 +19938,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -20399,7 +20012,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.TimeSpan]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.TimeSpan, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.TimeSpan, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.TimeSpan"
]
@@ -20417,7 +20030,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -20432,7 +20045,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudServiceConfiguration",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudServiceConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudServiceConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"OSFamily": "System.String",
"OSVersion": "System.String"
@@ -20451,7 +20064,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -20466,7 +20079,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -20481,7 +20094,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -20499,7 +20112,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Int32"
]
@@ -20517,7 +20130,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskSchedulingPolicy, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ComputeNodeFillType": "Microsoft.Azure.Batch.Common.ComputeNodeFillType"
}
@@ -20535,7 +20148,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.IDictionary",
- "AssemblyQualifiedName": "System.Collections.IDictionary, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.IDictionary, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -20565,7 +20178,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSStartTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ContainerSettings": "Microsoft.Azure.Commands.Batch.Models.PSTaskContainerSettings",
"UserIdentity": "Microsoft.Azure.Commands.Batch.Models.PSUserIdentity",
@@ -20592,7 +20205,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSCertificateReference[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCertificateReference[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCertificateReference[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Batch.Models.PSCertificateReference"
},
"ValidateNotNullOrEmpty": true
@@ -20611,7 +20224,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference"
},
"ValidateNotNullOrEmpty": true
@@ -20630,7 +20243,7 @@
"Type": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.List`1[System.String]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.String"
]
@@ -20648,11 +20261,12 @@
"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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNetworkConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EndpointConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSPoolEndpointConfiguration",
"PublicIPAddressConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSPublicIPAddressConfiguration",
"DynamicVNetAssignmentScope": "System.Nullable`1[Microsoft.Azure.Batch.Common.DynamicVNetAssignmentScope]",
+ "EnableAcceleratedNetworking": "System.Nullable`1[System.Boolean]",
"SubnetId": "System.String"
}
},
@@ -20669,7 +20283,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration"
},
"ValidateNotNullOrEmpty": true
@@ -20685,7 +20299,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSUserAccount[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Batch.Models.PSUserAccount"
},
"ValidateNotNullOrEmpty": true
@@ -20701,7 +20315,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Batch.Common",
"Name": "Microsoft.Azure.Batch.Common.NodeCommunicationMode",
- "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.NodeCommunicationMode, Microsoft.Azure.Batch, Version=15.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.NodeCommunicationMode, Microsoft.Azure.Batch, Version=16.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -20716,7 +20330,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Batch.Common",
"Name": "Microsoft.Azure.Batch.Common.NodeCommunicationMode",
- "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.NodeCommunicationMode, Microsoft.Azure.Batch, Version=15.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.NodeCommunicationMode, Microsoft.Azure.Batch, Version=16.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -20731,7 +20345,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -20805,7 +20419,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.TimeSpan]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.TimeSpan, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.TimeSpan, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.TimeSpan"
]
@@ -20823,7 +20437,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -20838,7 +20452,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSVirtualMachineConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ContainerConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSContainerConfiguration",
"DiskEncryptionConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSDiskEncryptionConfiguration",
@@ -20865,7 +20479,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -20880,7 +20494,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -20895,7 +20509,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -20913,7 +20527,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Int32"
]
@@ -20931,7 +20545,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskSchedulingPolicy, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ComputeNodeFillType": "Microsoft.Azure.Batch.Common.ComputeNodeFillType"
}
@@ -20949,7 +20563,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.IDictionary",
- "AssemblyQualifiedName": "System.Collections.IDictionary, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.IDictionary, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -20979,7 +20593,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSStartTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ContainerSettings": "Microsoft.Azure.Commands.Batch.Models.PSTaskContainerSettings",
"UserIdentity": "Microsoft.Azure.Commands.Batch.Models.PSUserIdentity",
@@ -21006,7 +20620,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSCertificateReference[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCertificateReference[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCertificateReference[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Batch.Models.PSCertificateReference"
},
"ValidateNotNullOrEmpty": true
@@ -21025,7 +20639,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference"
},
"ValidateNotNullOrEmpty": true
@@ -21044,7 +20658,7 @@
"Type": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.List`1[System.String]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.String"
]
@@ -21062,11 +20676,12 @@
"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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNetworkConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EndpointConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSPoolEndpointConfiguration",
"PublicIPAddressConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSPublicIPAddressConfiguration",
"DynamicVNetAssignmentScope": "System.Nullable`1[Microsoft.Azure.Batch.Common.DynamicVNetAssignmentScope]",
+ "EnableAcceleratedNetworking": "System.Nullable`1[System.Boolean]",
"SubnetId": "System.String"
}
},
@@ -21083,7 +20698,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration"
},
"ValidateNotNullOrEmpty": true
@@ -21099,7 +20714,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSUserAccount[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Batch.Models.PSUserAccount"
},
"ValidateNotNullOrEmpty": true
@@ -21115,7 +20730,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Batch.Common",
"Name": "Microsoft.Azure.Batch.Common.NodeCommunicationMode",
- "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.NodeCommunicationMode, Microsoft.Azure.Batch, Version=15.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.NodeCommunicationMode, Microsoft.Azure.Batch, Version=16.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -21130,7 +20745,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Batch.Common",
"Name": "Microsoft.Azure.Batch.Common.NodeCommunicationMode",
- "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.NodeCommunicationMode, Microsoft.Azure.Batch, Version=15.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.NodeCommunicationMode, Microsoft.Azure.Batch, Version=16.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -21145,7 +20760,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -21226,7 +20841,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSResourceFile, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IdentityReference": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeIdentityReference",
"AutoStorageContainerName": "System.String",
@@ -21272,7 +20887,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -21281,7 +20896,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -21290,7 +20905,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -21299,7 +20914,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -21308,7 +20923,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -21317,7 +20932,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -21352,7 +20967,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -21367,7 +20982,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -21382,7 +20997,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -21428,7 +21043,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -21443,7 +21058,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -21458,7 +21073,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -21473,7 +21088,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -21519,7 +21134,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -21534,7 +21149,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -21549,7 +21164,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -21564,7 +21179,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -21610,7 +21225,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -21663,7 +21278,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Void",
- "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ParameterSets": [
"__AllParameterSets"
@@ -21676,7 +21291,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -21685,7 +21300,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Constraints": "Microsoft.Azure.Commands.Batch.Models.PSJobConstraints",
"ExecutionInformation": "Microsoft.Azure.Commands.Batch.Models.PSJobExecutionInformation",
@@ -21722,7 +21337,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -21731,7 +21346,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -21740,7 +21355,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -21752,7 +21367,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSResourceFile[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Batch.Models.PSResourceFile"
},
"ValidateNotNullOrEmpty": true
@@ -21765,7 +21380,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.IDictionary",
- "AssemblyQualifiedName": "System.Collections.IDictionary, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.IDictionary, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -21774,7 +21389,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSAuthenticationTokenSettings, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Access": "Microsoft.Azure.Batch.Common.AccessScope"
}
@@ -21786,7 +21401,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSUserIdentity, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoUser": "Microsoft.Azure.Commands.Batch.Models.PSAutoUserSpecification",
"UserName": "System.String"
@@ -21799,7 +21414,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSAffinityInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AffinityId": "System.String"
}
@@ -21811,7 +21426,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskConstraints, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"MaxTaskRetryCount": "System.Nullable`1[System.Int32]",
"MaxWallClockTime": "System.Nullable`1[System.TimeSpan]",
@@ -21825,7 +21440,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSMultiInstanceSettings, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.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]",
@@ -21839,7 +21454,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Batch",
"Name": "Microsoft.Azure.Batch.TaskDependencies",
- "AssemblyQualifiedName": "Microsoft.Azure.Batch.TaskDependencies, Microsoft.Azure.Batch, Version=15.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Batch.TaskDependencies, Microsoft.Azure.Batch, Version=16.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"TaskIdRanges": "System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Batch.TaskIdRange]",
"TaskIds": "System.Collections.Generic.IReadOnlyList`1[System.String]"
@@ -21855,7 +21470,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference"
},
"ValidateNotNullOrEmpty": true
@@ -21865,7 +21480,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSOutputFile[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Batch.Models.PSOutputFile"
},
"ValidateNotNullOrEmpty": true
@@ -21875,7 +21490,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask"
},
"ValidateNotNullOrEmpty": true
@@ -21885,7 +21500,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSExitConditions, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Default": "Microsoft.Azure.Commands.Batch.Models.PSExitOptions",
"FileUploadError": "Microsoft.Azure.Commands.Batch.Models.PSExitOptions",
@@ -21901,7 +21516,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskContainerSettings, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Registry": "Microsoft.Azure.Commands.Batch.Models.PSContainerRegistry",
"WorkingDirectory": "System.Nullable`1[Microsoft.Azure.Batch.Common.ContainerWorkingDirectory]",
@@ -21916,7 +21531,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -21979,7 +21594,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -21994,7 +21609,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -22009,7 +21624,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -22024,7 +21639,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -22042,7 +21657,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSResourceFile[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Batch.Models.PSResourceFile"
},
"ValidateNotNullOrEmpty": true
@@ -22061,7 +21676,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.IDictionary",
- "AssemblyQualifiedName": "System.Collections.IDictionary, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.IDictionary, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -22076,7 +21691,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSAuthenticationTokenSettings, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Access": "Microsoft.Azure.Batch.Common.AccessScope"
}
@@ -22094,7 +21709,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSUserIdentity, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoUser": "Microsoft.Azure.Commands.Batch.Models.PSAutoUserSpecification",
"UserName": "System.String"
@@ -22113,7 +21728,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSAffinityInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AffinityId": "System.String"
}
@@ -22131,7 +21746,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskConstraints, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"MaxTaskRetryCount": "System.Nullable`1[System.Int32]",
"MaxWallClockTime": "System.Nullable`1[System.TimeSpan]",
@@ -22151,7 +21766,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSMultiInstanceSettings, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.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]",
@@ -22171,7 +21786,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Batch",
"Name": "Microsoft.Azure.Batch.TaskDependencies",
- "AssemblyQualifiedName": "Microsoft.Azure.Batch.TaskDependencies, Microsoft.Azure.Batch, Version=15.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Batch.TaskDependencies, Microsoft.Azure.Batch, Version=16.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"TaskIdRanges": "System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Batch.TaskIdRange]",
"TaskIds": "System.Collections.Generic.IReadOnlyList`1[System.String]"
@@ -22193,7 +21808,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference"
},
"ValidateNotNullOrEmpty": true
@@ -22209,7 +21824,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSOutputFile[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Batch.Models.PSOutputFile"
},
"ValidateNotNullOrEmpty": true
@@ -22225,7 +21840,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSExitConditions, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Default": "Microsoft.Azure.Commands.Batch.Models.PSExitOptions",
"FileUploadError": "Microsoft.Azure.Commands.Batch.Models.PSExitOptions",
@@ -22247,7 +21862,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskContainerSettings, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Registry": "Microsoft.Azure.Commands.Batch.Models.PSContainerRegistry",
"WorkingDirectory": "System.Nullable`1[Microsoft.Azure.Batch.Common.ContainerWorkingDirectory]",
@@ -22268,7 +21883,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -22342,7 +21957,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -22357,7 +21972,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask"
},
"ValidateNotNullOrEmpty": true
@@ -22373,7 +21988,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -22447,7 +22062,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Constraints": "Microsoft.Azure.Commands.Batch.Models.PSJobConstraints",
"ExecutionInformation": "Microsoft.Azure.Commands.Batch.Models.PSJobExecutionInformation",
@@ -22490,7 +22105,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask"
},
"ValidateNotNullOrEmpty": true
@@ -22506,7 +22121,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -22580,7 +22195,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Constraints": "Microsoft.Azure.Commands.Batch.Models.PSJobConstraints",
"ExecutionInformation": "Microsoft.Azure.Commands.Batch.Models.PSJobExecutionInformation",
@@ -22623,7 +22238,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -22638,7 +22253,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -22653,7 +22268,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -22671,7 +22286,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSResourceFile[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Batch.Models.PSResourceFile"
},
"ValidateNotNullOrEmpty": true
@@ -22690,7 +22305,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.IDictionary",
- "AssemblyQualifiedName": "System.Collections.IDictionary, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.IDictionary, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -22705,7 +22320,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSAuthenticationTokenSettings, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Access": "Microsoft.Azure.Batch.Common.AccessScope"
}
@@ -22723,7 +22338,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSUserIdentity, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoUser": "Microsoft.Azure.Commands.Batch.Models.PSAutoUserSpecification",
"UserName": "System.String"
@@ -22742,7 +22357,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSAffinityInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AffinityId": "System.String"
}
@@ -22760,7 +22375,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskConstraints, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"MaxTaskRetryCount": "System.Nullable`1[System.Int32]",
"MaxWallClockTime": "System.Nullable`1[System.TimeSpan]",
@@ -22780,7 +22395,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSMultiInstanceSettings, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.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]",
@@ -22800,7 +22415,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Batch",
"Name": "Microsoft.Azure.Batch.TaskDependencies",
- "AssemblyQualifiedName": "Microsoft.Azure.Batch.TaskDependencies, Microsoft.Azure.Batch, Version=15.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Batch.TaskDependencies, Microsoft.Azure.Batch, Version=16.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"TaskIdRanges": "System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Batch.TaskIdRange]",
"TaskIds": "System.Collections.Generic.IReadOnlyList`1[System.String]"
@@ -22822,7 +22437,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference"
},
"ValidateNotNullOrEmpty": true
@@ -22838,7 +22453,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSOutputFile[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Batch.Models.PSOutputFile"
},
"ValidateNotNullOrEmpty": true
@@ -22854,7 +22469,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSExitConditions, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Default": "Microsoft.Azure.Commands.Batch.Models.PSExitOptions",
"FileUploadError": "Microsoft.Azure.Commands.Batch.Models.PSExitOptions",
@@ -22876,7 +22491,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskContainerSettings, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Registry": "Microsoft.Azure.Commands.Batch.Models.PSContainerRegistry",
"WorkingDirectory": "System.Nullable`1[Microsoft.Azure.Batch.Common.ContainerWorkingDirectory]",
@@ -22897,7 +22512,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -22971,7 +22586,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -23052,7 +22667,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Void",
- "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ParameterSets": [
"__AllParameterSets"
@@ -23068,7 +22683,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -23077,7 +22692,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -23124,7 +22739,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -23139,7 +22754,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -23207,7 +22822,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Void",
- "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ParameterSets": [
"__AllParameterSets"
@@ -23220,7 +22835,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -23229,7 +22844,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -23241,7 +22856,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -23276,7 +22891,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -23291,7 +22906,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -23309,7 +22924,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -23362,7 +22977,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Void",
- "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ParameterSets": [
"__AllParameterSets"
@@ -23375,7 +22990,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -23384,7 +22999,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -23396,7 +23011,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -23405,7 +23020,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -23440,7 +23055,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -23455,7 +23070,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -23473,7 +23088,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -23488,7 +23103,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -23541,7 +23156,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Void",
- "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ParameterSets": [
"__AllParameterSets"
@@ -23554,7 +23169,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -23563,7 +23178,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -23572,7 +23187,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -23635,7 +23250,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -23650,7 +23265,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -23665,7 +23280,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -23746,7 +23361,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Void",
- "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ParameterSets": [
"__AllParameterSets"
@@ -23759,7 +23374,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -23771,7 +23386,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": true
@@ -23781,7 +23396,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EndpointConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeEndpointConfiguration",
"NodeAgentInformation": "Microsoft.Azure.Commands.Batch.Models.PSNodeAgentInformation",
@@ -23815,7 +23430,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Batch.Common.ComputeNodeDeallocationOption]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.ComputeNodeDeallocationOption, Microsoft.Azure.Batch, Version=15.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.ComputeNodeDeallocationOption, Microsoft.Azure.Batch, Version=16.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Batch.Common.ComputeNodeDeallocationOption"
]
@@ -23827,7 +23442,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.TimeSpan]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.TimeSpan, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.TimeSpan, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.TimeSpan"
]
@@ -23848,7 +23463,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -23911,7 +23526,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -23929,7 +23544,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": true
@@ -23945,7 +23560,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Batch.Common.ComputeNodeDeallocationOption]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.ComputeNodeDeallocationOption, Microsoft.Azure.Batch, Version=15.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.ComputeNodeDeallocationOption, Microsoft.Azure.Batch, Version=16.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Batch.Common.ComputeNodeDeallocationOption"
]
@@ -23963,7 +23578,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.TimeSpan]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.TimeSpan, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.TimeSpan, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.TimeSpan"
]
@@ -23996,7 +23611,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -24070,7 +23685,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EndpointConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeEndpointConfiguration",
"NodeAgentInformation": "Microsoft.Azure.Commands.Batch.Models.PSNodeAgentInformation",
@@ -24110,7 +23725,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Batch.Common.ComputeNodeDeallocationOption]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.ComputeNodeDeallocationOption, Microsoft.Azure.Batch, Version=15.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.ComputeNodeDeallocationOption, Microsoft.Azure.Batch, Version=16.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Batch.Common.ComputeNodeDeallocationOption"
]
@@ -24128,7 +23743,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.TimeSpan]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.TimeSpan, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.TimeSpan, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.TimeSpan"
]
@@ -24161,7 +23776,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -24235,7 +23850,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Batch.Common.ComputeNodeDeallocationOption]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.ComputeNodeDeallocationOption, Microsoft.Azure.Batch, Version=15.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.ComputeNodeDeallocationOption, Microsoft.Azure.Batch, Version=16.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Batch.Common.ComputeNodeDeallocationOption"
]
@@ -24253,7 +23868,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.TimeSpan]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.TimeSpan, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.TimeSpan, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.TimeSpan"
]
@@ -24286,7 +23901,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -24367,7 +23982,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Void",
- "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ParameterSets": [
"__AllParameterSets"
@@ -24380,7 +23995,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -24389,7 +24004,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -24398,7 +24013,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -24407,7 +24022,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -24470,7 +24085,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -24485,7 +24100,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -24500,7 +24115,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -24515,7 +24130,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -24596,7 +24211,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Void",
- "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ParameterSets": [
"__AllParameterSets"
@@ -24609,7 +24224,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -24627,7 +24242,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -24690,7 +24305,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -24720,7 +24335,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -24801,7 +24416,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Void",
- "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ParameterSets": [
"__AllParameterSets"
@@ -24814,7 +24429,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -24832,7 +24447,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -24895,7 +24510,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -24925,7 +24540,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -25006,7 +24621,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Void",
- "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ParameterSets": [
"__AllParameterSets"
@@ -25019,7 +24634,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -25028,7 +24643,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -25037,7 +24652,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -25046,7 +24661,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -25058,7 +24673,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -25067,7 +24682,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNodeFile, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.Batch.Models.PSFileProperties",
"IsDirectory": "System.Nullable`1[System.Boolean]",
@@ -25100,7 +24715,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -25163,7 +24778,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -25178,7 +24793,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -25196,7 +24811,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -25241,7 +24856,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -25315,7 +24930,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -25330,7 +24945,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -25348,7 +24963,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -25393,7 +25008,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -25467,7 +25082,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNodeFile, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.Batch.Models.PSFileProperties",
"IsDirectory": "System.Nullable`1[System.Boolean]",
@@ -25518,7 +25133,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -25622,7 +25237,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -25703,7 +25318,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Void",
- "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ParameterSets": [
"__AllParameterSets"
@@ -25716,7 +25331,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -25734,7 +25349,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -25797,7 +25412,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -25827,7 +25442,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -25908,7 +25523,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Void",
- "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ParameterSets": [
"__AllParameterSets"
@@ -25921,7 +25536,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -25930,7 +25545,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -25939,7 +25554,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AffinityInformation": "Microsoft.Azure.Commands.Batch.Models.PSAffinityInformation",
"AuthenticationTokenSettings": "Microsoft.Azure.Commands.Batch.Models.PSAuthenticationTokenSettings",
@@ -25986,7 +25601,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -26049,7 +25664,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -26064,7 +25679,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -26094,7 +25709,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -26168,7 +25783,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AffinityInformation": "Microsoft.Azure.Commands.Batch.Models.PSAffinityInformation",
"AuthenticationTokenSettings": "Microsoft.Azure.Commands.Batch.Models.PSAuthenticationTokenSettings",
@@ -26227,7 +25842,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -26316,7 +25931,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -26397,7 +26012,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Void",
- "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ParameterSets": [
"__AllParameterSets"
@@ -26410,7 +26025,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -26419,7 +26034,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -26428,7 +26043,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EndpointConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeEndpointConfiguration",
"NodeAgentInformation": "Microsoft.Azure.Commands.Batch.Models.PSNodeAgentInformation",
@@ -26462,7 +26077,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Batch.Common.ComputeNodeReimageOption]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.ComputeNodeReimageOption, Microsoft.Azure.Batch, Version=15.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.ComputeNodeReimageOption, Microsoft.Azure.Batch, Version=16.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Batch.Common.ComputeNodeReimageOption"
]
@@ -26474,7 +26089,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -26537,7 +26152,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -26552,7 +26167,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -26567,7 +26182,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Batch.Common.ComputeNodeReimageOption]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.ComputeNodeReimageOption, Microsoft.Azure.Batch, Version=15.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.ComputeNodeReimageOption, Microsoft.Azure.Batch, Version=16.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Batch.Common.ComputeNodeReimageOption"
]
@@ -26585,7 +26200,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -26659,7 +26274,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EndpointConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeEndpointConfiguration",
"NodeAgentInformation": "Microsoft.Azure.Commands.Batch.Models.PSNodeAgentInformation",
@@ -26699,7 +26314,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Batch.Common.ComputeNodeReimageOption]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.ComputeNodeReimageOption, Microsoft.Azure.Batch, Version=15.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.ComputeNodeReimageOption, Microsoft.Azure.Batch, Version=16.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Batch.Common.ComputeNodeReimageOption"
]
@@ -26717,7 +26332,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -26791,7 +26406,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Batch.Common.ComputeNodeReimageOption]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.ComputeNodeReimageOption, Microsoft.Azure.Batch, Version=15.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.ComputeNodeReimageOption, Microsoft.Azure.Batch, Version=16.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Batch.Common.ComputeNodeReimageOption"
]
@@ -26809,7 +26424,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -26890,7 +26505,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Void",
- "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ParameterSets": [
"__AllParameterSets"
@@ -26903,7 +26518,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -26912,7 +26527,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -26921,7 +26536,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EndpointConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeEndpointConfiguration",
"NodeAgentInformation": "Microsoft.Azure.Commands.Batch.Models.PSNodeAgentInformation",
@@ -26955,7 +26570,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Batch.Common.ComputeNodeRebootOption]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.ComputeNodeRebootOption, Microsoft.Azure.Batch, Version=15.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.ComputeNodeRebootOption, Microsoft.Azure.Batch, Version=16.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Batch.Common.ComputeNodeRebootOption"
]
@@ -26967,7 +26582,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -27030,7 +26645,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -27045,7 +26660,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -27060,7 +26675,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Batch.Common.ComputeNodeRebootOption]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.ComputeNodeRebootOption, Microsoft.Azure.Batch, Version=15.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.ComputeNodeRebootOption, Microsoft.Azure.Batch, Version=16.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Batch.Common.ComputeNodeRebootOption"
]
@@ -27078,7 +26693,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -27152,7 +26767,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EndpointConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeEndpointConfiguration",
"NodeAgentInformation": "Microsoft.Azure.Commands.Batch.Models.PSNodeAgentInformation",
@@ -27192,7 +26807,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Batch.Common.ComputeNodeRebootOption]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.ComputeNodeRebootOption, Microsoft.Azure.Batch, Version=15.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.ComputeNodeRebootOption, Microsoft.Azure.Batch, Version=16.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Batch.Common.ComputeNodeRebootOption"
]
@@ -27210,7 +26825,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -27284,7 +26899,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Batch.Common.ComputeNodeRebootOption]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.ComputeNodeRebootOption, Microsoft.Azure.Batch, Version=15.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.ComputeNodeRebootOption, Microsoft.Azure.Batch, Version=16.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Batch.Common.ComputeNodeRebootOption"
]
@@ -27302,7 +26917,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -27383,7 +26998,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -27462,7 +27077,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -27474,7 +27089,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -27483,7 +27098,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -27492,7 +27107,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -27530,7 +27145,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -27548,7 +27163,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -27563,7 +27178,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -27578,7 +27193,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -27631,7 +27246,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Void",
- "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ParameterSets": [
"__AllParameterSets"
@@ -27644,7 +27259,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -27653,7 +27268,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -27665,7 +27280,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -27674,7 +27289,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -27683,7 +27298,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -27692,7 +27307,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Boolean]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Boolean"
]
@@ -27730,7 +27345,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -27745,7 +27360,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -27763,7 +27378,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -27778,7 +27393,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -27793,7 +27408,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -27808,7 +27423,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Boolean]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Boolean"
]
@@ -27864,7 +27479,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Void",
- "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ParameterSets": [
"__AllParameterSets"
@@ -27877,7 +27492,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -27886,7 +27501,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -27895,7 +27510,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -27904,7 +27519,7 @@
"Type": {
"Namespace": "System.Security",
"Name": "System.Security.SecureString",
- "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -27913,7 +27528,7 @@
"Type": {
"Namespace": "System",
"Name": "System.DateTime",
- "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -27922,7 +27537,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -27985,7 +27600,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -28000,7 +27615,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -28015,7 +27630,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -28030,7 +27645,7 @@
"Type": {
"Namespace": "System.Security",
"Name": "System.Security.SecureString",
- "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -28045,7 +27660,7 @@
"Type": {
"Namespace": "System",
"Name": "System.DateTime",
- "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -28060,7 +27675,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -28141,7 +27756,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Void",
- "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ParameterSets": [
"__AllParameterSets"
@@ -28154,7 +27769,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Constraints": "Microsoft.Azure.Commands.Batch.Models.PSJobConstraints",
"ExecutionInformation": "Microsoft.Azure.Commands.Batch.Models.PSJobExecutionInformation",
@@ -28191,7 +27806,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -28254,7 +27869,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Constraints": "Microsoft.Azure.Commands.Batch.Models.PSJobConstraints",
"ExecutionInformation": "Microsoft.Azure.Commands.Batch.Models.PSJobExecutionInformation",
@@ -28297,7 +27912,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -28378,7 +27993,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Void",
- "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ParameterSets": [
"__AllParameterSets"
@@ -28391,7 +28006,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudJobSchedule, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExecutionInformation": "Microsoft.Azure.Commands.Batch.Models.PSJobScheduleExecutionInformation",
"Statistics": "Microsoft.Azure.Commands.Batch.Models.PSJobScheduleStatistics",
@@ -28417,7 +28032,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -28480,7 +28095,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudJobSchedule, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExecutionInformation": "Microsoft.Azure.Commands.Batch.Models.PSJobScheduleExecutionInformation",
"Statistics": "Microsoft.Azure.Commands.Batch.Models.PSJobScheduleStatistics",
@@ -28512,7 +28127,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -28593,7 +28208,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Void",
- "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ParameterSets": [
"__AllParameterSets"
@@ -28606,7 +28221,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudPool, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoScaleRun": "Microsoft.Azure.Commands.Batch.Models.PSAutoScaleRun",
"Identity": "Microsoft.Azure.Commands.Batch.Models.PSBatchPoolIdentity",
@@ -28656,7 +28271,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -28719,7 +28334,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudPool, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoScaleRun": "Microsoft.Azure.Commands.Batch.Models.PSAutoScaleRun",
"Identity": "Microsoft.Azure.Commands.Batch.Models.PSBatchPoolIdentity",
@@ -28775,7 +28390,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -28856,7 +28471,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Void",
- "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ParameterSets": [
"__AllParameterSets"
@@ -28869,7 +28484,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AffinityInformation": "Microsoft.Azure.Commands.Batch.Models.PSAffinityInformation",
"AuthenticationTokenSettings": "Microsoft.Azure.Commands.Batch.Models.PSAuthenticationTokenSettings",
@@ -28907,7 +28522,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -28970,7 +28585,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AffinityInformation": "Microsoft.Azure.Commands.Batch.Models.PSAffinityInformation",
"AuthenticationTokenSettings": "Microsoft.Azure.Commands.Batch.Models.PSAuthenticationTokenSettings",
@@ -29014,7 +28629,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -29095,7 +28710,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSStartComputeNodeServiceLogUploadResult, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"NumberOfFilesUploaded": "System.Int32",
"VirtualDirectoryName": "System.String"
@@ -29136,7 +28751,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -29145,7 +28760,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -29154,7 +28769,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EndpointConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeEndpointConfiguration",
"NodeAgentInformation": "Microsoft.Azure.Commands.Batch.Models.PSNodeAgentInformation",
@@ -29188,7 +28803,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -29197,7 +28812,7 @@
"Type": {
"Namespace": "System",
"Name": "System.DateTime",
- "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -29206,7 +28821,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.DateTime]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.DateTime"
]
@@ -29218,7 +28833,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -29281,7 +28896,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -29296,7 +28911,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -29311,7 +28926,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -29326,7 +28941,7 @@
"Type": {
"Namespace": "System",
"Name": "System.DateTime",
- "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -29341,7 +28956,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.DateTime]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.DateTime"
]
@@ -29359,7 +28974,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -29433,7 +29048,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EndpointConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeEndpointConfiguration",
"NodeAgentInformation": "Microsoft.Azure.Commands.Batch.Models.PSNodeAgentInformation",
@@ -29473,7 +29088,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -29488,7 +29103,7 @@
"Type": {
"Namespace": "System",
"Name": "System.DateTime",
- "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -29503,7 +29118,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.DateTime]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.DateTime"
]
@@ -29521,7 +29136,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -29595,7 +29210,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -29610,7 +29225,7 @@
"Type": {
"Namespace": "System",
"Name": "System.DateTime",
- "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -29625,7 +29240,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.DateTime]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.DateTime"
]
@@ -29643,7 +29258,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -29724,7 +29339,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Void",
- "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ParameterSets": [
"__AllParameterSets"
@@ -29737,7 +29352,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -29749,7 +29364,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Int32"
]
@@ -29761,7 +29376,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Int32"
]
@@ -29773,7 +29388,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.TimeSpan]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.TimeSpan, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.TimeSpan, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.TimeSpan"
]
@@ -29785,7 +29400,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Batch.Common.ComputeNodeDeallocationOption]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.ComputeNodeDeallocationOption, Microsoft.Azure.Batch, Version=15.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.ComputeNodeDeallocationOption, Microsoft.Azure.Batch, Version=16.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Batch.Common.ComputeNodeDeallocationOption"
]
@@ -29797,7 +29412,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -29860,7 +29475,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -29878,7 +29493,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Int32"
]
@@ -29896,7 +29511,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Int32"
]
@@ -29914,7 +29529,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.TimeSpan]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.TimeSpan, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.TimeSpan, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.TimeSpan"
]
@@ -29932,7 +29547,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Batch.Common.ComputeNodeDeallocationOption]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.ComputeNodeDeallocationOption, Microsoft.Azure.Batch, Version=15.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.ComputeNodeDeallocationOption, Microsoft.Azure.Batch, Version=16.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Batch.Common.ComputeNodeDeallocationOption"
]
@@ -29950,7 +29565,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -30031,7 +29646,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Void",
- "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ParameterSets": [
"__AllParameterSets"
@@ -30044,7 +29659,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -30053,7 +29668,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -30062,7 +29677,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -30125,7 +29740,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -30140,7 +29755,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -30155,7 +29770,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -30236,7 +29851,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Void",
- "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ParameterSets": [
"__AllParameterSets"
@@ -30249,7 +29864,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -30258,7 +29873,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -30267,7 +29882,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -30330,7 +29945,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -30345,7 +29960,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -30360,7 +29975,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -30441,7 +30056,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Void",
- "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ParameterSets": [
"__AllParameterSets"
@@ -30454,7 +30069,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -30463,7 +30078,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -30526,7 +30141,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -30541,7 +30156,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -30622,7 +30237,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Void",
- "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ParameterSets": [
"__AllParameterSets"
@@ -30635,7 +30250,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -30644,7 +30259,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -30707,7 +30322,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -30722,7 +30337,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -30803,7 +30418,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Void",
- "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ParameterSets": [
"__AllParameterSets"
@@ -30816,7 +30431,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -30825,7 +30440,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -30834,7 +30449,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AffinityInformation": "Microsoft.Azure.Commands.Batch.Models.PSAffinityInformation",
"AuthenticationTokenSettings": "Microsoft.Azure.Commands.Batch.Models.PSAuthenticationTokenSettings",
@@ -30872,7 +30487,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -30935,7 +30550,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -30950,7 +30565,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -30965,7 +30580,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -31039,7 +30654,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AffinityInformation": "Microsoft.Azure.Commands.Batch.Models.PSAffinityInformation",
"AuthenticationTokenSettings": "Microsoft.Azure.Commands.Batch.Models.PSAuthenticationTokenSettings",
@@ -31083,7 +30698,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -31157,7 +30772,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -31238,7 +30853,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSAutoScaleRun, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Commands.Batch.Models.PSAutoScaleRunError",
"Timestamp": "System.DateTime",
@@ -31280,7 +30895,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -31289,7 +30904,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -31298,7 +30913,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -31361,7 +30976,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -31376,7 +30991,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -31391,7 +31006,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -31527,6 +31142,14 @@
],
"ReturnType": "System.Boolean"
},
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
{
"Name": "CompareTo",
"Parameters": [
@@ -31537,14 +31160,6 @@
],
"ReturnType": "System.Int32"
},
- {
- "Name": "GetHashCode",
- "ReturnType": "System.Int32"
- },
- {
- "Name": "ToString",
- "ReturnType": "System.String"
- },
{
"Name": "ToString",
"Parameters": [
@@ -31592,12 +31207,12 @@
"System.TypeCode": {
"Namespace": "System",
"Name": "System.TypeCode",
- "AssemblyQualifiedName": "System.TypeCode, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.TypeCode, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"System.Type": {
"Namespace": "System",
"Name": "System.Type",
- "AssemblyQualifiedName": "System.Type, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Type, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"Microsoft.Azure.Management.Batch.Models.AutoStorageProperties": {
"Namespace": "Microsoft.Azure.Management.Batch.Models",
@@ -31713,12 +31328,12 @@
"System.DateTime": {
"Namespace": "System",
"Name": "System.DateTime",
- "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"System.Nullable`1[Microsoft.Azure.Management.Batch.Models.AutoStorageAuthenticationMode]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.AutoStorageAuthenticationMode]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Batch.Models.AutoStorageAuthenticationMode, Microsoft.Azure.Management.Batch, Version=14.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Batch.Models.AutoStorageAuthenticationMode, Microsoft.Azure.Management.Batch, Version=14.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Batch.Models.AutoStorageAuthenticationMode"
]
@@ -31748,6 +31363,14 @@
],
"ReturnType": "System.Boolean"
},
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
{
"Name": "CompareTo",
"Parameters": [
@@ -31758,14 +31381,6 @@
],
"ReturnType": "System.Int32"
},
- {
- "Name": "GetHashCode",
- "ReturnType": "System.Int32"
- },
- {
- "Name": "ToString",
- "ReturnType": "System.String"
- },
{
"Name": "ToString",
"Parameters": [
@@ -31813,7 +31428,7 @@
"System.Void": {
"Namespace": "System",
"Name": "System.Void",
- "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity": {
"Namespace": "Microsoft.Azure.Management.Batch.Models",
@@ -31931,6 +31546,14 @@
],
"ReturnType": "System.Boolean"
},
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
{
"Name": "CompareTo",
"Parameters": [
@@ -31941,14 +31564,6 @@
],
"ReturnType": "System.Int32"
},
- {
- "Name": "GetHashCode",
- "ReturnType": "System.Int32"
- },
- {
- "Name": "ToString",
- "ReturnType": "System.String"
- },
{
"Name": "ToString",
"Parameters": [
@@ -31996,7 +31611,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=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.Batch.Models.UserAssignedIdentities, Microsoft.Azure.Management.Batch, Version=14.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.Batch.Models.UserAssignedIdentities, Microsoft.Azure.Management.Batch, Version=14.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.String",
"Microsoft.Azure.Management.Batch.Models.UserAssignedIdentities"
@@ -32153,7 +31768,7 @@
"System.Nullable`1[Microsoft.Azure.Management.Batch.Models.KeySource]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.KeySource]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Batch.Models.KeySource, Microsoft.Azure.Management.Batch, Version=14.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Batch.Models.KeySource, Microsoft.Azure.Management.Batch, Version=14.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Batch.Models.KeySource"
]
@@ -32183,6 +31798,14 @@
],
"ReturnType": "System.Boolean"
},
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
{
"Name": "CompareTo",
"Parameters": [
@@ -32193,14 +31816,6 @@
],
"ReturnType": "System.Int32"
},
- {
- "Name": "GetHashCode",
- "ReturnType": "System.Int32"
- },
- {
- "Name": "ToString",
- "ReturnType": "System.String"
- },
{
"Name": "ToString",
"Parameters": [
@@ -32303,7 +31918,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection, Microsoft.Azure.Management.Batch, Version=14.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection, Microsoft.Azure.Management.Batch, Version=14.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection"
]
@@ -32464,6 +32079,14 @@
],
"ReturnType": "System.Boolean"
},
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
{
"Name": "CompareTo",
"Parameters": [
@@ -32474,14 +32097,6 @@
],
"ReturnType": "System.Int32"
},
- {
- "Name": "GetHashCode",
- "ReturnType": "System.Int32"
- },
- {
- "Name": "ToString",
- "ReturnType": "System.String"
- },
{
"Name": "ToString",
"Parameters": [
@@ -32611,6 +32226,14 @@
],
"ReturnType": "System.Boolean"
},
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
{
"Name": "CompareTo",
"Parameters": [
@@ -32621,14 +32244,6 @@
],
"ReturnType": "System.Int32"
},
- {
- "Name": "GetHashCode",
- "ReturnType": "System.Int32"
- },
- {
- "Name": "ToString",
- "ReturnType": "System.String"
- },
{
"Name": "ToString",
"Parameters": [
@@ -32676,7 +32291,7 @@
"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=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.String"
]
@@ -32684,12 +32299,12 @@
"System.Collections.Hashtable": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PoolAllocationMode]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PoolAllocationMode]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Batch.Models.PoolAllocationMode, Microsoft.Azure.Management.Batch, Version=14.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Batch.Models.PoolAllocationMode, Microsoft.Azure.Management.Batch, Version=14.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Batch.Models.PoolAllocationMode"
]
@@ -32719,6 +32334,14 @@
],
"ReturnType": "System.Boolean"
},
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
{
"Name": "CompareTo",
"Parameters": [
@@ -32729,14 +32352,6 @@
],
"ReturnType": "System.Int32"
},
- {
- "Name": "GetHashCode",
- "ReturnType": "System.Int32"
- },
- {
- "Name": "ToString",
- "ReturnType": "System.String"
- },
{
"Name": "ToString",
"Parameters": [
@@ -32784,7 +32399,7 @@
"System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType, Microsoft.Azure.Management.Batch, Version=14.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType, Microsoft.Azure.Management.Batch, Version=14.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType"
]
@@ -32814,6 +32429,14 @@
],
"ReturnType": "System.Boolean"
},
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
{
"Name": "CompareTo",
"Parameters": [
@@ -32824,14 +32447,6 @@
],
"ReturnType": "System.Int32"
},
- {
- "Name": "GetHashCode",
- "ReturnType": "System.Int32"
- },
- {
- "Name": "ToString",
- "ReturnType": "System.String"
- },
{
"Name": "ToString",
"Parameters": [
@@ -32879,7 +32494,7 @@
"System.Nullable`1[System.Int32]": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Int32"
]
@@ -32911,7 +32526,7 @@
"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=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.String",
"System.String"
@@ -32982,13 +32597,13 @@
"System.Byte[]": {
"Namespace": "System",
"Name": "System.Byte[]",
- "AssemblyQualifiedName": "System.Byte[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Byte[], System.Private.CoreLib, Version=6.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]",
- "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount"
]
@@ -32996,7 +32611,7 @@
"System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment"
]
@@ -33004,7 +32619,7 @@
"System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]",
- "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription"
]
@@ -33012,7 +32627,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeEndpointConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"InboundEndpoints": "System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Batch.Models.PSInboundEndpoint]"
},
@@ -33044,7 +32659,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IReadOnlyList`1[[Microsoft.Azure.Commands.Batch.Models.PSInboundEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Batch.Models.PSInboundEndpoint"
]
@@ -33052,7 +32667,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSInboundEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Protocol": "Microsoft.Azure.Batch.Common.InboundEndpointProtocol",
"BackendPort": "System.Int32",
@@ -33089,7 +32704,7 @@
"Microsoft.Azure.Batch.Common.InboundEndpointProtocol": {
"Namespace": "Microsoft.Azure.Batch.Common",
"Name": "Microsoft.Azure.Batch.Common.InboundEndpointProtocol",
- "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.InboundEndpointProtocol, Microsoft.Azure.Batch, Version=15.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.InboundEndpointProtocol, Microsoft.Azure.Batch, Version=16.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -33111,6 +32726,14 @@
],
"ReturnType": "System.Boolean"
},
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
{
"Name": "CompareTo",
"Parameters": [
@@ -33121,14 +32744,6 @@
],
"ReturnType": "System.Int32"
},
- {
- "Name": "GetHashCode",
- "ReturnType": "System.Int32"
- },
- {
- "Name": "ToString",
- "ReturnType": "System.String"
- },
{
"Name": "ToString",
"Parameters": [
@@ -33176,7 +32791,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNodeAgentInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LastUpdateTime": "System.DateTime",
"Version": "System.String"
@@ -33209,7 +32824,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSStartTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ContainerSettings": "Microsoft.Azure.Commands.Batch.Models.PSTaskContainerSettings",
"UserIdentity": "Microsoft.Azure.Commands.Batch.Models.PSUserIdentity",
@@ -33261,7 +32876,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskContainerSettings, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Registry": "Microsoft.Azure.Commands.Batch.Models.PSContainerRegistry",
"WorkingDirectory": "System.Nullable`1[Microsoft.Azure.Batch.Common.ContainerWorkingDirectory]",
@@ -33319,7 +32934,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSContainerRegistry, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IdentityReference": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeIdentityReference",
"Password": "System.String",
@@ -33377,7 +32992,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeIdentityReference, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceId": "System.String"
},
@@ -33414,7 +33029,7 @@
"System.Nullable`1[Microsoft.Azure.Batch.Common.ContainerWorkingDirectory]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Batch.Common.ContainerWorkingDirectory]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.ContainerWorkingDirectory, Microsoft.Azure.Batch, Version=15.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.ContainerWorkingDirectory, Microsoft.Azure.Batch, Version=16.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Batch.Common.ContainerWorkingDirectory"
]
@@ -33422,7 +33037,7 @@
"Microsoft.Azure.Batch.Common.ContainerWorkingDirectory": {
"Namespace": "Microsoft.Azure.Batch.Common",
"Name": "Microsoft.Azure.Batch.Common.ContainerWorkingDirectory",
- "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.ContainerWorkingDirectory, Microsoft.Azure.Batch, Version=15.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.ContainerWorkingDirectory, Microsoft.Azure.Batch, Version=16.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -33444,6 +33059,14 @@
],
"ReturnType": "System.Boolean"
},
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
{
"Name": "CompareTo",
"Parameters": [
@@ -33454,14 +33077,6 @@
],
"ReturnType": "System.Int32"
},
- {
- "Name": "GetHashCode",
- "ReturnType": "System.Int32"
- },
- {
- "Name": "ToString",
- "ReturnType": "System.String"
- },
{
"Name": "ToString",
"Parameters": [
@@ -33509,7 +33124,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSUserIdentity, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoUser": "Microsoft.Azure.Commands.Batch.Models.PSAutoUserSpecification",
"UserName": "System.String"
@@ -33562,7 +33177,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSAutoUserSpecification, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.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]"
@@ -33610,7 +33225,7 @@
"System.Nullable`1[Microsoft.Azure.Batch.Common.AutoUserScope]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Batch.Common.AutoUserScope]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.AutoUserScope, Microsoft.Azure.Batch, Version=15.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.AutoUserScope, Microsoft.Azure.Batch, Version=16.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Batch.Common.AutoUserScope"
]
@@ -33618,7 +33233,7 @@
"Microsoft.Azure.Batch.Common.AutoUserScope": {
"Namespace": "Microsoft.Azure.Batch.Common",
"Name": "Microsoft.Azure.Batch.Common.AutoUserScope",
- "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.AutoUserScope, Microsoft.Azure.Batch, Version=15.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.AutoUserScope, Microsoft.Azure.Batch, Version=16.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -33640,6 +33255,14 @@
],
"ReturnType": "System.Boolean"
},
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
{
"Name": "CompareTo",
"Parameters": [
@@ -33650,14 +33273,6 @@
],
"ReturnType": "System.Int32"
},
- {
- "Name": "GetHashCode",
- "ReturnType": "System.Int32"
- },
- {
- "Name": "ToString",
- "ReturnType": "System.String"
- },
{
"Name": "ToString",
"Parameters": [
@@ -33705,7 +33320,7 @@
"System.Nullable`1[Microsoft.Azure.Batch.Common.ElevationLevel]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Batch.Common.ElevationLevel]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.ElevationLevel, Microsoft.Azure.Batch, Version=15.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.ElevationLevel, Microsoft.Azure.Batch, Version=16.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Batch.Common.ElevationLevel"
]
@@ -33713,7 +33328,7 @@
"Microsoft.Azure.Batch.Common.ElevationLevel": {
"Namespace": "Microsoft.Azure.Batch.Common",
"Name": "Microsoft.Azure.Batch.Common.ElevationLevel",
- "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.ElevationLevel, Microsoft.Azure.Batch, Version=15.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.ElevationLevel, Microsoft.Azure.Batch, Version=16.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -33735,6 +33350,14 @@
],
"ReturnType": "System.Boolean"
},
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
{
"Name": "CompareTo",
"Parameters": [
@@ -33745,14 +33368,6 @@
],
"ReturnType": "System.Int32"
},
- {
- "Name": "GetHashCode",
- "ReturnType": "System.Int32"
- },
- {
- "Name": "ToString",
- "ReturnType": "System.String"
- },
{
"Name": "ToString",
"Parameters": [
@@ -33800,7 +33415,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Batch.Models.PSResourceFile, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Batch.Models.PSResourceFile"
]
@@ -33808,7 +33423,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSResourceFile, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IdentityReference": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeIdentityReference",
"AutoStorageContainerName": "System.String",
@@ -33846,12 +33461,12 @@
"System.Collections.IDictionary": {
"Namespace": "System.Collections",
"Name": "System.Collections.IDictionary",
- "AssemblyQualifiedName": "System.Collections.IDictionary, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.IDictionary, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"System.Nullable`1[System.Boolean]": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Boolean]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Boolean"
]
@@ -33859,7 +33474,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSStartTaskInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"State": "Microsoft.Azure.Batch.Common.StartTaskState",
"ContainerInformation": "Microsoft.Azure.Commands.Batch.Models.PSTaskContainerExecutionInformation",
@@ -33899,7 +33514,7 @@
"Microsoft.Azure.Batch.Common.StartTaskState": {
"Namespace": "Microsoft.Azure.Batch.Common",
"Name": "Microsoft.Azure.Batch.Common.StartTaskState",
- "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.StartTaskState, Microsoft.Azure.Batch, Version=15.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.StartTaskState, Microsoft.Azure.Batch, Version=16.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -33921,6 +33536,14 @@
],
"ReturnType": "System.Boolean"
},
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
{
"Name": "CompareTo",
"Parameters": [
@@ -33931,14 +33554,6 @@
],
"ReturnType": "System.Int32"
},
- {
- "Name": "GetHashCode",
- "ReturnType": "System.Int32"
- },
- {
- "Name": "ToString",
- "ReturnType": "System.String"
- },
{
"Name": "ToString",
"Parameters": [
@@ -33986,7 +33601,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskContainerExecutionInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ContainerId": "System.String",
"Error": "System.String",
@@ -34020,7 +33635,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskFailureInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.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]",
@@ -34055,7 +33670,7 @@
"Microsoft.Azure.Batch.Common.ErrorCategory": {
"Namespace": "Microsoft.Azure.Batch.Common",
"Name": "Microsoft.Azure.Batch.Common.ErrorCategory",
- "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.ErrorCategory, Microsoft.Azure.Batch, Version=15.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.ErrorCategory, Microsoft.Azure.Batch, Version=16.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -34077,6 +33692,14 @@
],
"ReturnType": "System.Boolean"
},
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
{
"Name": "CompareTo",
"Parameters": [
@@ -34087,14 +33710,6 @@
],
"ReturnType": "System.Int32"
},
- {
- "Name": "GetHashCode",
- "ReturnType": "System.Int32"
- },
- {
- "Name": "ToString",
- "ReturnType": "System.String"
- },
{
"Name": "ToString",
"Parameters": [
@@ -34142,7 +33757,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IReadOnlyList`1[[Microsoft.Azure.Commands.Batch.Models.PSNameValuePair, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Batch.Models.PSNameValuePair"
]
@@ -34150,7 +33765,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNameValuePair, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Value": "System.String"
@@ -34183,7 +33798,7 @@
"System.Nullable`1[Microsoft.Azure.Batch.Common.TaskExecutionResult]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Batch.Common.TaskExecutionResult]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.TaskExecutionResult, Microsoft.Azure.Batch, Version=15.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.TaskExecutionResult, Microsoft.Azure.Batch, Version=16.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Batch.Common.TaskExecutionResult"
]
@@ -34191,7 +33806,7 @@
"Microsoft.Azure.Batch.Common.TaskExecutionResult": {
"Namespace": "Microsoft.Azure.Batch.Common",
"Name": "Microsoft.Azure.Batch.Common.TaskExecutionResult",
- "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.TaskExecutionResult, Microsoft.Azure.Batch, Version=15.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.TaskExecutionResult, Microsoft.Azure.Batch, Version=16.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -34213,6 +33828,14 @@
],
"ReturnType": "System.Boolean"
},
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
{
"Name": "CompareTo",
"Parameters": [
@@ -34223,14 +33846,6 @@
],
"ReturnType": "System.Int32"
},
- {
- "Name": "GetHashCode",
- "ReturnType": "System.Int32"
- },
- {
- "Name": "ToString",
- "ReturnType": "System.String"
- },
{
"Name": "ToString",
"Parameters": [
@@ -34278,7 +33893,7 @@
"System.Nullable`1[System.DateTime]": {
"Namespace": "System",
"Name": "System.Nullable`1[System.DateTime]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.DateTime"
]
@@ -34286,7 +33901,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSVirtualMachineInfo, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ImageReference": "Microsoft.Azure.Commands.Batch.Models.PSImageReference"
},
@@ -34323,7 +33938,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSImageReference, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExactVersion": "System.String",
"Offer": "System.String",
@@ -34395,7 +34010,7 @@
"System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Batch.Models.PSCertificateReference]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Batch.Models.PSCertificateReference]",
- "AssemblyQualifiedName": "System.Collections.Generic.IReadOnlyList`1[[Microsoft.Azure.Commands.Batch.Models.PSCertificateReference, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IReadOnlyList`1[[Microsoft.Azure.Commands.Batch.Models.PSCertificateReference, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Batch.Models.PSCertificateReference"
]
@@ -34403,7 +34018,7 @@
"Microsoft.Azure.Commands.Batch.Models.PSCertificateReference": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSCertificateReference",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCertificateReference, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCertificateReference, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Visibility": "System.Nullable`1[Microsoft.Azure.Batch.Common.CertificateVisibility]",
"StoreLocation": "System.Nullable`1[Microsoft.Azure.Batch.Common.CertStoreLocation]",
@@ -34453,7 +34068,7 @@
"System.Nullable`1[Microsoft.Azure.Batch.Common.CertificateVisibility]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Batch.Common.CertificateVisibility]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.CertificateVisibility, Microsoft.Azure.Batch, Version=15.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.CertificateVisibility, Microsoft.Azure.Batch, Version=16.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Batch.Common.CertificateVisibility"
]
@@ -34461,7 +34076,7 @@
"Microsoft.Azure.Batch.Common.CertificateVisibility": {
"Namespace": "Microsoft.Azure.Batch.Common",
"Name": "Microsoft.Azure.Batch.Common.CertificateVisibility",
- "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.CertificateVisibility, Microsoft.Azure.Batch, Version=15.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.CertificateVisibility, Microsoft.Azure.Batch, Version=16.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -34483,6 +34098,14 @@
],
"ReturnType": "System.Boolean"
},
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
{
"Name": "CompareTo",
"Parameters": [
@@ -34493,14 +34116,6 @@
],
"ReturnType": "System.Int32"
},
- {
- "Name": "GetHashCode",
- "ReturnType": "System.Int32"
- },
- {
- "Name": "ToString",
- "ReturnType": "System.String"
- },
{
"Name": "ToString",
"Parameters": [
@@ -34548,7 +34163,7 @@
"System.Nullable`1[Microsoft.Azure.Batch.Common.CertStoreLocation]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Batch.Common.CertStoreLocation]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.CertStoreLocation, Microsoft.Azure.Batch, Version=15.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.CertStoreLocation, Microsoft.Azure.Batch, Version=16.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Batch.Common.CertStoreLocation"
]
@@ -34556,7 +34171,7 @@
"Microsoft.Azure.Batch.Common.CertStoreLocation": {
"Namespace": "Microsoft.Azure.Batch.Common",
"Name": "Microsoft.Azure.Batch.Common.CertStoreLocation",
- "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.CertStoreLocation, Microsoft.Azure.Batch, Version=15.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.CertStoreLocation, Microsoft.Azure.Batch, Version=16.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -34578,6 +34193,14 @@
],
"ReturnType": "System.Boolean"
},
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
{
"Name": "CompareTo",
"Parameters": [
@@ -34588,14 +34211,6 @@
],
"ReturnType": "System.Int32"
},
- {
- "Name": "GetHashCode",
- "ReturnType": "System.Int32"
- },
- {
- "Name": "ToString",
- "ReturnType": "System.String"
- },
{
"Name": "ToString",
"Parameters": [
@@ -34643,7 +34258,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IReadOnlyList`1[[Microsoft.Azure.Commands.Batch.Models.PSComputeNodeError, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Batch.Models.PSComputeNodeError"
]
@@ -34651,7 +34266,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeError, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ErrorDetails": "System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Batch.Models.PSNameValuePair]",
"Code": "System.String",
@@ -34685,7 +34300,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IReadOnlyList`1[[Microsoft.Azure.Commands.Batch.Models.PSTaskInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Batch.Models.PSTaskInformation"
]
@@ -34693,7 +34308,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"TaskState": "Microsoft.Azure.Batch.Common.TaskState",
"ExecutionInformation": "Microsoft.Azure.Commands.Batch.Models.PSTaskExecutionInformation",
@@ -34730,7 +34345,7 @@
"Microsoft.Azure.Batch.Common.TaskState": {
"Namespace": "Microsoft.Azure.Batch.Common",
"Name": "Microsoft.Azure.Batch.Common.TaskState",
- "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.TaskState, Microsoft.Azure.Batch, Version=15.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.TaskState, Microsoft.Azure.Batch, Version=16.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -34752,6 +34367,14 @@
],
"ReturnType": "System.Boolean"
},
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
{
"Name": "CompareTo",
"Parameters": [
@@ -34762,14 +34385,6 @@
],
"ReturnType": "System.Int32"
},
- {
- "Name": "GetHashCode",
- "ReturnType": "System.Int32"
- },
- {
- "Name": "ToString",
- "ReturnType": "System.String"
- },
{
"Name": "ToString",
"Parameters": [
@@ -34817,7 +34432,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskExecutionInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ContainerInformation": "Microsoft.Azure.Commands.Batch.Models.PSTaskContainerExecutionInformation",
"FailureInformation": "Microsoft.Azure.Commands.Batch.Models.PSTaskFailureInformation",
@@ -34858,7 +34473,7 @@
"System.Nullable`1[Microsoft.Azure.Batch.Common.ComputeNodeState]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Batch.Common.ComputeNodeState]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.ComputeNodeState, Microsoft.Azure.Batch, Version=15.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.ComputeNodeState, Microsoft.Azure.Batch, Version=16.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Batch.Common.ComputeNodeState"
]
@@ -34866,7 +34481,7 @@
"Microsoft.Azure.Batch.Common.ComputeNodeState": {
"Namespace": "Microsoft.Azure.Batch.Common",
"Name": "Microsoft.Azure.Batch.Common.ComputeNodeState",
- "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.ComputeNodeState, Microsoft.Azure.Batch, Version=15.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.ComputeNodeState, Microsoft.Azure.Batch, Version=16.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -34888,6 +34503,14 @@
],
"ReturnType": "System.Boolean"
},
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
{
"Name": "CompareTo",
"Parameters": [
@@ -34898,14 +34521,6 @@
],
"ReturnType": "System.Int32"
},
- {
- "Name": "GetHashCode",
- "ReturnType": "System.Int32"
- },
- {
- "Name": "ToString",
- "ReturnType": "System.String"
- },
{
"Name": "ToString",
"Parameters": [
@@ -34953,7 +34568,7 @@
"System.Nullable`1[Microsoft.Azure.Batch.Common.SchedulingState]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Batch.Common.SchedulingState]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.SchedulingState, Microsoft.Azure.Batch, Version=15.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.SchedulingState, Microsoft.Azure.Batch, Version=16.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Batch.Common.SchedulingState"
]
@@ -34961,7 +34576,7 @@
"Microsoft.Azure.Batch.Common.SchedulingState": {
"Namespace": "Microsoft.Azure.Batch.Common",
"Name": "Microsoft.Azure.Batch.Common.SchedulingState",
- "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.SchedulingState, Microsoft.Azure.Batch, Version=15.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.SchedulingState, Microsoft.Azure.Batch, Version=16.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -34983,6 +34598,14 @@
],
"ReturnType": "System.Boolean"
},
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
{
"Name": "CompareTo",
"Parameters": [
@@ -34993,14 +34616,6 @@
],
"ReturnType": "System.Int32"
},
- {
- "Name": "GetHashCode",
- "ReturnType": "System.Int32"
- },
- {
- "Name": "ToString",
- "ReturnType": "System.String"
- },
{
"Name": "ToString",
"Parameters": [
@@ -35048,7 +34663,7 @@
"Microsoft.Azure.Batch.Common.DisableComputeNodeSchedulingOption": {
"Namespace": "Microsoft.Azure.Batch.Common",
"Name": "Microsoft.Azure.Batch.Common.DisableComputeNodeSchedulingOption",
- "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.DisableComputeNodeSchedulingOption, Microsoft.Azure.Batch, Version=15.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.DisableComputeNodeSchedulingOption, Microsoft.Azure.Batch, Version=16.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -35070,6 +34685,14 @@
],
"ReturnType": "System.Boolean"
},
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
{
"Name": "CompareTo",
"Parameters": [
@@ -35080,14 +34703,6 @@
],
"ReturnType": "System.Int32"
},
- {
- "Name": "GetHashCode",
- "ReturnType": "System.Int32"
- },
- {
- "Name": "ToString",
- "ReturnType": "System.String"
- },
{
"Name": "ToString",
"Parameters": [
@@ -35135,12 +34750,12 @@
"System.TimeSpan": {
"Namespace": "System",
"Name": "System.TimeSpan",
- "AssemblyQualifiedName": "System.TimeSpan, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.TimeSpan, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSAffinityInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AffinityId": "System.String"
},
@@ -35183,7 +34798,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSAuthenticationTokenSettings, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Access": "Microsoft.Azure.Batch.Common.AccessScope"
},
@@ -35220,7 +34835,7 @@
"Microsoft.Azure.Batch.Common.AccessScope": {
"Namespace": "Microsoft.Azure.Batch.Common",
"Name": "Microsoft.Azure.Batch.Common.AccessScope",
- "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.AccessScope, Microsoft.Azure.Batch, Version=15.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.AccessScope, Microsoft.Azure.Batch, Version=16.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -35242,6 +34857,14 @@
],
"ReturnType": "System.Boolean"
},
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
{
"Name": "CompareTo",
"Parameters": [
@@ -35252,14 +34875,6 @@
],
"ReturnType": "System.Int32"
},
- {
- "Name": "GetHashCode",
- "ReturnType": "System.Int32"
- },
- {
- "Name": "ToString",
- "ReturnType": "System.String"
- },
{
"Name": "ToString",
"Parameters": [
@@ -35307,7 +34922,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AffinityId": "System.String",
"ComputeNodeId": "System.String",
@@ -35344,7 +34959,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSExitConditions, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Default": "Microsoft.Azure.Commands.Batch.Models.PSExitOptions",
"FileUploadError": "Microsoft.Azure.Commands.Batch.Models.PSExitOptions",
@@ -35385,7 +35000,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSExitOptions, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.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]"
@@ -35423,7 +35038,7 @@
"System.Nullable`1[Microsoft.Azure.Batch.Common.DependencyAction]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Batch.Common.DependencyAction]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.DependencyAction, Microsoft.Azure.Batch, Version=15.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.DependencyAction, Microsoft.Azure.Batch, Version=16.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Batch.Common.DependencyAction"
]
@@ -35431,7 +35046,7 @@
"Microsoft.Azure.Batch.Common.DependencyAction": {
"Namespace": "Microsoft.Azure.Batch.Common",
"Name": "Microsoft.Azure.Batch.Common.DependencyAction",
- "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.DependencyAction, Microsoft.Azure.Batch, Version=15.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.DependencyAction, Microsoft.Azure.Batch, Version=16.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -35453,6 +35068,14 @@
],
"ReturnType": "System.Boolean"
},
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
{
"Name": "CompareTo",
"Parameters": [
@@ -35463,14 +35086,6 @@
],
"ReturnType": "System.Int32"
},
- {
- "Name": "GetHashCode",
- "ReturnType": "System.Int32"
- },
- {
- "Name": "ToString",
- "ReturnType": "System.String"
- },
{
"Name": "ToString",
"Parameters": [
@@ -35518,7 +35133,7 @@
"System.Nullable`1[Microsoft.Azure.Batch.Common.JobAction]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Batch.Common.JobAction]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.JobAction, Microsoft.Azure.Batch, Version=15.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.JobAction, Microsoft.Azure.Batch, Version=16.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Batch.Common.JobAction"
]
@@ -35526,7 +35141,7 @@
"Microsoft.Azure.Batch.Common.JobAction": {
"Namespace": "Microsoft.Azure.Batch.Common",
"Name": "Microsoft.Azure.Batch.Common.JobAction",
- "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.JobAction, Microsoft.Azure.Batch, Version=15.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.JobAction, Microsoft.Azure.Batch, Version=16.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -35548,6 +35163,14 @@
],
"ReturnType": "System.Boolean"
},
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
{
"Name": "CompareTo",
"Parameters": [
@@ -35558,14 +35181,6 @@
],
"ReturnType": "System.Int32"
},
- {
- "Name": "GetHashCode",
- "ReturnType": "System.Int32"
- },
- {
- "Name": "ToString",
- "ReturnType": "System.String"
- },
{
"Name": "ToString",
"Parameters": [
@@ -35613,7 +35228,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Batch.Models.PSExitCodeMapping, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Batch.Models.PSExitCodeMapping"
]
@@ -35621,7 +35236,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSExitCodeMapping, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExitOptions": "Microsoft.Azure.Commands.Batch.Models.PSExitOptions",
"Code": "System.Int32"
@@ -35669,7 +35284,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Batch.Models.PSExitCodeRangeMapping, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Batch.Models.PSExitCodeRangeMapping"
]
@@ -35677,7 +35292,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSExitCodeRangeMapping, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExitOptions": "Microsoft.Azure.Commands.Batch.Models.PSExitOptions",
"End": "System.Int32",
@@ -35730,7 +35345,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSMultiInstanceSettings, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.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]",
@@ -35779,7 +35394,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskConstraints, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"MaxTaskRetryCount": "System.Nullable`1[System.Int32]",
"MaxWallClockTime": "System.Nullable`1[System.TimeSpan]",
@@ -35832,7 +35447,7 @@
"System.Nullable`1[System.TimeSpan]": {
"Namespace": "System",
"Name": "System.Nullable`1[System.TimeSpan]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.TimeSpan, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.TimeSpan, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.TimeSpan"
]
@@ -35840,7 +35455,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskDependencies, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.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]"
@@ -35888,7 +35503,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IReadOnlyList`1[[Microsoft.Azure.Commands.Batch.Models.PSTaskIdRange, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Batch.Models.PSTaskIdRange"
]
@@ -35896,7 +35511,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskIdRange, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"End": "System.Int32",
"Start": "System.Int32"
@@ -35944,7 +35559,7 @@
"System.Collections.Generic.IReadOnlyList`1[System.String]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IReadOnlyList`1[System.String]",
- "AssemblyQualifiedName": "System.Collections.Generic.IReadOnlyList`1[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IReadOnlyList`1[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.String"
]
@@ -35952,7 +35567,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskStatistics, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LastUpdateTime": "System.DateTime",
"StartTime": "System.DateTime",
@@ -35994,7 +35609,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference"
]
@@ -36002,7 +35617,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationId": "System.String",
"Version": "System.String"
@@ -36040,7 +35655,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Batch.Models.PSOutputFile, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Batch.Models.PSOutputFile"
]
@@ -36048,7 +35663,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSOutputFile, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Destination": "Microsoft.Azure.Commands.Batch.Models.PSOutputFileDestination",
"UploadOptions": "Microsoft.Azure.Commands.Batch.Models.PSOutputFileUploadOptions",
@@ -36101,7 +35716,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSOutputFileDestination, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Container": "Microsoft.Azure.Commands.Batch.Models.PSOutputFileBlobContainerDestination"
},
@@ -36144,7 +35759,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSOutputFileBlobContainerDestination, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.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]",
@@ -36211,7 +35826,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Batch.Models.PSHttpHeader, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Batch.Models.PSHttpHeader"
]
@@ -36219,7 +35834,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSHttpHeader, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Value": "System.String"
@@ -36267,7 +35882,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSOutputFileUploadOptions, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"UploadCondition": "Microsoft.Azure.Batch.Common.OutputFileUploadCondition"
},
@@ -36310,7 +35925,7 @@
"Microsoft.Azure.Batch.Common.OutputFileUploadCondition": {
"Namespace": "Microsoft.Azure.Batch.Common",
"Name": "Microsoft.Azure.Batch.Common.OutputFileUploadCondition",
- "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.OutputFileUploadCondition, Microsoft.Azure.Batch, Version=15.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.OutputFileUploadCondition, Microsoft.Azure.Batch, Version=16.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -36332,6 +35947,14 @@
],
"ReturnType": "System.Boolean"
},
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
{
"Name": "CompareTo",
"Parameters": [
@@ -36342,14 +35965,6 @@
],
"ReturnType": "System.Int32"
},
- {
- "Name": "GetHashCode",
- "ReturnType": "System.Int32"
- },
- {
- "Name": "ToString",
- "ReturnType": "System.String"
- },
{
"Name": "ToString",
"Parameters": [
@@ -36397,7 +36012,7 @@
"System.Nullable`1[Microsoft.Azure.Batch.Common.TaskState]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Batch.Common.TaskState]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.TaskState, Microsoft.Azure.Batch, Version=15.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.TaskState, Microsoft.Azure.Batch, Version=16.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Batch.Common.TaskState"
]
@@ -36427,6 +36042,14 @@
],
"ReturnType": "System.Boolean"
},
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
{
"Name": "CompareTo",
"Parameters": [
@@ -36437,14 +36060,6 @@
],
"ReturnType": "System.Int32"
},
- {
- "Name": "GetHashCode",
- "ReturnType": "System.Int32"
- },
- {
- "Name": "ToString",
- "ReturnType": "System.String"
- },
{
"Name": "ToString",
"Parameters": [
@@ -36492,7 +36107,7 @@
"Microsoft.Azure.Commands.Batch.Models.PSDeleteCertificateError": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSDeleteCertificateError",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSDeleteCertificateError, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSDeleteCertificateError, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Values": "System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Batch.Models.PSNameValuePair]",
"Message": "System.String",
@@ -36526,7 +36141,7 @@
"System.Nullable`1[Microsoft.Azure.Batch.Common.CertificateFormat]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Batch.Common.CertificateFormat]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.CertificateFormat, Microsoft.Azure.Batch, Version=15.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.CertificateFormat, Microsoft.Azure.Batch, Version=16.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Batch.Common.CertificateFormat"
]
@@ -36534,7 +36149,7 @@
"Microsoft.Azure.Batch.Common.CertificateFormat": {
"Namespace": "Microsoft.Azure.Batch.Common",
"Name": "Microsoft.Azure.Batch.Common.CertificateFormat",
- "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.CertificateFormat, Microsoft.Azure.Batch, Version=15.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.CertificateFormat, Microsoft.Azure.Batch, Version=16.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -36556,6 +36171,14 @@
],
"ReturnType": "System.Boolean"
},
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
{
"Name": "CompareTo",
"Parameters": [
@@ -36566,14 +36189,6 @@
],
"ReturnType": "System.Int32"
},
- {
- "Name": "GetHashCode",
- "ReturnType": "System.Int32"
- },
- {
- "Name": "ToString",
- "ReturnType": "System.String"
- },
{
"Name": "ToString",
"Parameters": [
@@ -36621,7 +36236,7 @@
"System.Nullable`1[Microsoft.Azure.Batch.Common.CertificateState]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Batch.Common.CertificateState]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.CertificateState, Microsoft.Azure.Batch, Version=15.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.CertificateState, Microsoft.Azure.Batch, Version=16.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Batch.Common.CertificateState"
]
@@ -36629,7 +36244,7 @@
"Microsoft.Azure.Batch.Common.CertificateState": {
"Namespace": "Microsoft.Azure.Batch.Common",
"Name": "Microsoft.Azure.Batch.Common.CertificateState",
- "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.CertificateState, Microsoft.Azure.Batch, Version=15.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.CertificateState, Microsoft.Azure.Batch, Version=16.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -36651,6 +36266,14 @@
],
"ReturnType": "System.Boolean"
},
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
{
"Name": "CompareTo",
"Parameters": [
@@ -36661,14 +36284,6 @@
],
"ReturnType": "System.Int32"
},
- {
- "Name": "GetHashCode",
- "ReturnType": "System.Int32"
- },
- {
- "Name": "ToString",
- "ReturnType": "System.String"
- },
{
"Name": "ToString",
"Parameters": [
@@ -36716,7 +36331,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSAutoScaleRun, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Commands.Batch.Models.PSAutoScaleRunError",
"Timestamp": "System.DateTime",
@@ -36750,7 +36365,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSAutoScaleRunError, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Values": "System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Batch.Models.PSNameValuePair]",
"Message": "System.String",
@@ -36784,7 +36399,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSBatchPoolIdentity, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.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]"
@@ -36817,7 +36432,7 @@
"Microsoft.Azure.Batch.Common.PoolIdentityType": {
"Namespace": "Microsoft.Azure.Batch.Common",
"Name": "Microsoft.Azure.Batch.Common.PoolIdentityType",
- "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.PoolIdentityType, Microsoft.Azure.Batch, Version=15.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.PoolIdentityType, Microsoft.Azure.Batch, Version=16.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -36839,6 +36454,14 @@
],
"ReturnType": "System.Boolean"
},
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
{
"Name": "CompareTo",
"Parameters": [
@@ -36849,14 +36472,6 @@
],
"ReturnType": "System.Int32"
},
- {
- "Name": "GetHashCode",
- "ReturnType": "System.Int32"
- },
- {
- "Name": "ToString",
- "ReturnType": "System.String"
- },
{
"Name": "ToString",
"Parameters": [
@@ -36904,7 +36519,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Batch.Models.PSUserAssignedIdentity, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Batch.Models.PSUserAssignedIdentity"
]
@@ -36912,7 +36527,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSUserAssignedIdentity, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ClientId": "System.String",
"PrincipalId": "System.String",
@@ -36957,7 +36572,7 @@
"Microsoft.Azure.Commands.Batch.Models.PSCloudServiceConfiguration": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudServiceConfiguration",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudServiceConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudServiceConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"OSFamily": "System.String",
"OSVersion": "System.String"
@@ -37005,11 +36620,12 @@
"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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNetworkConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EndpointConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSPoolEndpointConfiguration",
"PublicIPAddressConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSPublicIPAddressConfiguration",
"DynamicVNetAssignmentScope": "System.Nullable`1[Microsoft.Azure.Batch.Common.DynamicVNetAssignmentScope]",
+ "EnableAcceleratedNetworking": "System.Nullable`1[System.Boolean]",
"SubnetId": "System.String"
},
"Methods": [
@@ -37045,7 +36661,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSPoolEndpointConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"InboundNatPools": "System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Batch.Models.PSInboundNatPool]"
},
@@ -37088,7 +36704,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IReadOnlyList`1[[Microsoft.Azure.Commands.Batch.Models.PSInboundNatPool, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Batch.Models.PSInboundNatPool"
]
@@ -37096,7 +36712,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSInboundNatPool, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.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]",
@@ -37164,7 +36780,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IReadOnlyList`1[[Microsoft.Azure.Commands.Batch.Models.PSNetworkSecurityGroupRule, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Batch.Models.PSNetworkSecurityGroupRule"
]
@@ -37172,7 +36788,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNetworkSecurityGroupRule, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Access": "Microsoft.Azure.Batch.Common.NetworkSecurityGroupRuleAccess",
"SourcePortRanges": "System.Collections.Generic.IReadOnlyList`1[System.String]",
@@ -37230,7 +36846,7 @@
"Microsoft.Azure.Batch.Common.NetworkSecurityGroupRuleAccess": {
"Namespace": "Microsoft.Azure.Batch.Common",
"Name": "Microsoft.Azure.Batch.Common.NetworkSecurityGroupRuleAccess",
- "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.NetworkSecurityGroupRuleAccess, Microsoft.Azure.Batch, Version=15.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.NetworkSecurityGroupRuleAccess, Microsoft.Azure.Batch, Version=16.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -37252,6 +36868,14 @@
],
"ReturnType": "System.Boolean"
},
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
{
"Name": "CompareTo",
"Parameters": [
@@ -37262,14 +36886,6 @@
],
"ReturnType": "System.Int32"
},
- {
- "Name": "GetHashCode",
- "ReturnType": "System.Int32"
- },
- {
- "Name": "ToString",
- "ReturnType": "System.String"
- },
{
"Name": "ToString",
"Parameters": [
@@ -37317,7 +36933,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSPublicIPAddressConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IpAddressIds": "System.Collections.Generic.IList`1[System.String]",
"Provision": "System.Nullable`1[Microsoft.Azure.Batch.Common.IPAddressProvisioningType]"
@@ -37361,7 +36977,7 @@
"System.Nullable`1[Microsoft.Azure.Batch.Common.IPAddressProvisioningType]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Batch.Common.IPAddressProvisioningType]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.IPAddressProvisioningType, Microsoft.Azure.Batch, Version=15.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.IPAddressProvisioningType, Microsoft.Azure.Batch, Version=16.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Batch.Common.IPAddressProvisioningType"
]
@@ -37369,7 +36985,7 @@
"Microsoft.Azure.Batch.Common.IPAddressProvisioningType": {
"Namespace": "Microsoft.Azure.Batch.Common",
"Name": "Microsoft.Azure.Batch.Common.IPAddressProvisioningType",
- "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.IPAddressProvisioningType, Microsoft.Azure.Batch, Version=15.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.IPAddressProvisioningType, Microsoft.Azure.Batch, Version=16.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -37391,6 +37007,14 @@
],
"ReturnType": "System.Boolean"
},
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
{
"Name": "CompareTo",
"Parameters": [
@@ -37401,14 +37025,6 @@
],
"ReturnType": "System.Int32"
},
- {
- "Name": "GetHashCode",
- "ReturnType": "System.Int32"
- },
- {
- "Name": "ToString",
- "ReturnType": "System.String"
- },
{
"Name": "ToString",
"Parameters": [
@@ -37456,7 +37072,7 @@
"System.Nullable`1[Microsoft.Azure.Batch.Common.DynamicVNetAssignmentScope]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Batch.Common.DynamicVNetAssignmentScope]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.DynamicVNetAssignmentScope, Microsoft.Azure.Batch, Version=15.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.DynamicVNetAssignmentScope, Microsoft.Azure.Batch, Version=16.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Batch.Common.DynamicVNetAssignmentScope"
]
@@ -37464,7 +37080,7 @@
"Microsoft.Azure.Batch.Common.DynamicVNetAssignmentScope": {
"Namespace": "Microsoft.Azure.Batch.Common",
"Name": "Microsoft.Azure.Batch.Common.DynamicVNetAssignmentScope",
- "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.DynamicVNetAssignmentScope, Microsoft.Azure.Batch, Version=15.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.DynamicVNetAssignmentScope, Microsoft.Azure.Batch, Version=16.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -37486,6 +37102,14 @@
],
"ReturnType": "System.Boolean"
},
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
{
"Name": "CompareTo",
"Parameters": [
@@ -37496,14 +37120,6 @@
],
"ReturnType": "System.Int32"
},
- {
- "Name": "GetHashCode",
- "ReturnType": "System.Int32"
- },
- {
- "Name": "ToString",
- "ReturnType": "System.String"
- },
{
"Name": "ToString",
"Parameters": [
@@ -37551,7 +37167,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSPoolStatistics, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceStatistics": "Microsoft.Azure.Commands.Batch.Models.PSResourceStatistics",
"UsageStatistics": "Microsoft.Azure.Commands.Batch.Models.PSUsageStatistics",
@@ -37587,7 +37203,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSResourceStatistics, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LastUpdateTime": "System.DateTime",
"StartTime": "System.DateTime",
@@ -37631,7 +37247,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSUsageStatistics, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LastUpdateTime": "System.DateTime",
"StartTime": "System.DateTime",
@@ -37665,7 +37281,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskSchedulingPolicy, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ComputeNodeFillType": "Microsoft.Azure.Batch.Common.ComputeNodeFillType"
},
@@ -37708,7 +37324,7 @@
"Microsoft.Azure.Batch.Common.ComputeNodeFillType": {
"Namespace": "Microsoft.Azure.Batch.Common",
"Name": "Microsoft.Azure.Batch.Common.ComputeNodeFillType",
- "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.ComputeNodeFillType, Microsoft.Azure.Batch, Version=15.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.ComputeNodeFillType, Microsoft.Azure.Batch, Version=16.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -37730,6 +37346,14 @@
],
"ReturnType": "System.Boolean"
},
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
{
"Name": "CompareTo",
"Parameters": [
@@ -37740,14 +37364,6 @@
],
"ReturnType": "System.Int32"
},
- {
- "Name": "GetHashCode",
- "ReturnType": "System.Int32"
- },
- {
- "Name": "ToString",
- "ReturnType": "System.String"
- },
{
"Name": "ToString",
"Parameters": [
@@ -37795,7 +37411,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSVirtualMachineConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ContainerConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSContainerConfiguration",
"DiskEncryptionConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSDiskEncryptionConfiguration",
@@ -37851,10 +37467,11 @@
"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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSContainerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.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]"
+ "ContainerImageNames": "System.Collections.Generic.IList`1[System.String]",
+ "Type": "System.String"
},
"Methods": [
{
@@ -37889,7 +37506,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Batch.Models.PSContainerRegistry, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Batch.Models.PSContainerRegistry"
]
@@ -37897,7 +37514,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSDiskEncryptionConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Targets": "System.Collections.Generic.IList`1[Microsoft.Azure.Batch.Common.DiskEncryptionTarget]"
},
@@ -37940,7 +37557,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Batch.Common.DiskEncryptionTarget]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Batch.Common.DiskEncryptionTarget]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Batch.Common.DiskEncryptionTarget, Microsoft.Azure.Batch, Version=15.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Batch.Common.DiskEncryptionTarget, Microsoft.Azure.Batch, Version=16.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Batch.Common.DiskEncryptionTarget"
]
@@ -37948,7 +37565,7 @@
"Microsoft.Azure.Batch.Common.DiskEncryptionTarget": {
"Namespace": "Microsoft.Azure.Batch.Common",
"Name": "Microsoft.Azure.Batch.Common.DiskEncryptionTarget",
- "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.DiskEncryptionTarget, Microsoft.Azure.Batch, Version=15.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.DiskEncryptionTarget, Microsoft.Azure.Batch, Version=16.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -37970,6 +37587,14 @@
],
"ReturnType": "System.Boolean"
},
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
{
"Name": "CompareTo",
"Parameters": [
@@ -37980,14 +37605,6 @@
],
"ReturnType": "System.Int32"
},
- {
- "Name": "GetHashCode",
- "ReturnType": "System.Int32"
- },
- {
- "Name": "ToString",
- "ReturnType": "System.String"
- },
{
"Name": "ToString",
"Parameters": [
@@ -38035,7 +37652,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNodePlacementConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Policy": "System.Nullable`1[Microsoft.Azure.Batch.Common.NodePlacementPolicyType]"
},
@@ -38078,7 +37695,7 @@
"System.Nullable`1[Microsoft.Azure.Batch.Common.NodePlacementPolicyType]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Batch.Common.NodePlacementPolicyType]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.NodePlacementPolicyType, Microsoft.Azure.Batch, Version=15.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.NodePlacementPolicyType, Microsoft.Azure.Batch, Version=16.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Batch.Common.NodePlacementPolicyType"
]
@@ -38086,7 +37703,7 @@
"Microsoft.Azure.Batch.Common.NodePlacementPolicyType": {
"Namespace": "Microsoft.Azure.Batch.Common",
"Name": "Microsoft.Azure.Batch.Common.NodePlacementPolicyType",
- "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.NodePlacementPolicyType, Microsoft.Azure.Batch, Version=15.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.NodePlacementPolicyType, Microsoft.Azure.Batch, Version=16.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -38108,6 +37725,14 @@
],
"ReturnType": "System.Boolean"
},
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
{
"Name": "CompareTo",
"Parameters": [
@@ -38118,14 +37743,6 @@
],
"ReturnType": "System.Int32"
},
- {
- "Name": "GetHashCode",
- "ReturnType": "System.Int32"
- },
- {
- "Name": "ToString",
- "ReturnType": "System.String"
- },
{
"Name": "ToString",
"Parameters": [
@@ -38173,7 +37790,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSOSDisk, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EphemeralOSDiskSettings": "Microsoft.Azure.Commands.Batch.Models.PSDiffDiskSettings"
},
@@ -38210,7 +37827,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSDiffDiskSettings, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Placement": "System.Nullable`1[Microsoft.Azure.Batch.Common.DiffDiskPlacement]"
},
@@ -38247,7 +37864,7 @@
"System.Nullable`1[Microsoft.Azure.Batch.Common.DiffDiskPlacement]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Batch.Common.DiffDiskPlacement]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.DiffDiskPlacement, Microsoft.Azure.Batch, Version=15.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.DiffDiskPlacement, Microsoft.Azure.Batch, Version=16.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Batch.Common.DiffDiskPlacement"
]
@@ -38255,7 +37872,7 @@
"Microsoft.Azure.Batch.Common.DiffDiskPlacement": {
"Namespace": "Microsoft.Azure.Batch.Common",
"Name": "Microsoft.Azure.Batch.Common.DiffDiskPlacement",
- "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.DiffDiskPlacement, Microsoft.Azure.Batch, Version=15.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.DiffDiskPlacement, Microsoft.Azure.Batch, Version=16.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -38277,6 +37894,14 @@
],
"ReturnType": "System.Boolean"
},
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
{
"Name": "CompareTo",
"Parameters": [
@@ -38287,14 +37912,6 @@
],
"ReturnType": "System.Int32"
},
- {
- "Name": "GetHashCode",
- "ReturnType": "System.Int32"
- },
- {
- "Name": "ToString",
- "ReturnType": "System.String"
- },
{
"Name": "ToString",
"Parameters": [
@@ -38342,7 +37959,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSWindowsConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EnableAutomaticUpdates": "System.Nullable`1[System.Boolean]"
},
@@ -38385,7 +38002,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Batch.Models.PSDataDisk, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Batch.Models.PSDataDisk"
]
@@ -38393,7 +38010,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSDataDisk, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DiskSizeGB": "System.Int32",
"Lun": "System.Int32",
@@ -38451,7 +38068,7 @@
"System.Nullable`1[Microsoft.Azure.Batch.Common.CachingType]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Batch.Common.CachingType]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.CachingType, Microsoft.Azure.Batch, Version=15.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.CachingType, Microsoft.Azure.Batch, Version=16.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Batch.Common.CachingType"
]
@@ -38459,7 +38076,7 @@
"Microsoft.Azure.Batch.Common.CachingType": {
"Namespace": "Microsoft.Azure.Batch.Common",
"Name": "Microsoft.Azure.Batch.Common.CachingType",
- "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.CachingType, Microsoft.Azure.Batch, Version=15.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.CachingType, Microsoft.Azure.Batch, Version=16.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -38481,6 +38098,14 @@
],
"ReturnType": "System.Boolean"
},
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
{
"Name": "CompareTo",
"Parameters": [
@@ -38491,14 +38116,6 @@
],
"ReturnType": "System.Int32"
},
- {
- "Name": "GetHashCode",
- "ReturnType": "System.Int32"
- },
- {
- "Name": "ToString",
- "ReturnType": "System.String"
- },
{
"Name": "ToString",
"Parameters": [
@@ -38546,7 +38163,7 @@
"System.Nullable`1[Microsoft.Azure.Batch.Common.StorageAccountType]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Batch.Common.StorageAccountType]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.StorageAccountType, Microsoft.Azure.Batch, Version=15.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.StorageAccountType, Microsoft.Azure.Batch, Version=16.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Batch.Common.StorageAccountType"
]
@@ -38554,7 +38171,7 @@
"Microsoft.Azure.Batch.Common.StorageAccountType": {
"Namespace": "Microsoft.Azure.Batch.Common",
"Name": "Microsoft.Azure.Batch.Common.StorageAccountType",
- "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.StorageAccountType, Microsoft.Azure.Batch, Version=15.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.StorageAccountType, Microsoft.Azure.Batch, Version=16.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -38576,6 +38193,14 @@
],
"ReturnType": "System.Boolean"
},
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
{
"Name": "CompareTo",
"Parameters": [
@@ -38586,14 +38211,6 @@
],
"ReturnType": "System.Int32"
},
- {
- "Name": "GetHashCode",
- "ReturnType": "System.Int32"
- },
- {
- "Name": "ToString",
- "ReturnType": "System.String"
- },
{
"Name": "ToString",
"Parameters": [
@@ -38641,7 +38258,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Batch.Models.PSVMExtension, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Batch.Models.PSVMExtension"
]
@@ -38649,10 +38266,11 @@
"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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSVMExtension, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProvisionAfterExtensions": "System.Collections.Generic.IList`1[System.String]",
"AutoUpgradeMinorVersion": "System.Nullable`1[System.Boolean]",
+ "EnableAutomaticUpgrade": "System.Nullable`1[System.Boolean]",
"ProtectedSettings": "System.Object",
"Settings": "System.Object",
"Name": "System.String",
@@ -38707,12 +38325,12 @@
"System.Object": {
"Namespace": "System",
"Name": "System.Object",
- "AssemblyQualifiedName": "System.Object, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Object, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSCertificateReference]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSCertificateReference]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Batch.Models.PSCertificateReference, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Batch.Models.PSCertificateReference, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Batch.Models.PSCertificateReference"
]
@@ -38720,7 +38338,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration"
]
@@ -38728,7 +38346,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AzureBlobFileSystemConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSAzureBlobFileSystemConfiguration",
"AzureFileShareConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSAzureFileShareConfiguration",
@@ -38801,7 +38419,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSAzureBlobFileSystemConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IdentityReference": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeIdentityReference",
"AccountKey": "System.String",
@@ -38891,7 +38509,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSAzureFileShareConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccountKey": "System.String",
"AccountName": "System.String",
@@ -38954,7 +38572,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCifsMountConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"MountOptions": "System.String",
"Password": "System.String",
@@ -39017,7 +38635,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNfsMountConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"MountOptions": "System.String",
"RelativeMountPath": "System.String",
@@ -39070,7 +38688,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Batch.Models.PSUserAccount, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Batch.Models.PSUserAccount"
]
@@ -39078,7 +38696,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSUserAccount, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LinuxUserConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSLinuxUserConfiguration",
"WindowsUserConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSWindowsUserConfiguration",
@@ -39141,7 +38759,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSLinuxUserConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Gid": "System.Nullable`1[System.Int32]",
"Uid": "System.Nullable`1[System.Int32]",
@@ -39194,7 +38812,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSWindowsUserConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LoginMode": "System.Nullable`1[Microsoft.Azure.Batch.Common.LoginMode]"
},
@@ -39237,7 +38855,7 @@
"System.Nullable`1[Microsoft.Azure.Batch.Common.LoginMode]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Batch.Common.LoginMode]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.LoginMode, Microsoft.Azure.Batch, Version=15.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.LoginMode, Microsoft.Azure.Batch, Version=16.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Batch.Common.LoginMode"
]
@@ -39245,7 +38863,7 @@
"Microsoft.Azure.Batch.Common.LoginMode": {
"Namespace": "Microsoft.Azure.Batch.Common",
"Name": "Microsoft.Azure.Batch.Common.LoginMode",
- "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.LoginMode, Microsoft.Azure.Batch, Version=15.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.LoginMode, Microsoft.Azure.Batch, Version=16.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -39267,6 +38885,14 @@
],
"ReturnType": "System.Boolean"
},
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
{
"Name": "CompareTo",
"Parameters": [
@@ -39277,14 +38903,6 @@
],
"ReturnType": "System.Int32"
},
- {
- "Name": "GetHashCode",
- "ReturnType": "System.Int32"
- },
- {
- "Name": "ToString",
- "ReturnType": "System.String"
- },
{
"Name": "ToString",
"Parameters": [
@@ -39332,7 +38950,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IReadOnlyList`1[[Microsoft.Azure.Commands.Batch.Models.PSResizeError, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Batch.Models.PSResizeError"
]
@@ -39340,7 +38958,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSResizeError, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Values": "System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Batch.Models.PSNameValuePair]",
"Message": "System.String",
@@ -39374,7 +38992,7 @@
"System.Nullable`1[Microsoft.Azure.Batch.Common.AllocationState]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Batch.Common.AllocationState]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.AllocationState, Microsoft.Azure.Batch, Version=15.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.AllocationState, Microsoft.Azure.Batch, Version=16.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Batch.Common.AllocationState"
]
@@ -39382,7 +39000,7 @@
"Microsoft.Azure.Batch.Common.AllocationState": {
"Namespace": "Microsoft.Azure.Batch.Common",
"Name": "Microsoft.Azure.Batch.Common.AllocationState",
- "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.AllocationState, Microsoft.Azure.Batch, Version=15.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.AllocationState, Microsoft.Azure.Batch, Version=16.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -39404,6 +39022,14 @@
],
"ReturnType": "System.Boolean"
},
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
{
"Name": "CompareTo",
"Parameters": [
@@ -39414,14 +39040,6 @@
],
"ReturnType": "System.Int32"
},
- {
- "Name": "GetHashCode",
- "ReturnType": "System.Int32"
- },
- {
- "Name": "ToString",
- "ReturnType": "System.String"
- },
{
"Name": "ToString",
"Parameters": [
@@ -39469,7 +39087,7 @@
"System.Nullable`1[Microsoft.Azure.Batch.Common.NodeCommunicationMode]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Batch.Common.NodeCommunicationMode]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.NodeCommunicationMode, Microsoft.Azure.Batch, Version=15.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.NodeCommunicationMode, Microsoft.Azure.Batch, Version=16.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Batch.Common.NodeCommunicationMode"
]
@@ -39477,7 +39095,7 @@
"Microsoft.Azure.Batch.Common.NodeCommunicationMode": {
"Namespace": "Microsoft.Azure.Batch.Common",
"Name": "Microsoft.Azure.Batch.Common.NodeCommunicationMode",
- "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.NodeCommunicationMode, Microsoft.Azure.Batch, Version=15.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.NodeCommunicationMode, Microsoft.Azure.Batch, Version=16.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -39499,6 +39117,14 @@
],
"ReturnType": "System.Boolean"
},
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
{
"Name": "CompareTo",
"Parameters": [
@@ -39509,14 +39135,6 @@
],
"ReturnType": "System.Int32"
},
- {
- "Name": "GetHashCode",
- "ReturnType": "System.Int32"
- },
- {
- "Name": "ToString",
- "ReturnType": "System.String"
- },
{
"Name": "ToString",
"Parameters": [
@@ -39564,7 +39182,7 @@
"System.Nullable`1[Microsoft.Azure.Batch.Common.PoolState]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Batch.Common.PoolState]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.PoolState, Microsoft.Azure.Batch, Version=15.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.PoolState, Microsoft.Azure.Batch, Version=16.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Batch.Common.PoolState"
]
@@ -39572,7 +39190,7 @@
"Microsoft.Azure.Batch.Common.PoolState": {
"Namespace": "Microsoft.Azure.Batch.Common",
"Name": "Microsoft.Azure.Batch.Common.PoolState",
- "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.PoolState, Microsoft.Azure.Batch, Version=15.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.PoolState, Microsoft.Azure.Batch, Version=16.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -39594,6 +39212,14 @@
],
"ReturnType": "System.Boolean"
},
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
{
"Name": "CompareTo",
"Parameters": [
@@ -39604,14 +39230,6 @@
],
"ReturnType": "System.Int32"
},
- {
- "Name": "GetHashCode",
- "ReturnType": "System.Int32"
- },
- {
- "Name": "ToString",
- "ReturnType": "System.String"
- },
{
"Name": "ToString",
"Parameters": [
@@ -39659,7 +39277,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSVMExtensionInstanceView, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.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]",
@@ -39698,7 +39316,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Batch.Models.PSInstanceViewStatus, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Batch.Models.PSInstanceViewStatus"
]
@@ -39706,7 +39324,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSInstanceViewStatus, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Level": "Microsoft.Azure.Commands.Batch.Models.PSStatusLevelTypes",
"Code": "System.String",
@@ -39747,7 +39365,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSStatusLevelTypes, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "GetType",
@@ -39776,7 +39394,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobConstraints, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"MaxTaskRetryCount": "System.Nullable`1[System.Int32]",
"MaxWallClockTime": "System.Nullable`1[System.TimeSpan]"
@@ -39824,7 +39442,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobExecutionInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SchedulingError": "Microsoft.Azure.Commands.Batch.Models.PSJobSchedulingError",
"StartTime": "System.DateTime",
@@ -39860,7 +39478,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobSchedulingError, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.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]",
@@ -39895,7 +39513,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobManagerTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AuthenticationTokenSettings": "Microsoft.Azure.Commands.Batch.Models.PSAuthenticationTokenSettings",
"Constraints": "Microsoft.Azure.Commands.Batch.Models.PSTaskConstraints",
@@ -39959,7 +39577,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobNetworkConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SubnetId": "System.String"
},
@@ -40002,7 +39620,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobPreparationTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Constraints": "Microsoft.Azure.Commands.Batch.Models.PSTaskConstraints",
"ContainerSettings": "Microsoft.Azure.Commands.Batch.Models.PSTaskContainerSettings",
@@ -40056,7 +39674,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobReleaseTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ContainerSettings": "Microsoft.Azure.Commands.Batch.Models.PSTaskContainerSettings",
"UserIdentity": "Microsoft.Azure.Commands.Batch.Models.PSUserIdentity",
@@ -40109,7 +39727,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobStatistics, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LastUpdateTime": "System.DateTime",
"StartTime": "System.DateTime",
@@ -40154,7 +39772,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSPoolInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoPoolSpecification": "Microsoft.Azure.Commands.Batch.Models.PSAutoPoolSpecification",
"PoolId": "System.String"
@@ -40192,7 +39810,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSAutoPoolSpecification, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PoolLifetimeOption": "Microsoft.Azure.Batch.Common.PoolLifetimeOption",
"PoolSpecification": "Microsoft.Azure.Commands.Batch.Models.PSPoolSpecification",
@@ -40232,7 +39850,7 @@
"Microsoft.Azure.Batch.Common.PoolLifetimeOption": {
"Namespace": "Microsoft.Azure.Batch.Common",
"Name": "Microsoft.Azure.Batch.Common.PoolLifetimeOption",
- "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.PoolLifetimeOption, Microsoft.Azure.Batch, Version=15.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.PoolLifetimeOption, Microsoft.Azure.Batch, Version=16.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -40254,6 +39872,14 @@
],
"ReturnType": "System.Boolean"
},
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
{
"Name": "CompareTo",
"Parameters": [
@@ -40264,14 +39890,6 @@
],
"ReturnType": "System.Int32"
},
- {
- "Name": "GetHashCode",
- "ReturnType": "System.Int32"
- },
- {
- "Name": "ToString",
- "ReturnType": "System.String"
- },
{
"Name": "ToString",
"Parameters": [
@@ -40319,7 +39937,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSPoolSpecification, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CloudServiceConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSCloudServiceConfiguration",
"NetworkConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSNetworkConfiguration",
@@ -40378,7 +39996,7 @@
"System.Nullable`1[Microsoft.Azure.Batch.Common.JobState]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Batch.Common.JobState]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.JobState, Microsoft.Azure.Batch, Version=15.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.JobState, Microsoft.Azure.Batch, Version=16.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Batch.Common.JobState"
]
@@ -40386,7 +40004,7 @@
"Microsoft.Azure.Batch.Common.JobState": {
"Namespace": "Microsoft.Azure.Batch.Common",
"Name": "Microsoft.Azure.Batch.Common.JobState",
- "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.JobState, Microsoft.Azure.Batch, Version=15.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.JobState, Microsoft.Azure.Batch, Version=16.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -40408,6 +40026,14 @@
],
"ReturnType": "System.Boolean"
},
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
{
"Name": "CompareTo",
"Parameters": [
@@ -40418,14 +40044,6 @@
],
"ReturnType": "System.Int32"
},
- {
- "Name": "GetHashCode",
- "ReturnType": "System.Int32"
- },
- {
- "Name": "ToString",
- "ReturnType": "System.String"
- },
{
"Name": "ToString",
"Parameters": [
@@ -40473,7 +40091,7 @@
"System.Nullable`1[Microsoft.Azure.Batch.Common.OnAllTasksComplete]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Batch.Common.OnAllTasksComplete]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.OnAllTasksComplete, Microsoft.Azure.Batch, Version=15.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.OnAllTasksComplete, Microsoft.Azure.Batch, Version=16.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Batch.Common.OnAllTasksComplete"
]
@@ -40481,7 +40099,7 @@
"Microsoft.Azure.Batch.Common.OnAllTasksComplete": {
"Namespace": "Microsoft.Azure.Batch.Common",
"Name": "Microsoft.Azure.Batch.Common.OnAllTasksComplete",
- "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.OnAllTasksComplete, Microsoft.Azure.Batch, Version=15.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.OnAllTasksComplete, Microsoft.Azure.Batch, Version=16.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -40503,6 +40121,14 @@
],
"ReturnType": "System.Boolean"
},
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
{
"Name": "CompareTo",
"Parameters": [
@@ -40513,14 +40139,6 @@
],
"ReturnType": "System.Int32"
},
- {
- "Name": "GetHashCode",
- "ReturnType": "System.Int32"
- },
- {
- "Name": "ToString",
- "ReturnType": "System.String"
- },
{
"Name": "ToString",
"Parameters": [
@@ -40568,7 +40186,7 @@
"System.Nullable`1[Microsoft.Azure.Batch.Common.OnTaskFailure]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Batch.Common.OnTaskFailure]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.OnTaskFailure, Microsoft.Azure.Batch, Version=15.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.OnTaskFailure, Microsoft.Azure.Batch, Version=16.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Batch.Common.OnTaskFailure"
]
@@ -40576,7 +40194,7 @@
"Microsoft.Azure.Batch.Common.OnTaskFailure": {
"Namespace": "Microsoft.Azure.Batch.Common",
"Name": "Microsoft.Azure.Batch.Common.OnTaskFailure",
- "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.OnTaskFailure, Microsoft.Azure.Batch, Version=15.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.OnTaskFailure, Microsoft.Azure.Batch, Version=16.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -40598,6 +40216,14 @@
],
"ReturnType": "System.Boolean"
},
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
{
"Name": "CompareTo",
"Parameters": [
@@ -40608,14 +40234,6 @@
],
"ReturnType": "System.Int32"
},
- {
- "Name": "GetHashCode",
- "ReturnType": "System.Int32"
- },
- {
- "Name": "ToString",
- "ReturnType": "System.String"
- },
{
"Name": "ToString",
"Parameters": [
@@ -40663,7 +40281,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobScheduleExecutionInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RecentJob": "Microsoft.Azure.Commands.Batch.Models.PSRecentJob",
"NextRunTime": "System.Nullable`1[System.DateTime]",
@@ -40697,7 +40315,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSRecentJob, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String",
"Url": "System.String"
@@ -40730,7 +40348,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobScheduleStatistics, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LastUpdateTime": "System.DateTime",
"StartTime": "System.DateTime",
@@ -40775,7 +40393,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobSpecification, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Constraints": "Microsoft.Azure.Commands.Batch.Models.PSJobConstraints",
"JobManagerTask": "Microsoft.Azure.Commands.Batch.Models.PSJobManagerTask",
@@ -40835,7 +40453,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSSchedule, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DoNotRunAfter": "System.Nullable`1[System.DateTime]",
"DoNotRunUntil": "System.Nullable`1[System.DateTime]",
@@ -40875,7 +40493,7 @@
"System.Nullable`1[Microsoft.Azure.Batch.Common.JobScheduleState]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Batch.Common.JobScheduleState]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.JobScheduleState, Microsoft.Azure.Batch, Version=15.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.JobScheduleState, Microsoft.Azure.Batch, Version=16.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Batch.Common.JobScheduleState"
]
@@ -40883,7 +40501,7 @@
"Microsoft.Azure.Batch.Common.JobScheduleState": {
"Namespace": "Microsoft.Azure.Batch.Common",
"Name": "Microsoft.Azure.Batch.Common.JobScheduleState",
- "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.JobScheduleState, Microsoft.Azure.Batch, Version=15.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.JobScheduleState, Microsoft.Azure.Batch, Version=16.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -40905,6 +40523,14 @@
],
"ReturnType": "System.Boolean"
},
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
{
"Name": "CompareTo",
"Parameters": [
@@ -40915,14 +40541,6 @@
],
"ReturnType": "System.Int32"
},
- {
- "Name": "GetHashCode",
- "ReturnType": "System.Int32"
- },
- {
- "Name": "ToString",
- "ReturnType": "System.String"
- },
{
"Name": "ToString",
"Parameters": [
@@ -40970,7 +40588,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobPreparationTaskExecutionInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"State": "Microsoft.Azure.Batch.Common.JobPreparationTaskState",
"ContainerInformation": "Microsoft.Azure.Commands.Batch.Models.PSTaskContainerExecutionInformation",
@@ -41012,7 +40630,7 @@
"Microsoft.Azure.Batch.Common.JobPreparationTaskState": {
"Namespace": "Microsoft.Azure.Batch.Common",
"Name": "Microsoft.Azure.Batch.Common.JobPreparationTaskState",
- "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.JobPreparationTaskState, Microsoft.Azure.Batch, Version=15.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.JobPreparationTaskState, Microsoft.Azure.Batch, Version=16.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -41034,6 +40652,14 @@
],
"ReturnType": "System.Boolean"
},
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
{
"Name": "CompareTo",
"Parameters": [
@@ -41044,14 +40670,6 @@
],
"ReturnType": "System.Int32"
},
- {
- "Name": "GetHashCode",
- "ReturnType": "System.Int32"
- },
- {
- "Name": "ToString",
- "ReturnType": "System.String"
- },
{
"Name": "ToString",
"Parameters": [
@@ -41099,7 +40717,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobReleaseTaskExecutionInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"State": "Microsoft.Azure.Batch.Common.JobReleaseTaskState",
"ContainerInformation": "Microsoft.Azure.Commands.Batch.Models.PSTaskContainerExecutionInformation",
@@ -41139,7 +40757,7 @@
"Microsoft.Azure.Batch.Common.JobReleaseTaskState": {
"Namespace": "Microsoft.Azure.Batch.Common",
"Name": "Microsoft.Azure.Batch.Common.JobReleaseTaskState",
- "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.JobReleaseTaskState, Microsoft.Azure.Batch, Version=15.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.JobReleaseTaskState, Microsoft.Azure.Batch, Version=16.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -41161,6 +40779,14 @@
],
"ReturnType": "System.Boolean"
},
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
{
"Name": "CompareTo",
"Parameters": [
@@ -41171,14 +40797,6 @@
],
"ReturnType": "System.Int32"
},
- {
- "Name": "GetHashCode",
- "ReturnType": "System.Int32"
- },
- {
- "Name": "ToString",
- "ReturnType": "System.String"
- },
{
"Name": "ToString",
"Parameters": [
@@ -41226,7 +40844,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSFileProperties, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LastModified": "System.DateTime",
"ContentLength": "System.Int64",
@@ -41262,7 +40880,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNodeCounts, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Creating": "System.Int32",
"Idle": "System.Int32",
@@ -41317,7 +40935,7 @@
"System.Nullable`1[Microsoft.Azure.Batch.Common.SubtaskState]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Batch.Common.SubtaskState]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.SubtaskState, Microsoft.Azure.Batch, Version=15.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.SubtaskState, Microsoft.Azure.Batch, Version=16.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Batch.Common.SubtaskState"
]
@@ -41325,7 +40943,7 @@
"Microsoft.Azure.Batch.Common.SubtaskState": {
"Namespace": "Microsoft.Azure.Batch.Common",
"Name": "Microsoft.Azure.Batch.Common.SubtaskState",
- "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.SubtaskState, Microsoft.Azure.Batch, Version=15.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.SubtaskState, Microsoft.Azure.Batch, Version=16.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -41347,6 +40965,14 @@
],
"ReturnType": "System.Boolean"
},
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
{
"Name": "CompareTo",
"Parameters": [
@@ -41357,14 +40983,6 @@
],
"ReturnType": "System.Int32"
},
- {
- "Name": "GetHashCode",
- "ReturnType": "System.Int32"
- },
- {
- "Name": "ToString",
- "ReturnType": "System.String"
- },
{
"Name": "ToString",
"Parameters": [
@@ -41412,7 +41030,7 @@
"System.Nullable`1[Microsoft.Azure.Batch.Common.OSType]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Batch.Common.OSType]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.OSType, Microsoft.Azure.Batch, Version=15.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.OSType, Microsoft.Azure.Batch, Version=16.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Batch.Common.OSType"
]
@@ -41420,7 +41038,7 @@
"Microsoft.Azure.Batch.Common.OSType": {
"Namespace": "Microsoft.Azure.Batch.Common",
"Name": "Microsoft.Azure.Batch.Common.OSType",
- "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.OSType, Microsoft.Azure.Batch, Version=15.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.OSType, Microsoft.Azure.Batch, Version=16.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -41442,6 +41060,14 @@
],
"ReturnType": "System.Boolean"
},
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
{
"Name": "CompareTo",
"Parameters": [
@@ -41452,14 +41078,6 @@
],
"ReturnType": "System.Int32"
},
- {
- "Name": "GetHashCode",
- "ReturnType": "System.Int32"
- },
- {
- "Name": "ToString",
- "ReturnType": "System.String"
- },
{
"Name": "ToString",
"Parameters": [
@@ -41507,7 +41125,7 @@
"System.Nullable`1[Microsoft.Azure.Batch.Common.VerificationType]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Batch.Common.VerificationType]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.VerificationType, Microsoft.Azure.Batch, Version=15.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Batch.Common.VerificationType, Microsoft.Azure.Batch, Version=16.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Batch.Common.VerificationType"
]
@@ -41515,7 +41133,7 @@
"Microsoft.Azure.Batch.Common.VerificationType": {
"Namespace": "Microsoft.Azure.Batch.Common",
"Name": "Microsoft.Azure.Batch.Common.VerificationType",
- "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.VerificationType, Microsoft.Azure.Batch, Version=15.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.VerificationType, Microsoft.Azure.Batch, Version=16.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -41537,6 +41155,14 @@
],
"ReturnType": "System.Boolean"
},
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
{
"Name": "CompareTo",
"Parameters": [
@@ -41547,14 +41173,6 @@
],
"ReturnType": "System.Int32"
},
- {
- "Name": "GetHashCode",
- "ReturnType": "System.Int32"
- },
- {
- "Name": "ToString",
- "ReturnType": "System.String"
- },
{
"Name": "ToString",
"Parameters": [
@@ -41602,7 +41220,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Batch.Models.PSSkuCapability, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Batch.Models.PSSkuCapability"
]
@@ -41610,7 +41228,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSSkuCapability, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Value": "System.String"
@@ -41658,7 +41276,7 @@
"System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Batch.TaskIdRange]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Batch.TaskIdRange]",
- "AssemblyQualifiedName": "System.Collections.Generic.IReadOnlyList`1[[Microsoft.Azure.Batch.TaskIdRange, Microsoft.Azure.Batch, Version=15.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IReadOnlyList`1[[Microsoft.Azure.Batch.TaskIdRange, Microsoft.Azure.Batch, Version=16.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Batch.TaskIdRange"
]
@@ -41666,7 +41284,7 @@
"Microsoft.Azure.Batch.TaskIdRange": {
"Namespace": "Microsoft.Azure.Batch",
"Name": "Microsoft.Azure.Batch.TaskIdRange",
- "AssemblyQualifiedName": "Microsoft.Azure.Batch.TaskIdRange, Microsoft.Azure.Batch, Version=15.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Batch.TaskIdRange, Microsoft.Azure.Batch, Version=16.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"End": "System.Int32",
"Start": "System.Int32"
@@ -41714,7 +41332,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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AffinityInformation": "Microsoft.Azure.Commands.Batch.Models.PSAffinityInformation",
"AuthenticationTokenSettings": "Microsoft.Azure.Commands.Batch.Models.PSAuthenticationTokenSettings",
@@ -41787,7 +41405,7 @@
"Microsoft.Azure.Batch.Common.ComputeNodeDeallocationOption": {
"Namespace": "Microsoft.Azure.Batch.Common",
"Name": "Microsoft.Azure.Batch.Common.ComputeNodeDeallocationOption",
- "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.ComputeNodeDeallocationOption, Microsoft.Azure.Batch, Version=15.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.ComputeNodeDeallocationOption, Microsoft.Azure.Batch, Version=16.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -41809,6 +41427,14 @@
],
"ReturnType": "System.Boolean"
},
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
{
"Name": "CompareTo",
"Parameters": [
@@ -41819,14 +41445,6 @@
],
"ReturnType": "System.Int32"
},
- {
- "Name": "GetHashCode",
- "ReturnType": "System.Int32"
- },
- {
- "Name": "ToString",
- "ReturnType": "System.String"
- },
{
"Name": "ToString",
"Parameters": [
@@ -41874,7 +41492,7 @@
"Microsoft.Azure.Batch.Common.ComputeNodeReimageOption": {
"Namespace": "Microsoft.Azure.Batch.Common",
"Name": "Microsoft.Azure.Batch.Common.ComputeNodeReimageOption",
- "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.ComputeNodeReimageOption, Microsoft.Azure.Batch, Version=15.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.ComputeNodeReimageOption, Microsoft.Azure.Batch, Version=16.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -41896,6 +41514,14 @@
],
"ReturnType": "System.Boolean"
},
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
{
"Name": "CompareTo",
"Parameters": [
@@ -41906,14 +41532,6 @@
],
"ReturnType": "System.Int32"
},
- {
- "Name": "GetHashCode",
- "ReturnType": "System.Int32"
- },
- {
- "Name": "ToString",
- "ReturnType": "System.String"
- },
{
"Name": "ToString",
"Parameters": [
@@ -41961,7 +41579,7 @@
"Microsoft.Azure.Batch.Common.ComputeNodeRebootOption": {
"Namespace": "Microsoft.Azure.Batch.Common",
"Name": "Microsoft.Azure.Batch.Common.ComputeNodeRebootOption",
- "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.ComputeNodeRebootOption, Microsoft.Azure.Batch, Version=15.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Batch.Common.ComputeNodeRebootOption, Microsoft.Azure.Batch, Version=16.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -41983,6 +41601,14 @@
],
"ReturnType": "System.Boolean"
},
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
{
"Name": "CompareTo",
"Parameters": [
@@ -41993,14 +41619,6 @@
],
"ReturnType": "System.Int32"
},
- {
- "Name": "GetHashCode",
- "ReturnType": "System.Int32"
- },
- {
- "Name": "ToString",
- "ReturnType": "System.String"
- },
{
"Name": "ToString",
"Parameters": [
diff --git a/tools/Tools.Common/SerializedCmdlets/Az.Compute.json b/tools/Tools.Common/SerializedCmdlets/Az.Compute.json
index 5889db962589..364682bc08de 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": "6.1.0",
+ "ModuleVersion": "6.2.0",
"Cmdlets": [
{
"VerbName": "Add",
@@ -16,7 +16,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation",
"StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile",
@@ -71,7 +71,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation",
"StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile",
@@ -194,7 +194,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation",
"StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile",
@@ -383,7 +383,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.VhdUploadContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.VhdUploadContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.VhdUploadContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LocalFilePath": "System.IO.FileInfo",
"DestinationUri": "System.Uri"
@@ -1084,7 +1084,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -1173,7 +1173,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -1276,7 +1276,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -1406,7 +1406,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -1489,7 +1489,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities",
"DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile",
@@ -1563,7 +1563,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -1762,7 +1762,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -1999,7 +1999,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -2379,7 +2379,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -2465,7 +2465,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -2518,7 +2518,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVMGalleryApplication, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"TreatFailureAsDeploymentFailure": "System.Nullable`1[System.Boolean]",
"EnableAutomaticUpgrade": "System.Nullable`1[System.Boolean]",
@@ -2579,7 +2579,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -2638,7 +2638,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVMGalleryApplication, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"TreatFailureAsDeploymentFailure": "System.Nullable`1[System.Boolean]",
"EnableAutomaticUpgrade": "System.Nullable`1[System.Boolean]",
@@ -2729,7 +2729,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -2818,7 +2818,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -2943,7 +2943,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -3085,7 +3085,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -3261,7 +3261,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -3350,7 +3350,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -3462,7 +3462,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -3607,7 +3607,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -3681,7 +3681,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -3793,7 +3793,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -3947,7 +3947,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -4021,7 +4021,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -4190,7 +4190,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -4443,7 +4443,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -4517,7 +4517,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -4645,7 +4645,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -4827,7 +4827,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -4901,7 +4901,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -5065,7 +5065,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -5307,7 +5307,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"ExtensionProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtensionProfile",
@@ -5365,7 +5365,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"ExtensionProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtensionProfile",
@@ -5390,7 +5390,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVMGalleryApplication, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"TreatFailureAsDeploymentFailure": "System.Nullable`1[System.Boolean]",
"EnableAutomaticUpgrade": "System.Nullable`1[System.Boolean]",
@@ -5451,7 +5451,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"ExtensionProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtensionProfile",
@@ -5482,7 +5482,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVMGalleryApplication, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"TreatFailureAsDeploymentFailure": "System.Nullable`1[System.Boolean]",
"EnableAutomaticUpgrade": "System.Nullable`1[System.Boolean]",
@@ -5573,7 +5573,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -5662,7 +5662,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -5762,7 +5762,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -5889,7 +5889,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -5963,7 +5963,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -6119,7 +6119,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -6347,7 +6347,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Compute.Models.PSVirtualMachineRunCommand, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.PSVirtualMachineRunCommand"
]
@@ -6510,7 +6510,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities",
"DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile",
@@ -7116,7 +7116,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities",
"DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile",
@@ -7411,7 +7411,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -7485,7 +7485,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -7571,7 +7571,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -7687,7 +7687,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -7761,7 +7761,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -7846,7 +7846,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -7961,7 +7961,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities",
"DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile",
@@ -8032,7 +8032,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities",
"DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile",
@@ -8168,7 +8168,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities",
"DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile",
@@ -8370,7 +8370,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -8444,7 +8444,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -8532,7 +8532,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -8650,7 +8650,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -8887,7 +8887,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsSuccessStatusCode": "System.Boolean",
"StatusCode": "System.Net.HttpStatusCode",
@@ -9245,7 +9245,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -9567,7 +9567,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSLogAnalyticsOperationResult, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"Properties": "Microsoft.Azure.Management.Compute.Models.LogAnalyticsOutput",
@@ -10030,7 +10030,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSLogAnalyticsOperationResult, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"Properties": "Microsoft.Azure.Management.Compute.Models.LogAnalyticsOutput",
@@ -10469,7 +10469,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.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]",
@@ -10650,7 +10650,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSCapacityReservation, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"InstanceView": "Microsoft.Azure.Management.Compute.Models.CapacityReservationInstanceView",
"Sku": "Microsoft.Azure.Management.Compute.Models.Sku",
@@ -10878,7 +10878,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSCapacityReservationGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"InstanceView": "Microsoft.Azure.Management.Compute.Models.CapacityReservationGroupInstanceView",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -11189,7 +11189,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSResourceSku, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.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]",
@@ -11359,7 +11359,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData",
@@ -11591,7 +11591,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskAccess, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.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]",
@@ -11847,7 +11847,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Identity": "Microsoft.Azure.Management.Compute.Models.EncryptionSetIdentity",
"ActiveKey": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference",
@@ -12185,7 +12185,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGallery, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Identifier": "Microsoft.Azure.Management.Compute.Models.GalleryIdentifier",
"SharingProfile": "Microsoft.Azure.Management.Compute.Models.SharingProfile",
@@ -12664,7 +12664,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Disallowed": "Microsoft.Azure.Management.Compute.Models.Disallowed",
"Identifier": "Microsoft.Azure.Management.Compute.Models.GalleryImageIdentifier",
@@ -13236,7 +13236,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImageVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PublishingProfile": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionPublishingProfile",
"StorageProfile": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionStorageProfile",
@@ -13962,7 +13962,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHost, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"InstanceView": "Microsoft.Azure.Management.Compute.Models.DedicatedHostInstanceView",
"Sku": "Microsoft.Azure.Management.Compute.Models.Sku",
@@ -14303,7 +14303,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHostGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.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]",
@@ -14586,7 +14586,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation",
"StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile",
@@ -14814,7 +14814,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSProximityPlacementGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ColocationStatus": "Microsoft.Azure.Management.Compute.Models.InstanceViewStatus",
"Intent": "Microsoft.Azure.Management.Compute.Models.ProximityPlacementGroupPropertiesIntent",
@@ -15455,7 +15455,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRestorePoint, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SourceRestorePoint": "Microsoft.Azure.Management.Compute.Models.ApiEntityReference",
"InstanceView": "Microsoft.Azure.Management.Compute.Models.RestorePointInstanceView",
@@ -15672,7 +15672,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRestorePointCollection, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.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]",
@@ -15838,7 +15838,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData",
@@ -16059,7 +16059,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSshPublicKeyResource, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"Name": "System.String",
@@ -16313,7 +16313,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -16396,7 +16396,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineInstanceView, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BootDiagnostics": "Microsoft.Azure.Management.Compute.Models.BootDiagnosticsInstanceView",
"MaintenanceRedeployStatus": "Microsoft.Azure.Management.Compute.Models.MaintenanceRedeployStatus",
@@ -16498,7 +16498,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -16680,7 +16680,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -16946,7 +16946,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.VirtualMachineAccessExtensionContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.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]",
@@ -17187,7 +17187,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.VirtualMachineADDomainExtensionContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.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]",
@@ -17431,7 +17431,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtension, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.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]",
@@ -17688,7 +17688,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -17771,7 +17771,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineInstanceView, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BootDiagnostics": "Microsoft.Azure.Management.Compute.Models.BootDiagnosticsInstanceView",
"MaintenanceRedeployStatus": "Microsoft.Azure.Management.Compute.Models.MaintenanceRedeployStatus",
@@ -18170,7 +18170,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtension, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.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]",
@@ -18645,7 +18645,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.VirtualMachineCustomScriptExtensionContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.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]",
@@ -18885,7 +18885,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtension, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.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]",
@@ -19118,7 +19118,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Extension.AzureDiskEncryption.AzureDiskEncryptionExtensionContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.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]",
@@ -19391,7 +19391,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Extension.DSC.VirtualMachineDscExtensionContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.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]",
@@ -19491,7 +19491,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -19707,7 +19707,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -19819,7 +19819,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineInstanceView, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BootDiagnostics": "Microsoft.Azure.Management.Compute.Models.BootDiagnosticsInstanceView",
"MaintenanceRedeployStatus": "Microsoft.Azure.Management.Compute.Models.MaintenanceRedeployStatus",
@@ -19908,7 +19908,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -20063,7 +20063,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -20191,7 +20191,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtension, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.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]",
@@ -20294,7 +20294,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -20525,7 +20525,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -20698,7 +20698,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtensionImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"StatusCode": "System.Net.HttpStatusCode",
"Version": "System.String",
@@ -20748,7 +20748,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtensionImageDetails, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"StatusCode": "System.Net.HttpStatusCode",
"SupportsMultipleExtensions": "System.Nullable`1[System.Boolean]",
@@ -20990,7 +20990,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtensionImageType, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"StatusCode": "System.Net.HttpStatusCode",
"PublisherName": "System.String",
@@ -21153,7 +21153,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"StatusCode": "System.Net.HttpStatusCode",
"Version": "System.String",
@@ -21204,7 +21204,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineImageDetail, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutomaticOSUpgradeProperties": "Microsoft.Azure.Management.Compute.Models.AutomaticOSUpgradeProperties",
"ImageDeprecationStatus": "Microsoft.Azure.Management.Compute.Models.ImageDeprecationStatus",
@@ -21684,7 +21684,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineImageOffer, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"StatusCode": "System.Net.HttpStatusCode",
"Offer": "System.String",
@@ -21871,7 +21871,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineImagePublisher, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"StatusCode": "System.Net.HttpStatusCode",
"PublisherName": "System.String",
@@ -22009,7 +22009,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineImageSku, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"StatusCode": "System.Net.HttpStatusCode",
"Skus": "System.String",
@@ -22221,7 +22221,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.PSVirtualMachineRunCommand, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"InstanceView": "Microsoft.Azure.Management.Compute.Models.VirtualMachineRunCommandInstanceView",
"Source": "Microsoft.Azure.Management.Compute.Models.VirtualMachineRunCommandScriptSource",
@@ -22441,7 +22441,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRunCommandDocument, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.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]",
@@ -22635,7 +22635,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineSize, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"MemoryInMB": "System.Int32",
"NumberOfCores": "System.Int32",
@@ -22955,7 +22955,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.VirtualMachineSqlServerExtensionContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.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]",
@@ -23152,7 +23152,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -23630,7 +23630,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVmssDiskEncryptionStatusContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EncryptionSettings": "Microsoft.Azure.Commands.Compute.Extension.AzureDiskEncryption.AzureVmssDiskEncryptionExtensionPublicSettings",
"EncryptionEnabled": "System.Boolean",
@@ -23825,7 +23825,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRollingUpgradeStatusInfo, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"Policy": "Microsoft.Azure.Management.Compute.Models.RollingUpgradePolicy",
@@ -24027,7 +24027,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetSku, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Sku": "Microsoft.Azure.Management.Compute.Models.Sku",
"Capacity": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetSkuCapacity",
@@ -24223,7 +24223,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities",
"DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile",
@@ -24609,7 +24609,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVmssVMDiskEncryptionStatusContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"OsVolumeEncrypted": "Microsoft.Azure.Commands.Compute.Models.EncryptionStatus",
"DataVolumesEncrypted": "Microsoft.Azure.Commands.Compute.Models.EncryptionStatus",
@@ -24829,7 +24829,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.PSVirtualMachineRunCommand, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"InstanceView": "Microsoft.Azure.Management.Compute.Models.VirtualMachineRunCommandInstanceView",
"Source": "Microsoft.Azure.Management.Compute.Models.VirtualMachineRunCommandScriptSource",
@@ -25073,7 +25073,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSUsage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "Microsoft.Azure.Management.Compute.Models.UsageName",
"StatusCode": "System.Net.HttpStatusCode",
@@ -25211,7 +25211,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAccessUri, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessSAS": "System.String"
},
@@ -25492,7 +25492,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAccessUri, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessSAS": "System.String"
},
@@ -25773,7 +25773,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineInstallPatchesResult, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.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]",
@@ -25862,7 +25862,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -26740,7 +26740,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -26956,7 +26956,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -27237,7 +27237,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachinePatchAssessmentResult, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.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]",
@@ -27319,7 +27319,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -27547,7 +27547,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -27709,7 +27709,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -28087,7 +28087,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRunCommandResult, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"Item": "Microsoft.Azure.Management.Compute.Models.InstanceViewStatus",
@@ -28210,7 +28210,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -28667,7 +28667,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -28839,7 +28839,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRunCommandResult, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"Item": "Microsoft.Azure.Management.Compute.Models.InstanceViewStatus",
@@ -28968,7 +28968,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities",
"DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile",
@@ -29422,7 +29422,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities",
"DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile",
@@ -29579,7 +29579,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.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]",
@@ -29940,7 +29940,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSCapacityReservation, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"InstanceView": "Microsoft.Azure.Management.Compute.Models.CapacityReservationInstanceView",
"Sku": "Microsoft.Azure.Management.Compute.Models.Sku",
@@ -30296,7 +30296,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSCapacityReservationGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"InstanceView": "Microsoft.Azure.Management.Compute.Models.CapacityReservationGroupInstanceView",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -30565,7 +30565,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData",
@@ -30669,7 +30669,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData",
@@ -30787,7 +30787,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData",
@@ -30942,7 +30942,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskAccess, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.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]",
@@ -31160,7 +31160,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData",
@@ -31312,7 +31312,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Publisher": "System.String",
"Name": "System.String",
@@ -31761,7 +31761,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Publisher": "System.String",
"Name": "System.String",
@@ -32291,7 +32291,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Identity": "Microsoft.Azure.Management.Compute.Models.EncryptionSetIdentity",
"ActiveKey": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference",
@@ -32372,7 +32372,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Identity": "Microsoft.Azure.Management.Compute.Models.EncryptionSetIdentity",
"ActiveKey": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference",
@@ -32467,7 +32467,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Identity": "Microsoft.Azure.Management.Compute.Models.EncryptionSetIdentity",
"ActiveKey": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference",
@@ -32596,7 +32596,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Identity": "Microsoft.Azure.Management.Compute.Models.EncryptionSetIdentity",
"ActiveKey": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference",
@@ -32939,7 +32939,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Publisher": "System.String",
"Name": "System.String",
@@ -33147,7 +33147,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku",
@@ -33334,7 +33334,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Publisher": "System.String",
"Name": "System.String",
@@ -33689,7 +33689,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Publisher": "System.String",
"Name": "System.String",
@@ -33933,7 +33933,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGallery, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Identifier": "Microsoft.Azure.Management.Compute.Models.GalleryIdentifier",
"SharingProfile": "Microsoft.Azure.Management.Compute.Models.SharingProfile",
@@ -34487,7 +34487,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Disallowed": "Microsoft.Azure.Management.Compute.Models.Disallowed",
"Identifier": "Microsoft.Azure.Management.Compute.Models.GalleryImageIdentifier",
@@ -35667,7 +35667,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImageVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PublishingProfile": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionPublishingProfile",
"StorageProfile": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionStorageProfile",
@@ -36416,7 +36416,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHost, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"InstanceView": "Microsoft.Azure.Management.Compute.Models.DedicatedHostInstanceView",
"Sku": "Microsoft.Azure.Management.Compute.Models.Sku",
@@ -36921,7 +36921,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHostGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.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]",
@@ -37401,7 +37401,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation",
"StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile",
@@ -37477,7 +37477,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation",
"StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile",
@@ -37567,7 +37567,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation",
"StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile",
@@ -37694,7 +37694,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation",
"StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile",
@@ -38029,7 +38029,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSProximityPlacementGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ColocationStatus": "Microsoft.Azure.Management.Compute.Models.InstanceViewStatus",
"Intent": "Microsoft.Azure.Management.Compute.Models.ProximityPlacementGroupPropertiesIntent",
@@ -38352,7 +38352,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRestorePoint, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SourceRestorePoint": "Microsoft.Azure.Management.Compute.Models.ApiEntityReference",
"InstanceView": "Microsoft.Azure.Management.Compute.Models.RestorePointInstanceView",
@@ -38643,7 +38643,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRestorePointCollection, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.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]",
@@ -39006,7 +39006,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData",
@@ -39099,7 +39099,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData",
@@ -39206,7 +39206,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData",
@@ -39350,7 +39350,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData",
@@ -39518,7 +39518,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Publisher": "System.String",
"Name": "System.String",
@@ -39873,7 +39873,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Publisher": "System.String",
"Name": "System.String",
@@ -40180,7 +40180,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption",
"EncryptionSettingsCollection": "Microsoft.Azure.Management.Compute.Models.EncryptionSettingsCollection",
@@ -40699,7 +40699,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSshPublicKeyResource, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"Name": "System.String",
@@ -40891,7 +40891,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsSuccessStatusCode": "System.Boolean",
"StatusCode": "System.Net.HttpStatusCode",
@@ -40936,7 +40936,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -41052,7 +41052,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -41655,7 +41655,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -43498,7 +43498,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -45227,7 +45227,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ManagedDisk": "Microsoft.Azure.Management.Compute.Models.ManagedDiskParameters",
"Vhd": "Microsoft.Azure.Management.Compute.Models.VirtualHardDisk",
@@ -45877,7 +45877,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVMGalleryApplication, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"TreatFailureAsDeploymentFailure": "System.Nullable`1[System.Boolean]",
"EnableAutomaticUpgrade": "System.Nullable`1[System.Boolean]",
@@ -46039,7 +46039,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.AutoBackupSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Enable": "System.Boolean",
"EnableEncryption": "System.Boolean",
@@ -46812,7 +46812,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.AutoPatchingSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Enable": "System.Boolean",
"MaintenanceWindowStartingHour": "System.Int32",
@@ -47025,7 +47025,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.KeyVaultCredentialSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Enable": "System.Boolean",
"Credentials": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Compute.AzureVMSqlServerKeyVaultCredential]",
@@ -47238,7 +47238,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -47333,7 +47333,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -47877,7 +47877,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -48867,7 +48867,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -49067,7 +49067,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension[], Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension"
},
"ValidateNotNullOrEmpty": false
@@ -49715,7 +49715,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension[], Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension"
},
"ValidateNotNullOrEmpty": false
@@ -50632,7 +50632,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension[], Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension"
},
"ValidateNotNullOrEmpty": false
@@ -51330,7 +51330,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVMGalleryApplication, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"TreatFailureAsDeploymentFailure": "System.Nullable`1[System.Boolean]",
"EnableAutomaticUpgrade": "System.Nullable`1[System.Boolean]",
@@ -52902,7 +52902,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsSuccessStatusCode": "System.Boolean",
"StatusCode": "System.Net.HttpStatusCode",
@@ -53118,7 +53118,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -53339,7 +53339,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -53421,7 +53421,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSCapacityReservationGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"InstanceView": "Microsoft.Azure.Management.Compute.Models.CapacityReservationGroupInstanceView",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -53619,7 +53619,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSCapacityReservationGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"InstanceView": "Microsoft.Azure.Management.Compute.Models.CapacityReservationGroupInstanceView",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -53744,7 +53744,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -54020,7 +54020,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -54102,7 +54102,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskAccess, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.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]",
@@ -54299,7 +54299,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskAccess, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.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]",
@@ -54423,7 +54423,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -54514,7 +54514,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Identity": "Microsoft.Azure.Management.Compute.Models.EncryptionSetIdentity",
"ActiveKey": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference",
@@ -54807,7 +54807,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Identity": "Microsoft.Azure.Management.Compute.Models.EncryptionSetIdentity",
"ActiveKey": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference",
@@ -54905,7 +54905,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -54996,7 +54996,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGallery, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Identifier": "Microsoft.Azure.Management.Compute.Models.GalleryIdentifier",
"SharingProfile": "Microsoft.Azure.Management.Compute.Models.SharingProfile",
@@ -55286,7 +55286,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGallery, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Identifier": "Microsoft.Azure.Management.Compute.Models.GalleryIdentifier",
"SharingProfile": "Microsoft.Azure.Management.Compute.Models.SharingProfile",
@@ -55381,7 +55381,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -55481,7 +55481,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Disallowed": "Microsoft.Azure.Management.Compute.Models.Disallowed",
"Identifier": "Microsoft.Azure.Management.Compute.Models.GalleryImageIdentifier",
@@ -55797,7 +55797,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Disallowed": "Microsoft.Azure.Management.Compute.Models.Disallowed",
"Identifier": "Microsoft.Azure.Management.Compute.Models.GalleryImageIdentifier",
@@ -55903,7 +55903,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -56015,7 +56015,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImageVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PublishingProfile": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionPublishingProfile",
"StorageProfile": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionStorageProfile",
@@ -56338,7 +56338,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImageVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PublishingProfile": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionPublishingProfile",
"StorageProfile": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionStorageProfile",
@@ -56433,7 +56433,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -56524,7 +56524,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHost, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"InstanceView": "Microsoft.Azure.Management.Compute.Models.DedicatedHostInstanceView",
"Sku": "Microsoft.Azure.Management.Compute.Models.Sku",
@@ -56743,7 +56743,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHost, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"InstanceView": "Microsoft.Azure.Management.Compute.Models.DedicatedHostInstanceView",
"Sku": "Microsoft.Azure.Management.Compute.Models.Sku",
@@ -56874,7 +56874,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -56956,7 +56956,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHostGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.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]",
@@ -57156,7 +57156,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHostGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.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]",
@@ -57283,7 +57283,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -57559,7 +57559,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation",
"StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile",
@@ -57614,7 +57614,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation",
"StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile",
@@ -57674,7 +57674,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation",
"StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile",
@@ -57751,7 +57751,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation",
"StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile",
@@ -57817,7 +57817,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -57908,7 +57908,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSProximityPlacementGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ColocationStatus": "Microsoft.Azure.Management.Compute.Models.InstanceViewStatus",
"Intent": "Microsoft.Azure.Management.Compute.Models.ProximityPlacementGroupPropertiesIntent",
@@ -58201,7 +58201,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSProximityPlacementGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ColocationStatus": "Microsoft.Azure.Management.Compute.Models.InstanceViewStatus",
"Intent": "Microsoft.Azure.Management.Compute.Models.ProximityPlacementGroupPropertiesIntent",
@@ -58299,7 +58299,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRestorePoint, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SourceRestorePoint": "Microsoft.Azure.Management.Compute.Models.ApiEntityReference",
"InstanceView": "Microsoft.Azure.Management.Compute.Models.RestorePointInstanceView",
@@ -58492,7 +58492,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -58659,7 +58659,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -58935,7 +58935,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -59017,7 +59017,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSshPublicKeyResource, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"Name": "System.String",
@@ -59173,7 +59173,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSshPublicKeyResource, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"Name": "System.String",
@@ -59265,7 +59265,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -59312,7 +59312,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsSuccessStatusCode": "System.Boolean",
"StatusCode": "System.Net.HttpStatusCode",
@@ -59794,7 +59794,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsSuccessStatusCode": "System.Boolean",
"StatusCode": "System.Net.HttpStatusCode",
@@ -60038,7 +60038,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsSuccessStatusCode": "System.Boolean",
"StatusCode": "System.Net.HttpStatusCode",
@@ -60282,7 +60282,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsSuccessStatusCode": "System.Boolean",
"StatusCode": "System.Net.HttpStatusCode",
@@ -60472,7 +60472,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsSuccessStatusCode": "System.Boolean",
"StatusCode": "System.Net.HttpStatusCode",
@@ -60934,7 +60934,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsSuccessStatusCode": "System.Boolean",
"StatusCode": "System.Net.HttpStatusCode",
@@ -61178,7 +61178,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -61267,7 +61267,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -61362,7 +61362,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -61478,7 +61478,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsSuccessStatusCode": "System.Boolean",
"StatusCode": "System.Net.HttpStatusCode",
@@ -61698,7 +61698,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsSuccessStatusCode": "System.Boolean",
"StatusCode": "System.Net.HttpStatusCode",
@@ -61942,7 +61942,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsSuccessStatusCode": "System.Boolean",
"StatusCode": "System.Net.HttpStatusCode",
@@ -62150,7 +62150,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsSuccessStatusCode": "System.Boolean",
"StatusCode": "System.Net.HttpStatusCode",
@@ -62394,7 +62394,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -62480,7 +62480,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -62568,7 +62568,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -62680,7 +62680,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -62769,7 +62769,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -62865,7 +62865,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -62982,7 +62982,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -63071,7 +63071,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -63166,7 +63166,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -63282,7 +63282,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsSuccessStatusCode": "System.Boolean",
"StatusCode": "System.Net.HttpStatusCode",
@@ -63502,7 +63502,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -63852,7 +63852,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -63926,7 +63926,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -64014,7 +64014,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -64107,7 +64107,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -64203,7 +64203,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -64288,7 +64288,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -64362,7 +64362,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -64441,7 +64441,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -64544,7 +64544,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -64618,7 +64618,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -64703,7 +64703,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -64796,7 +64796,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -64889,7 +64889,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -64974,7 +64974,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"ExtensionProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtensionProfile",
@@ -65032,7 +65032,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"ExtensionProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtensionProfile",
@@ -65092,7 +65092,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"ExtensionProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtensionProfile",
@@ -65176,7 +65176,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -65250,7 +65250,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -65335,7 +65335,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -65428,7 +65428,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -65521,7 +65521,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -65606,7 +65606,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRunCommandResult, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"Item": "Microsoft.Azure.Management.Compute.Models.InstanceViewStatus",
@@ -65872,7 +65872,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities",
"DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile",
@@ -65943,7 +65943,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities",
"DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile",
@@ -66016,7 +66016,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities",
"DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile",
@@ -66113,7 +66113,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRecoveryWalkResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"WalkPerformed": "System.Nullable`1[System.Boolean]",
"NextPlatformUpdateDomain": "System.Nullable`1[System.Int32]"
@@ -66216,7 +66216,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -66613,7 +66613,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -66761,7 +66761,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -66852,7 +66852,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHost, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"InstanceView": "Microsoft.Azure.Management.Compute.Models.DedicatedHostInstanceView",
"Sku": "Microsoft.Azure.Management.Compute.Models.Sku",
@@ -67032,7 +67032,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHost, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"InstanceView": "Microsoft.Azure.Management.Compute.Models.DedicatedHostInstanceView",
"Sku": "Microsoft.Azure.Management.Compute.Models.Sku",
@@ -67133,7 +67133,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -67180,7 +67180,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsSuccessStatusCode": "System.Boolean",
"StatusCode": "System.Net.HttpStatusCode",
@@ -67740,7 +67740,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -68003,7 +68003,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -68240,7 +68240,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -68477,7 +68477,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.VhdDownloadContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LocalFilePath": "System.IO.FileInfo",
"Source": "System.Uri"
@@ -69033,7 +69033,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -69569,7 +69569,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData",
@@ -69652,7 +69652,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData",
@@ -69746,7 +69746,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData",
@@ -69870,7 +69870,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData",
@@ -69953,7 +69953,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData",
@@ -70047,7 +70047,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData",
@@ -70171,7 +70171,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData",
@@ -70254,7 +70254,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData",
@@ -70348,7 +70348,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData",
@@ -70472,7 +70472,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData",
@@ -70558,7 +70558,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData",
@@ -70655,7 +70655,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData",
@@ -70779,7 +70779,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku",
@@ -70843,7 +70843,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku",
@@ -70918,7 +70918,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku",
@@ -71023,7 +71023,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku",
@@ -71087,7 +71087,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku",
@@ -71162,7 +71162,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku",
@@ -71267,7 +71267,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation",
"StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile",
@@ -71322,7 +71322,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation",
"StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile",
@@ -71460,7 +71460,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation",
"StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile",
@@ -71670,7 +71670,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData",
@@ -71742,7 +71742,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData",
@@ -71825,7 +71825,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData",
@@ -71938,7 +71938,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData",
@@ -72010,7 +72010,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData",
@@ -72093,7 +72093,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData",
@@ -72206,7 +72206,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData",
@@ -72278,7 +72278,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData",
@@ -72361,7 +72361,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData",
@@ -72474,7 +72474,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption",
"EncryptionSettingsCollection": "Microsoft.Azure.Management.Compute.Models.EncryptionSettingsCollection",
@@ -72529,7 +72529,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption",
"EncryptionSettingsCollection": "Microsoft.Azure.Management.Compute.Models.EncryptionSettingsCollection",
@@ -72595,7 +72595,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption",
"EncryptionSettingsCollection": "Microsoft.Azure.Management.Compute.Models.EncryptionSettingsCollection",
@@ -72691,7 +72691,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption",
"EncryptionSettingsCollection": "Microsoft.Azure.Management.Compute.Models.EncryptionSettingsCollection",
@@ -72746,7 +72746,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption",
"EncryptionSettingsCollection": "Microsoft.Azure.Management.Compute.Models.EncryptionSettingsCollection",
@@ -72812,7 +72812,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption",
"EncryptionSettingsCollection": "Microsoft.Azure.Management.Compute.Models.EncryptionSettingsCollection",
@@ -72908,7 +72908,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -72955,7 +72955,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsSuccessStatusCode": "System.Boolean",
"StatusCode": "System.Net.HttpStatusCode",
@@ -73891,7 +73891,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsSuccessStatusCode": "System.Boolean",
"StatusCode": "System.Net.HttpStatusCode",
@@ -74239,7 +74239,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsSuccessStatusCode": "System.Boolean",
"StatusCode": "System.Net.HttpStatusCode",
@@ -74689,7 +74689,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsSuccessStatusCode": "System.Boolean",
"StatusCode": "System.Net.HttpStatusCode",
@@ -75282,7 +75282,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsSuccessStatusCode": "System.Boolean",
"StatusCode": "System.Net.HttpStatusCode",
@@ -75502,7 +75502,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsSuccessStatusCode": "System.Boolean",
"StatusCode": "System.Net.HttpStatusCode",
@@ -75826,7 +75826,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -75915,7 +75915,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -76033,7 +76033,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -76171,7 +76171,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -76279,7 +76279,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -76376,7 +76376,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsSuccessStatusCode": "System.Boolean",
"StatusCode": "System.Net.HttpStatusCode",
@@ -77750,7 +77750,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsSuccessStatusCode": "System.Boolean",
"StatusCode": "System.Net.HttpStatusCode",
@@ -77831,7 +77831,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -77893,7 +77893,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.VirtualMachineCustomScriptExtensionContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.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]",
@@ -78614,7 +78614,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -78926,7 +78926,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -79600,7 +79600,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.VirtualMachineCustomScriptExtensionContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.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]",
@@ -79870,7 +79870,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.VirtualMachineCustomScriptExtensionContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.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]",
@@ -80246,7 +80246,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -80335,7 +80335,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -80489,7 +80489,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -80678,7 +80678,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -80870,7 +80870,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -81048,7 +81048,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsSuccessStatusCode": "System.Boolean",
"StatusCode": "System.Net.HttpStatusCode",
@@ -81490,7 +81490,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsSuccessStatusCode": "System.Boolean",
"StatusCode": "System.Net.HttpStatusCode",
@@ -83627,7 +83627,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsSuccessStatusCode": "System.Boolean",
"StatusCode": "System.Net.HttpStatusCode",
@@ -84460,7 +84460,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsSuccessStatusCode": "System.Boolean",
"StatusCode": "System.Net.HttpStatusCode",
@@ -85442,7 +85442,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -85531,7 +85531,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -85757,7 +85757,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -86015,7 +86015,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -86303,7 +86303,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -86561,7 +86561,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -86849,7 +86849,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -87047,7 +87047,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -87189,7 +87189,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -87278,7 +87278,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -87566,7 +87566,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -87916,7 +87916,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -88326,7 +88326,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -88676,7 +88676,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -89086,7 +89086,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -89425,7 +89425,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -89514,7 +89514,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -89632,7 +89632,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -89789,7 +89789,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -89878,7 +89878,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -89969,7 +89969,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -90081,7 +90081,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -90170,7 +90170,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -90297,7 +90297,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -90450,7 +90450,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -90558,7 +90558,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -90655,7 +90655,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsSuccessStatusCode": "System.Boolean",
"StatusCode": "System.Net.HttpStatusCode",
@@ -90742,7 +90742,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.AutoPatchingSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Enable": "System.Boolean",
"MaintenanceWindowStartingHour": "System.Int32",
@@ -90758,7 +90758,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.AutoBackupSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Enable": "System.Boolean",
"EnableEncryption": "System.Boolean",
@@ -90781,7 +90781,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.KeyVaultCredentialSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Enable": "System.Boolean",
"Credentials": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Compute.AzureVMSqlServerKeyVaultCredential]",
@@ -90897,7 +90897,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.AutoPatchingSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Enable": "System.Boolean",
"MaintenanceWindowStartingHour": "System.Int32",
@@ -90919,7 +90919,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.AutoBackupSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Enable": "System.Boolean",
"EnableEncryption": "System.Boolean",
@@ -90948,7 +90948,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.KeyVaultCredentialSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Enable": "System.Boolean",
"Credentials": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Compute.AzureVMSqlServerKeyVaultCredential]",
@@ -91025,7 +91025,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -91742,7 +91742,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -91816,7 +91816,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -91904,7 +91904,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -92022,7 +92022,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineScaleSetExtension, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoUpgradeMinorVersion": "System.Nullable`1[System.Boolean]",
"Settings": "System.Object",
@@ -92582,7 +92582,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -92679,7 +92679,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -93031,7 +93031,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -93161,7 +93161,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -93235,7 +93235,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -93462,7 +93462,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -93803,7 +93803,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -93877,7 +93877,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -94010,7 +94010,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -94203,7 +94203,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -94277,7 +94277,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -94353,7 +94353,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -94453,7 +94453,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -94527,7 +94527,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -94812,7 +94812,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -95253,7 +95253,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -95327,7 +95327,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -95412,7 +95412,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -95527,7 +95527,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -96332,7 +96332,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -96421,7 +96421,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -96521,7 +96521,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -96648,7 +96648,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -96695,7 +96695,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsSuccessStatusCode": "System.Boolean",
"StatusCode": "System.Net.HttpStatusCode",
@@ -97049,7 +97049,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -97312,7 +97312,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -97382,7 +97382,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -97546,7 +97546,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -97753,7 +97753,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -97990,7 +97990,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -98037,7 +98037,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsSuccessStatusCode": "System.Boolean",
"StatusCode": "System.Net.HttpStatusCode",
@@ -98744,7 +98744,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -99204,7 +99204,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -99480,7 +99480,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Extension.AEM.AEMTestResult, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Result": "System.Boolean",
"PartialResults": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Compute.Extension.AEM.AEMTestResult]",
@@ -99747,7 +99747,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.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]",
@@ -99811,7 +99811,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.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]",
@@ -99904,7 +99904,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.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]",
@@ -100032,7 +100032,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.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]",
@@ -100149,7 +100149,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSCapacityReservation, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"InstanceView": "Microsoft.Azure.Management.Compute.Models.CapacityReservationInstanceView",
"Sku": "Microsoft.Azure.Management.Compute.Models.Sku",
@@ -100238,7 +100238,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSCapacityReservation, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"InstanceView": "Microsoft.Azure.Management.Compute.Models.CapacityReservationInstanceView",
"Sku": "Microsoft.Azure.Management.Compute.Models.Sku",
@@ -100450,7 +100450,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSCapacityReservation, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"InstanceView": "Microsoft.Azure.Management.Compute.Models.CapacityReservationInstanceView",
"Sku": "Microsoft.Azure.Management.Compute.Models.Sku",
@@ -100729,7 +100729,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSCapacityReservationGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"InstanceView": "Microsoft.Azure.Management.Compute.Models.CapacityReservationGroupInstanceView",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -100803,7 +100803,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSCapacityReservationGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"InstanceView": "Microsoft.Azure.Management.Compute.Models.CapacityReservationGroupInstanceView",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -100970,7 +100970,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSCapacityReservationGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"InstanceView": "Microsoft.Azure.Management.Compute.Models.CapacityReservationGroupInstanceView",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -101201,7 +101201,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData",
@@ -101305,7 +101305,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku",
@@ -101336,7 +101336,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData",
@@ -101454,7 +101454,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku",
@@ -101570,7 +101570,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData",
@@ -101725,7 +101725,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Identity": "Microsoft.Azure.Management.Compute.Models.EncryptionSetIdentity",
"ActiveKey": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference",
@@ -101815,7 +101815,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Identity": "Microsoft.Azure.Management.Compute.Models.EncryptionSetIdentity",
"ActiveKey": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference",
@@ -102260,7 +102260,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Identity": "Microsoft.Azure.Management.Compute.Models.EncryptionSetIdentity",
"ActiveKey": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference",
@@ -102575,7 +102575,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGallery, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Identifier": "Microsoft.Azure.Management.Compute.Models.GalleryIdentifier",
"SharingProfile": "Microsoft.Azure.Management.Compute.Models.SharingProfile",
@@ -102662,7 +102662,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGallery, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Identifier": "Microsoft.Azure.Management.Compute.Models.GalleryIdentifier",
"SharingProfile": "Microsoft.Azure.Management.Compute.Models.SharingProfile",
@@ -103419,7 +103419,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGallery, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Identifier": "Microsoft.Azure.Management.Compute.Models.GalleryIdentifier",
"SharingProfile": "Microsoft.Azure.Management.Compute.Models.SharingProfile",
@@ -103973,7 +103973,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Disallowed": "Microsoft.Azure.Management.Compute.Models.Disallowed",
"Identifier": "Microsoft.Azure.Management.Compute.Models.GalleryImageIdentifier",
@@ -104080,7 +104080,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Disallowed": "Microsoft.Azure.Management.Compute.Models.Disallowed",
"Identifier": "Microsoft.Azure.Management.Compute.Models.GalleryImageIdentifier",
@@ -104854,7 +104854,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Disallowed": "Microsoft.Azure.Management.Compute.Models.Disallowed",
"Identifier": "Microsoft.Azure.Management.Compute.Models.GalleryImageIdentifier",
@@ -105413,7 +105413,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImageVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PublishingProfile": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionPublishingProfile",
"StorageProfile": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionStorageProfile",
@@ -105521,7 +105521,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImageVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PublishingProfile": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionPublishingProfile",
"StorageProfile": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionStorageProfile",
@@ -106032,7 +106032,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImageVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PublishingProfile": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionPublishingProfile",
"StorageProfile": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionStorageProfile",
@@ -106372,7 +106372,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation",
"StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile",
@@ -106475,7 +106475,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation",
"StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile",
@@ -106754,7 +106754,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation",
"StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile",
@@ -106850,7 +106850,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRestorePointCollection, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.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]",
@@ -107040,7 +107040,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData",
@@ -107133,7 +107133,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption",
"EncryptionSettingsCollection": "Microsoft.Azure.Management.Compute.Models.EncryptionSettingsCollection",
@@ -107155,7 +107155,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData",
@@ -107262,7 +107262,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption",
"EncryptionSettingsCollection": "Microsoft.Azure.Management.Compute.Models.EncryptionSettingsCollection",
@@ -107369,7 +107369,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData",
@@ -107513,7 +107513,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSshPublicKeyResource, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"Name": "System.String",
@@ -107596,7 +107596,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSshPublicKeyResource, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"Name": "System.String",
@@ -107791,7 +107791,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSshPublicKeyResource, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"Name": "System.String",
@@ -107913,7 +107913,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsSuccessStatusCode": "System.Boolean",
"StatusCode": "System.Net.HttpStatusCode",
@@ -107982,7 +107982,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -108275,7 +108275,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -108678,7 +108678,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -109047,7 +109047,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -109386,7 +109386,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -109729,7 +109729,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -109824,7 +109824,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -109878,6 +109878,29 @@
},
"ValidateNotNullOrEmpty": true
},
+ {
+ "Name": "EnableAutomaticRepair",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Boolean",
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "AutomaticRepairAction",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateSet": [
+ "Replace",
+ "Restart",
+ "Reimage"
+ ],
+ "ValidateNotNullOrEmpty": false
+ },
{
"Name": "BootDiagnosticsEnabled",
"Type": {
@@ -109923,15 +109946,6 @@
},
"ValidateNotNullOrEmpty": false
},
- {
- "Name": "EnableAutomaticRepair",
- "Type": {
- "Namespace": "System",
- "Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
{
"Name": "EnableAutomaticUpdate",
"Type": {
@@ -110325,15 +110339,6 @@
},
"ValidateNotNullOrEmpty": false
},
- {
- "Name": "AutomaticRepairAction",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
{
"Name": "BaseRegularPriorityCount",
"Type": {
@@ -110480,7 +110485,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -110553,7 +110558,7 @@
},
{
"ParameterMetadata": {
- "Name": "BootDiagnosticsEnabled",
+ "Name": "EnableAutomaticRepair",
"Type": {
"Namespace": "System",
"Name": "System.Boolean",
@@ -110568,13 +110573,33 @@
},
{
"ParameterMetadata": {
- "Name": "BootDiagnosticsStorageUri",
+ "Name": "AutomaticRepairAction",
"Type": {
"Namespace": "System",
"Name": "System.String",
"AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateNotNullOrEmpty": true
+ "ValidateSet": [
+ "Replace",
+ "Restart",
+ "Reimage"
+ ],
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "BootDiagnosticsEnabled",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Boolean",
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
},
"Mandatory": false,
"Position": -2147483648,
@@ -110583,7 +110608,7 @@
},
{
"ParameterMetadata": {
- "Name": "CustomData",
+ "Name": "BootDiagnosticsStorageUri",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -110598,13 +110623,13 @@
},
{
"ParameterMetadata": {
- "Name": "DisableAutoRollback",
+ "Name": "CustomData",
"Type": {
"Namespace": "System",
- "Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateNotNullOrEmpty": false
+ "ValidateNotNullOrEmpty": true
},
"Mandatory": false,
"Position": -2147483648,
@@ -110613,7 +110638,7 @@
},
{
"ParameterMetadata": {
- "Name": "DisablePasswordAuthentication",
+ "Name": "DisableAutoRollback",
"Type": {
"Namespace": "System",
"Name": "System.Boolean",
@@ -110628,7 +110653,7 @@
},
{
"ParameterMetadata": {
- "Name": "EnableAutomaticRepair",
+ "Name": "DisablePasswordAuthentication",
"Type": {
"Namespace": "System",
"Name": "System.Boolean",
@@ -111258,21 +111283,6 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": true
},
- {
- "ParameterMetadata": {
- "Name": "AutomaticRepairAction",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
{
"ParameterMetadata": {
"Name": "BaseRegularPriorityCount",
@@ -111507,7 +111517,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -111580,7 +111590,7 @@
},
{
"ParameterMetadata": {
- "Name": "BootDiagnosticsEnabled",
+ "Name": "EnableAutomaticRepair",
"Type": {
"Namespace": "System",
"Name": "System.Boolean",
@@ -111595,13 +111605,33 @@
},
{
"ParameterMetadata": {
- "Name": "BootDiagnosticsStorageUri",
+ "Name": "AutomaticRepairAction",
"Type": {
"Namespace": "System",
"Name": "System.String",
"AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateNotNullOrEmpty": true
+ "ValidateSet": [
+ "Replace",
+ "Restart",
+ "Reimage"
+ ],
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "BootDiagnosticsEnabled",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Boolean",
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
},
"Mandatory": false,
"Position": -2147483648,
@@ -111610,7 +111640,7 @@
},
{
"ParameterMetadata": {
- "Name": "CustomData",
+ "Name": "BootDiagnosticsStorageUri",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -111625,13 +111655,13 @@
},
{
"ParameterMetadata": {
- "Name": "DisableAutoRollback",
+ "Name": "CustomData",
"Type": {
"Namespace": "System",
- "Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateNotNullOrEmpty": false
+ "ValidateNotNullOrEmpty": true
},
"Mandatory": false,
"Position": -2147483648,
@@ -111640,7 +111670,7 @@
},
{
"ParameterMetadata": {
- "Name": "DisablePasswordAuthentication",
+ "Name": "DisableAutoRollback",
"Type": {
"Namespace": "System",
"Name": "System.Boolean",
@@ -111655,7 +111685,7 @@
},
{
"ParameterMetadata": {
- "Name": "EnableAutomaticRepair",
+ "Name": "DisablePasswordAuthentication",
"Type": {
"Namespace": "System",
"Name": "System.Boolean",
@@ -112285,21 +112315,6 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": true
},
- {
- "ParameterMetadata": {
- "Name": "AutomaticRepairAction",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
{
"ParameterMetadata": {
"Name": "BaseRegularPriorityCount",
@@ -112474,7 +112489,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -112737,7 +112752,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities",
"DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile",
@@ -112838,7 +112853,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk[], Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk"
},
"ValidateNotNullOrEmpty": false
@@ -112875,7 +112890,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities",
"DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile",
@@ -113020,7 +113035,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk[], Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk"
},
"ValidateNotNullOrEmpty": false
@@ -113112,7 +113127,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk[], Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk"
},
"ValidateNotNullOrEmpty": false
@@ -113234,7 +113249,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk[], Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk"
},
"ValidateNotNullOrEmpty": false
@@ -113326,7 +113341,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities",
"DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile",
@@ -113370,7 +113385,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk[], Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk"
},
"ValidateNotNullOrEmpty": false
@@ -113469,7 +113484,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IGalleryApplication",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IGalleryApplication, Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IGalleryApplication, Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SupportedOSType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.OperatingSystemTypes]",
"EndOfLifeDate": "System.Nullable`1[System.DateTime]",
@@ -113530,7 +113545,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity, Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity, Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CommandId": "System.String",
"GalleryApplicationName": "System.String",
@@ -113577,7 +113592,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -113587,7 +113602,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -113710,7 +113725,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -113726,7 +113741,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -113890,7 +113905,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -113906,7 +113921,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -113972,7 +113987,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity, Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity, Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CommandId": "System.String",
"GalleryApplicationName": "System.String",
@@ -114037,7 +114052,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -114053,7 +114068,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -114153,7 +114168,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -114169,7 +114184,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -114242,7 +114257,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IGalleryApplicationVersion",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IGalleryApplicationVersion, Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IGalleryApplicationVersion, Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PublishingProfileAdvancedSetting": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IGalleryApplicationVersionPublishingProfileAdvancedSettings",
"PublishingProfileTargetExtendedLocation": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IGalleryTargetExtendedLocation[]",
@@ -114326,7 +114341,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity, Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity, Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CommandId": "System.String",
"GalleryApplicationName": "System.String",
@@ -114351,7 +114366,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ReplicationStatusTypes",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ReplicationStatusTypes, Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ReplicationStatusTypes, Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -114382,7 +114397,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -114392,7 +114407,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -114530,7 +114545,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -114546,7 +114561,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -114691,7 +114706,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ReplicationStatusTypes",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ReplicationStatusTypes, Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ReplicationStatusTypes, Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -114740,7 +114755,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -114756,7 +114771,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -114822,7 +114837,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity, Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity, Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CommandId": "System.String",
"GalleryApplicationName": "System.String",
@@ -114853,7 +114868,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ReplicationStatusTypes",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ReplicationStatusTypes, Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ReplicationStatusTypes, Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -114902,7 +114917,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -114918,7 +114933,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -115018,7 +115033,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -115034,7 +115049,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -115107,7 +115122,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IGalleryApplication",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IGalleryApplication, Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IGalleryApplication, Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SupportedOSType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.OperatingSystemTypes]",
"EndOfLifeDate": "System.Nullable`1[System.DateTime]",
@@ -115176,7 +115191,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.OperatingSystemTypes",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.OperatingSystemTypes, Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.OperatingSystemTypes, Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -115234,7 +115249,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -115244,7 +115259,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -115374,7 +115389,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.OperatingSystemTypes",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.OperatingSystemTypes, Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.OperatingSystemTypes, Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -115468,7 +115483,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -115484,7 +115499,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -115572,7 +115587,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IGalleryApplicationVersion",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IGalleryApplicationVersion, Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IGalleryApplicationVersion, Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PublishingProfileAdvancedSetting": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IGalleryApplicationVersionPublishingProfileAdvancedSettings",
"PublishingProfileTargetExtendedLocation": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IGalleryTargetExtendedLocation[]",
@@ -115736,7 +115751,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.ITargetRegion[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.ITargetRegion[], Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.ITargetRegion[], Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.ITargetRegion"
},
"ValidateNotNullOrEmpty": false
@@ -115804,7 +115819,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -115814,7 +115829,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -116079,7 +116094,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.ITargetRegion[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.ITargetRegion[], Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.ITargetRegion[], Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.ITargetRegion"
},
"ValidateNotNullOrEmpty": false
@@ -116189,7 +116204,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -116205,7 +116220,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -116345,7 +116360,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity, Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity, Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CommandId": "System.String",
"GalleryApplicationName": "System.String",
@@ -116401,7 +116416,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -116411,7 +116426,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -116584,7 +116599,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -116600,7 +116615,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -116696,7 +116711,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity, Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity, Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CommandId": "System.String",
"GalleryApplicationName": "System.String",
@@ -116776,7 +116791,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -116792,7 +116807,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -116937,7 +116952,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -116953,7 +116968,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -117117,7 +117132,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity, Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity, Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CommandId": "System.String",
"GalleryApplicationName": "System.String",
@@ -117173,7 +117188,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -117183,7 +117198,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -117371,7 +117386,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -117387,7 +117402,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -117483,7 +117498,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity, Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity, Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CommandId": "System.String",
"GalleryApplicationName": "System.String",
@@ -117563,7 +117578,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -117579,7 +117594,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -117724,7 +117739,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -117740,7 +117755,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -117892,7 +117907,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity, Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity, Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CommandId": "System.String",
"GalleryApplicationName": "System.String",
@@ -117948,7 +117963,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -117958,7 +117973,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -118128,7 +118143,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -118144,7 +118159,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -118240,7 +118255,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity, Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity, Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CommandId": "System.String",
"GalleryApplicationName": "System.String",
@@ -118320,7 +118335,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -118336,7 +118351,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -118481,7 +118496,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -118497,7 +118512,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -118658,7 +118673,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity, Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity, Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CommandId": "System.String",
"GalleryApplicationName": "System.String",
@@ -118714,7 +118729,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -118724,7 +118739,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -118909,7 +118924,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -118925,7 +118940,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -119021,7 +119036,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity, Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity, Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CommandId": "System.String",
"GalleryApplicationName": "System.String",
@@ -119101,7 +119116,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -119117,7 +119132,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -119262,7 +119277,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -119278,7 +119293,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -119381,7 +119396,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IVirtualMachineRunCommand",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IVirtualMachineRunCommand, Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IVirtualMachineRunCommand, Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"InstanceViewStatuses": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IInstanceViewStatus[]",
"ProtectedParameter": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRunCommandInputParameter[]",
@@ -119488,7 +119503,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRunCommandInputParameter[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRunCommandInputParameter[], Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRunCommandInputParameter[], Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRunCommandInputParameter"
},
"ValidateNotNullOrEmpty": false
@@ -119498,7 +119513,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRunCommandInputParameter[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRunCommandInputParameter[], Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRunCommandInputParameter[], Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRunCommandInputParameter"
},
"ValidateNotNullOrEmpty": false
@@ -119611,7 +119626,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -119621,7 +119636,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -119793,7 +119808,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRunCommandInputParameter[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRunCommandInputParameter[], Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRunCommandInputParameter[], Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRunCommandInputParameter"
},
"ValidateNotNullOrEmpty": false
@@ -119809,7 +119824,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRunCommandInputParameter[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRunCommandInputParameter[], Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRunCommandInputParameter[], Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRunCommandInputParameter"
},
"ValidateNotNullOrEmpty": false
@@ -119934,7 +119949,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -119950,7 +119965,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -120196,7 +120211,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRunCommandInputParameter[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRunCommandInputParameter[], Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRunCommandInputParameter[], Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRunCommandInputParameter"
},
"ValidateNotNullOrEmpty": false
@@ -120212,7 +120227,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRunCommandInputParameter[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRunCommandInputParameter[], Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRunCommandInputParameter[], Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRunCommandInputParameter"
},
"ValidateNotNullOrEmpty": false
@@ -120337,7 +120352,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -120353,7 +120368,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -120569,7 +120584,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRunCommandInputParameter[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRunCommandInputParameter[], Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRunCommandInputParameter[], Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRunCommandInputParameter"
},
"ValidateNotNullOrEmpty": false
@@ -120585,7 +120600,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRunCommandInputParameter[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRunCommandInputParameter[], Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRunCommandInputParameter[], Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRunCommandInputParameter"
},
"ValidateNotNullOrEmpty": false
@@ -120710,7 +120725,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -120726,7 +120741,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -120814,7 +120829,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IVirtualMachineRunCommand",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IVirtualMachineRunCommand, Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IVirtualMachineRunCommand, Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"InstanceViewStatuses": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IInstanceViewStatus[]",
"ProtectedParameter": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRunCommandInputParameter[]",
@@ -120930,7 +120945,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRunCommandInputParameter[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRunCommandInputParameter[], Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRunCommandInputParameter[], Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRunCommandInputParameter"
},
"ValidateNotNullOrEmpty": false
@@ -120940,7 +120955,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRunCommandInputParameter[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRunCommandInputParameter[], Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRunCommandInputParameter[], Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRunCommandInputParameter"
},
"ValidateNotNullOrEmpty": false
@@ -121053,7 +121068,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -121063,7 +121078,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -121250,7 +121265,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRunCommandInputParameter[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRunCommandInputParameter[], Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRunCommandInputParameter[], Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRunCommandInputParameter"
},
"ValidateNotNullOrEmpty": false
@@ -121266,7 +121281,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRunCommandInputParameter[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRunCommandInputParameter[], Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRunCommandInputParameter[], Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRunCommandInputParameter"
},
"ValidateNotNullOrEmpty": false
@@ -121391,7 +121406,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -121407,7 +121422,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -121668,7 +121683,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRunCommandInputParameter[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRunCommandInputParameter[], Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRunCommandInputParameter[], Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRunCommandInputParameter"
},
"ValidateNotNullOrEmpty": false
@@ -121684,7 +121699,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRunCommandInputParameter[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRunCommandInputParameter[], Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRunCommandInputParameter[], Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRunCommandInputParameter"
},
"ValidateNotNullOrEmpty": false
@@ -121809,7 +121824,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -121825,7 +121840,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -122056,7 +122071,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRunCommandInputParameter[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRunCommandInputParameter[], Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRunCommandInputParameter[], Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRunCommandInputParameter"
},
"ValidateNotNullOrEmpty": false
@@ -122072,7 +122087,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRunCommandInputParameter[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRunCommandInputParameter[], Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRunCommandInputParameter[], Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRunCommandInputParameter"
},
"ValidateNotNullOrEmpty": false
@@ -122197,7 +122212,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -122213,7 +122228,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -122301,7 +122316,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IGalleryApplication",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IGalleryApplication, Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IGalleryApplication, Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SupportedOSType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.OperatingSystemTypes]",
"EndOfLifeDate": "System.Nullable`1[System.DateTime]",
@@ -122361,7 +122376,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity, Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity, Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CommandId": "System.String",
"GalleryApplicationName": "System.String",
@@ -122435,7 +122450,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -122445,7 +122460,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -122639,7 +122654,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -122655,7 +122670,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -122736,7 +122751,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity, Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity, Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CommandId": "System.String",
"GalleryApplicationName": "System.String",
@@ -122846,7 +122861,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -122862,7 +122877,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -123022,7 +123037,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -123038,7 +123053,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -123126,7 +123141,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IGalleryApplicationVersion",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IGalleryApplicationVersion, Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IGalleryApplicationVersion, Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PublishingProfileAdvancedSetting": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IGalleryApplicationVersionPublishingProfileAdvancedSettings",
"PublishingProfileTargetExtendedLocation": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IGalleryTargetExtendedLocation[]",
@@ -123209,7 +123224,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity, Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity, Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CommandId": "System.String",
"GalleryApplicationName": "System.String",
@@ -123288,7 +123303,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.ITargetRegion[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.ITargetRegion[], Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.ITargetRegion[], Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.ITargetRegion"
},
"ValidateNotNullOrEmpty": false
@@ -123329,7 +123344,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -123339,7 +123354,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -123559,7 +123574,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.ITargetRegion[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.ITargetRegion[], Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.ITargetRegion[], Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.ITargetRegion"
},
"ValidateNotNullOrEmpty": false
@@ -123624,7 +123639,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -123640,7 +123655,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -123721,7 +123736,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity, Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity, Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CommandId": "System.String",
"GalleryApplicationName": "System.String",
@@ -123842,7 +123857,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.ITargetRegion[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.ITargetRegion[], Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.ITargetRegion[], Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.ITargetRegion"
},
"ValidateNotNullOrEmpty": false
@@ -123907,7 +123922,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -123923,7 +123938,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -124094,7 +124109,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.ITargetRegion[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.ITargetRegion[], Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.ITargetRegion[], Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.ITargetRegion"
},
"ValidateNotNullOrEmpty": false
@@ -124159,7 +124174,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -124175,7 +124190,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -125125,7 +125140,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"GalleryApplications": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Compute.Automation.Models.PSVMGalleryApplication]"
},
@@ -125162,7 +125177,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Compute.Automation.Models.PSVMGalleryApplication, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Compute.Automation.Models.PSVMGalleryApplication"
]
@@ -125170,7 +125185,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVMGalleryApplication, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"TreatFailureAsDeploymentFailure": "System.Nullable`1[System.Boolean]",
"EnableAutomaticUpgrade": "System.Nullable`1[System.Boolean]",
@@ -125212,7 +125227,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -130894,7 +130909,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"ExtensionProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtensionProfile",
@@ -130944,7 +130959,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtensionProfile, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Extensions": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension]"
},
@@ -130981,7 +130996,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension"
]
@@ -130989,7 +131004,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProvisionAfterExtensions": "System.Collections.Generic.IList`1[System.String]",
"AutoUpgradeMinorVersion": "System.Nullable`1[System.Boolean]",
@@ -131656,7 +131671,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String"
@@ -132273,7 +132288,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.PSVirtualMachineRunCommand, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"InstanceView": "Microsoft.Azure.Management.Compute.Models.VirtualMachineRunCommandInstanceView",
"Source": "Microsoft.Azure.Management.Compute.Models.VirtualMachineRunCommandScriptSource",
@@ -133568,7 +133583,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Publisher": "System.String",
"Name": "System.String",
@@ -136409,7 +136424,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHostGroupInstanceView, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Hosts": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.DedicatedHostInstanceViewWithName]"
},
@@ -137715,7 +137730,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Extension.AzureDiskEncryption.AzureVmssDiskEncryptionExtensionPublicSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyVaultURL": "System.String",
"KeyEncryptionKeyURL": "System.String",
@@ -138285,7 +138300,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.EncryptionStatus, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -138625,7 +138640,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Compute.AzureVMSqlServerKeyVaultCredential, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Compute.AzureVMSqlServerKeyVaultCredential"
]
@@ -138633,7 +138648,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.AzureVMSqlServerKeyVaultCredential, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CredentialName": "System.String",
"KeyVaultName": "System.String"
@@ -138671,7 +138686,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Compute.Extension.AEM.AEMTestResult, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Compute.Extension.AEM.AEMTestResult"
]
@@ -138679,7 +138694,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Extension.AEM.AEMTestResult, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Result": "System.Boolean",
"PartialResults": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Compute.Extension.AEM.AEMTestResult]",
@@ -138748,7 +138763,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=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ManagedDisk": "Microsoft.Azure.Management.Compute.Models.ManagedDiskParameters",
"Vhd": "Microsoft.Azure.Management.Compute.Models.VirtualHardDisk",
@@ -138802,7 +138817,7 @@
"System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.OperatingSystemTypes]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.OperatingSystemTypes]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.OperatingSystemTypes, Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.OperatingSystemTypes, Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.OperatingSystemTypes"
]
@@ -138810,7 +138825,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.OperatingSystemTypes": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.OperatingSystemTypes",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.OperatingSystemTypes, Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.OperatingSystemTypes, Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "CompleteArgument",
@@ -138888,7 +138903,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep, Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep, Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Target": "System.Object",
"Method": "System.Reflection.MethodInfo"
@@ -139056,18 +139071,18 @@
"Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IGalleryApplicationVersionPublishingProfileAdvancedSettings": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IGalleryApplicationVersionPublishingProfileAdvancedSettings",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IGalleryApplicationVersionPublishingProfileAdvancedSettings, Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IGalleryApplicationVersionPublishingProfileAdvancedSettings, Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IGalleryTargetExtendedLocation[]": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IGalleryTargetExtendedLocation[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IGalleryTargetExtendedLocation[], Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IGalleryTargetExtendedLocation[], Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IGalleryTargetExtendedLocation"
},
"Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IGalleryTargetExtendedLocation": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IGalleryTargetExtendedLocation",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IGalleryTargetExtendedLocation, Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IGalleryTargetExtendedLocation, Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EncryptionDataDiskImage": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IDataDiskImageEncryption[]",
"SecurityProfileConfidentialVMEncryptionType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ConfidentialVMEncryptionType]",
@@ -139083,13 +139098,13 @@
"Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IDataDiskImageEncryption[]": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IDataDiskImageEncryption[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IDataDiskImageEncryption[], Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IDataDiskImageEncryption[], Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IDataDiskImageEncryption"
},
"Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IDataDiskImageEncryption": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IDataDiskImageEncryption",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IDataDiskImageEncryption, Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IDataDiskImageEncryption, Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Lun": "System.Int32"
}
@@ -139097,7 +139112,7 @@
"System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ConfidentialVMEncryptionType]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ConfidentialVMEncryptionType]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ConfidentialVMEncryptionType, Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ConfidentialVMEncryptionType, Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ConfidentialVMEncryptionType"
]
@@ -139105,7 +139120,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ConfidentialVMEncryptionType": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ConfidentialVMEncryptionType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ConfidentialVMEncryptionType, Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ConfidentialVMEncryptionType, Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "CompleteArgument",
@@ -139170,7 +139185,7 @@
"System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.GalleryExtendedLocationType]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.GalleryExtendedLocationType]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.GalleryExtendedLocationType, Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.GalleryExtendedLocationType, Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.GalleryExtendedLocationType"
]
@@ -139178,7 +139193,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.GalleryExtendedLocationType": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.GalleryExtendedLocationType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.GalleryExtendedLocationType, Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.GalleryExtendedLocationType, Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "CompleteArgument",
@@ -139243,7 +139258,7 @@
"System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.StorageAccountType]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.StorageAccountType]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.StorageAccountType, Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.StorageAccountType, Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.StorageAccountType"
]
@@ -139251,7 +139266,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.StorageAccountType": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.StorageAccountType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.StorageAccountType, Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.StorageAccountType, Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "CompleteArgument",
@@ -139316,13 +139331,13 @@
"Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IRegionalReplicationStatus[]": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IRegionalReplicationStatus[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IRegionalReplicationStatus[], Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IRegionalReplicationStatus[], Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IRegionalReplicationStatus"
},
"Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IRegionalReplicationStatus": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IRegionalReplicationStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IRegionalReplicationStatus, Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IRegionalReplicationStatus, Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"State": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ReplicationState]",
"Progress": "System.Nullable`1[System.Int32]",
@@ -139333,7 +139348,7 @@
"System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ReplicationState]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ReplicationState]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ReplicationState, Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ReplicationState, Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ReplicationState"
]
@@ -139341,7 +139356,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ReplicationState": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ReplicationState",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ReplicationState, Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ReplicationState, Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "CompleteArgument",
@@ -139406,13 +139421,13 @@
"Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.ITargetRegion[]": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.ITargetRegion[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.ITargetRegion[], Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.ITargetRegion[], Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.ITargetRegion"
},
"Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.ITargetRegion": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.ITargetRegion",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.ITargetRegion, Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.ITargetRegion, Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EncryptionDataDiskImage": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IDataDiskImageEncryption[]",
"SecurityProfileConfidentialVMEncryptionType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ConfidentialVMEncryptionType]",
@@ -139426,7 +139441,7 @@
"System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.AggregatedReplicationState]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.AggregatedReplicationState]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.AggregatedReplicationState, Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.AggregatedReplicationState, Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.AggregatedReplicationState"
]
@@ -139434,7 +139449,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.AggregatedReplicationState": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.AggregatedReplicationState",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.AggregatedReplicationState, Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.AggregatedReplicationState, Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "CompleteArgument",
@@ -139499,7 +139514,7 @@
"System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.GalleryProvisioningState]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.GalleryProvisioningState]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.GalleryProvisioningState, Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.GalleryProvisioningState, Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.GalleryProvisioningState"
]
@@ -139507,7 +139522,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.GalleryProvisioningState": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.GalleryProvisioningState",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.GalleryProvisioningState, Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.GalleryProvisioningState, Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "CompleteArgument",
@@ -139572,7 +139587,7 @@
"System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ReplicationMode]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ReplicationMode]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ReplicationMode, Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ReplicationMode, Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ReplicationMode"
]
@@ -139580,7 +139595,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ReplicationMode": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ReplicationMode",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ReplicationMode, Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ReplicationMode, Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "CompleteArgument",
@@ -139645,13 +139660,13 @@
"Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IInstanceViewStatus[]": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IInstanceViewStatus[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IInstanceViewStatus[], Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IInstanceViewStatus[], Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IInstanceViewStatus"
},
"Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IInstanceViewStatus": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IInstanceViewStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IInstanceViewStatus, Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IInstanceViewStatus, Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Level": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.StatusLevelTypes]",
"Time": "System.Nullable`1[System.DateTime]",
@@ -139663,7 +139678,7 @@
"System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.StatusLevelTypes]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.StatusLevelTypes]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.StatusLevelTypes, Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.StatusLevelTypes, Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.StatusLevelTypes"
]
@@ -139671,7 +139686,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.StatusLevelTypes": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.StatusLevelTypes",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.StatusLevelTypes, Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.StatusLevelTypes, Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "CompleteArgument",
@@ -139736,13 +139751,13 @@
"Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRunCommandInputParameter[]": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRunCommandInputParameter[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRunCommandInputParameter[], Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRunCommandInputParameter[], Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRunCommandInputParameter"
},
"Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRunCommandInputParameter": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRunCommandInputParameter",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRunCommandInputParameter, Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRunCommandInputParameter, Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Value": "System.String"
@@ -139751,7 +139766,7 @@
"System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ExecutionState]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ExecutionState]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ExecutionState, Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ExecutionState, Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ExecutionState"
]
@@ -139759,7 +139774,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ExecutionState": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ExecutionState",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ExecutionState, Az.Compute.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ExecutionState, Az.Compute.private, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "CompleteArgument",
diff --git a/tools/Tools.Common/SerializedCmdlets/Az.ContainerRegistry.json b/tools/Tools.Common/SerializedCmdlets/Az.ContainerRegistry.json
index bf4bb1270eda..a4ec07b4cba7 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": "4.0.0",
+ "ModuleVersion": "4.1.0",
"Cmdlets": [
{
"VerbName": "Connect",
@@ -16,7 +16,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ParameterSets": [
"__AllParameterSets"
@@ -32,7 +32,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -41,7 +41,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -50,7 +50,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -88,7 +88,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -137,7 +137,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -152,7 +152,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -167,7 +167,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -251,7 +251,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=3.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ContainerRegistry.Models.PSManifestAttribute, Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Attributes": "Microsoft.Azure.Commands.ContainerRegistry.Models.PSManifestAttributeBase",
"ImageName": "System.String",
@@ -322,7 +322,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=3.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ContainerRegistry.Models.PSAcrManifest, Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ManifestsAttributes": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.ContainerRegistry.Models.PSManifestAttributeBase]",
"ImageName": "System.String",
@@ -392,7 +392,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -401,7 +401,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -410,7 +410,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -445,7 +445,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -460,7 +460,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -506,7 +506,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -521,7 +521,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -536,7 +536,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -582,7 +582,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -635,7 +635,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ParameterSets": [
"__AllParameterSets"
@@ -645,7 +645,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=3.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ContainerRegistry.Models.PSRepositoryAttribute, Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ChangeableAttributes": "Microsoft.Azure.Commands.ContainerRegistry.Models.PSChangeableAttribute",
"ManifestCount": "System.Nullable`1[System.Int32]",
@@ -735,7 +735,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -744,7 +744,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Int32"
]
@@ -756,7 +756,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -791,7 +791,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -806,7 +806,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -852,7 +852,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Int32"
]
@@ -870,7 +870,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -916,7 +916,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -969,7 +969,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=3.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ContainerRegistry.Models.PSTagAttribute, Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Attributes": "Microsoft.Azure.Commands.ContainerRegistry.Models.PSTagAttributeBase",
"ImageName": "System.String",
@@ -1043,7 +1043,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=3.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ContainerRegistry.Models.PSTagList, Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.ContainerRegistry.Models.PSTagAttributeBase]",
"ImageName": "System.String",
@@ -1129,7 +1129,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -1138,7 +1138,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -1147,7 +1147,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -1182,7 +1182,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -1197,7 +1197,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -1243,7 +1243,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -1258,7 +1258,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -1273,7 +1273,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -1319,7 +1319,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -1372,7 +1372,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ParameterSets": [
"__AllParameterSets"
@@ -1385,7 +1385,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -1394,7 +1394,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -1403,7 +1403,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -1412,7 +1412,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -1447,7 +1447,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -1462,7 +1462,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -1477,7 +1477,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -1523,7 +1523,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -1538,7 +1538,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -1553,7 +1553,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -1599,7 +1599,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -1652,7 +1652,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=3.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ContainerRegistry.Models.PSDeletedRepository, Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ManifestsDeleted": "System.Collections.Generic.IList`1[System.String]",
"TagsDeleted": "System.Collections.Generic.IList`1[System.String]"
@@ -1717,7 +1717,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -1726,7 +1726,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -1761,7 +1761,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -1776,7 +1776,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -1829,7 +1829,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ParameterSets": [
"__AllParameterSets"
@@ -1842,7 +1842,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -1851,7 +1851,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -1860,7 +1860,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -1895,7 +1895,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -1910,7 +1910,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -1925,7 +1925,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -1978,7 +1978,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=3.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ContainerRegistry.Models.PSManifestAttribute, Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Attributes": "Microsoft.Azure.Commands.ContainerRegistry.Models.PSManifestAttributeBase",
"ImageName": "System.String",
@@ -2052,7 +2052,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -2061,7 +2061,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -2070,7 +2070,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -2079,7 +2079,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Boolean]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Boolean"
]
@@ -2091,7 +2091,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Boolean]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Boolean"
]
@@ -2103,7 +2103,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Boolean]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Boolean"
]
@@ -2115,7 +2115,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Boolean]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Boolean"
]
@@ -2127,7 +2127,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -2162,7 +2162,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -2177,7 +2177,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -2192,7 +2192,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Boolean]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Boolean"
]
@@ -2210,7 +2210,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Boolean]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Boolean"
]
@@ -2228,7 +2228,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Boolean]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Boolean"
]
@@ -2246,7 +2246,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Boolean]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Boolean"
]
@@ -2264,7 +2264,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -2310,7 +2310,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -2325,7 +2325,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -2340,7 +2340,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Boolean]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Boolean"
]
@@ -2358,7 +2358,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Boolean]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Boolean"
]
@@ -2376,7 +2376,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Boolean]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Boolean"
]
@@ -2394,7 +2394,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Boolean]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Boolean"
]
@@ -2412,7 +2412,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -2458,7 +2458,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Boolean]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Boolean"
]
@@ -2476,7 +2476,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Boolean]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Boolean"
]
@@ -2494,7 +2494,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Boolean]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Boolean"
]
@@ -2512,7 +2512,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Boolean]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Boolean"
]
@@ -2530,7 +2530,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -2583,7 +2583,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=3.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ContainerRegistry.Models.PSRepositoryAttribute, Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ChangeableAttributes": "Microsoft.Azure.Commands.ContainerRegistry.Models.PSChangeableAttribute",
"ManifestCount": "System.Nullable`1[System.Int32]",
@@ -2673,7 +2673,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -2682,7 +2682,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Boolean]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Boolean"
]
@@ -2694,7 +2694,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Boolean]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Boolean"
]
@@ -2706,7 +2706,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Boolean]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Boolean"
]
@@ -2718,7 +2718,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Boolean]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Boolean"
]
@@ -2730,7 +2730,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -2765,7 +2765,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -2780,7 +2780,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Boolean]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Boolean"
]
@@ -2798,7 +2798,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Boolean]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Boolean"
]
@@ -2816,7 +2816,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Boolean]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Boolean"
]
@@ -2834,7 +2834,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Boolean]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Boolean"
]
@@ -2852,7 +2852,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -2905,7 +2905,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=3.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ContainerRegistry.Models.PSTagAttribute, Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Attributes": "Microsoft.Azure.Commands.ContainerRegistry.Models.PSTagAttributeBase",
"ImageName": "System.String",
@@ -2982,7 +2982,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -2991,7 +2991,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -3000,7 +3000,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Boolean]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Boolean"
]
@@ -3012,7 +3012,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Boolean]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Boolean"
]
@@ -3024,7 +3024,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Boolean]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Boolean"
]
@@ -3036,7 +3036,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Boolean]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Boolean"
]
@@ -3048,7 +3048,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -3083,7 +3083,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -3098,7 +3098,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -3113,7 +3113,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Boolean]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Boolean"
]
@@ -3131,7 +3131,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Boolean]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Boolean"
]
@@ -3149,7 +3149,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Boolean]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Boolean"
]
@@ -3167,7 +3167,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Boolean]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Boolean"
]
@@ -3185,7 +3185,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -3238,7 +3238,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IRegistry",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IRegistry, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IRegistry, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IdentityUserAssignedIdentity": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.IIdentityPropertiesUserAssignedIdentities",
"NetworkRuleSetIPRule": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IIPRule[]",
@@ -3259,26 +3259,25 @@
"SkuTier": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.SkuTier]",
"TrustPolicyType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.TrustPolicyType]",
"ZoneRedundancy": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ZoneRedundancy]",
- "DataEndpointEnabled": "System.Nullable`1[System.Boolean]",
- "AnonymousPullEnabled": "System.Nullable`1[System.Boolean]",
"AdminUserEnabled": "System.Nullable`1[System.Boolean]",
"KeyVaultPropertyKeyRotationEnabled": "System.Nullable`1[System.Boolean]",
- "CreationDate": "System.Nullable`1[System.DateTime]",
+ "AnonymousPullEnabled": "System.Nullable`1[System.Boolean]",
+ "DataEndpointEnabled": "System.Nullable`1[System.Boolean]",
"KeyVaultPropertyLastKeyRotationTimestamp": "System.Nullable`1[System.DateTime]",
"StatusTimestamp": "System.Nullable`1[System.DateTime]",
"RetentionPolicyLastUpdatedTime": "System.Nullable`1[System.DateTime]",
+ "CreationDate": "System.Nullable`1[System.DateTime]",
"SoftDeletePolicyLastUpdatedTime": "System.Nullable`1[System.DateTime]",
"RetentionPolicyDay": "System.Nullable`1[System.Int32]",
"SoftDeletePolicyRetentionDay": "System.Nullable`1[System.Int32]",
"StatusMessage": "System.String",
"StatusDisplayStatus": "System.String",
- "AzureAsyncOperation": "System.String",
- "KeyVaultPropertyKeyIdentifier": "System.String",
+ "KeyVaultPropertyVersionedKeyIdentifier": "System.String",
"IdentityPrincipalId": "System.String",
"IdentityTenantId": "System.String",
"KeyVaultPropertyIdentity": "System.String",
+ "KeyVaultPropertyKeyIdentifier": "System.String",
"LoginServer": "System.String",
- "KeyVaultPropertyVersionedKeyIdentifier": "System.String",
"DataEndpointHostName": "System.String[]"
}
},
@@ -3293,7 +3292,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -3317,7 +3316,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -3326,7 +3325,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -3335,7 +3334,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IContainerRegistryIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IContainerRegistryIdentity, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IContainerRegistryIdentity, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AgentPoolName": "System.String",
"TaskRunName": "System.String",
@@ -3388,7 +3387,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -3398,7 +3397,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -3408,7 +3407,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -3441,7 +3440,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -3457,7 +3456,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -3521,7 +3520,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -3537,7 +3536,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -3553,7 +3552,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -3603,7 +3602,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -3624,7 +3623,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -3639,7 +3638,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -3703,7 +3702,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -3719,7 +3718,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -3735,7 +3734,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -3785,7 +3784,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -3850,7 +3849,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -3866,7 +3865,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -3882,7 +3881,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -3981,7 +3980,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -3997,7 +3996,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -4013,7 +4012,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -4063,7 +4062,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IContainerRegistryIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IContainerRegistryIdentity, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IContainerRegistryIdentity, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AgentPoolName": "System.String",
"TaskRunName": "System.String",
@@ -4149,7 +4148,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -4165,7 +4164,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -4181,7 +4180,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -4238,7 +4237,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.IAgentPool",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.IAgentPool, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.IAgentPool, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"OS": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.OS]",
"ProvisioningState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ProvisioningState]",
@@ -4261,7 +4260,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -4270,7 +4269,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -4279,7 +4278,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -4288,7 +4287,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -4298,7 +4297,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IContainerRegistryIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IContainerRegistryIdentity, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IContainerRegistryIdentity, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AgentPoolName": "System.String",
"TaskRunName": "System.String",
@@ -4351,7 +4350,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -4361,7 +4360,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -4371,7 +4370,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -4407,7 +4406,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -4422,7 +4421,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -4437,7 +4436,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -4452,7 +4451,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -4502,7 +4501,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -4518,7 +4517,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -4534,7 +4533,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -4584,7 +4583,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -4599,7 +4598,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -4614,7 +4613,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -4664,7 +4663,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -4680,7 +4679,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -4696,7 +4695,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -4746,7 +4745,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IContainerRegistryIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IContainerRegistryIdentity, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IContainerRegistryIdentity, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AgentPoolName": "System.String",
"TaskRunName": "System.String",
@@ -4817,7 +4816,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -4833,7 +4832,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -4849,7 +4848,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -4933,7 +4932,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -4949,7 +4948,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -4965,7 +4964,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -5022,7 +5021,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ParameterSets": [
"__AllParameterSets"
@@ -5035,7 +5034,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -5044,7 +5043,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -5053,7 +5052,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -5062,7 +5061,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -5072,7 +5071,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IContainerRegistryIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IContainerRegistryIdentity, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IContainerRegistryIdentity, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AgentPoolName": "System.String",
"TaskRunName": "System.String",
@@ -5125,7 +5124,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -5135,7 +5134,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -5145,7 +5144,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -5178,7 +5177,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -5193,7 +5192,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -5208,7 +5207,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -5223,7 +5222,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -5273,7 +5272,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -5289,7 +5288,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -5305,7 +5304,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -5355,7 +5354,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IContainerRegistryIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IContainerRegistryIdentity, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IContainerRegistryIdentity, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AgentPoolName": "System.String",
"TaskRunName": "System.String",
@@ -5426,7 +5425,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -5442,7 +5441,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -5458,7 +5457,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -5542,7 +5541,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -5558,7 +5557,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -5574,7 +5573,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -5631,7 +5630,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.PSContainerRegistryCredential",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.PSContainerRegistryCredential, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.PSContainerRegistryCredential, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Username": "System.String",
"Password": "System.String",
@@ -5687,7 +5686,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -5696,7 +5695,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -5705,7 +5704,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -5715,7 +5714,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IRegistry",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IRegistry, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IRegistry, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IdentityUserAssignedIdentity": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.IIdentityPropertiesUserAssignedIdentities",
"NetworkRuleSetIPRule": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IIPRule[]",
@@ -5736,26 +5735,25 @@
"SkuTier": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.SkuTier]",
"TrustPolicyType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.TrustPolicyType]",
"ZoneRedundancy": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ZoneRedundancy]",
- "DataEndpointEnabled": "System.Nullable`1[System.Boolean]",
- "AnonymousPullEnabled": "System.Nullable`1[System.Boolean]",
"AdminUserEnabled": "System.Nullable`1[System.Boolean]",
"KeyVaultPropertyKeyRotationEnabled": "System.Nullable`1[System.Boolean]",
- "CreationDate": "System.Nullable`1[System.DateTime]",
+ "AnonymousPullEnabled": "System.Nullable`1[System.Boolean]",
+ "DataEndpointEnabled": "System.Nullable`1[System.Boolean]",
"KeyVaultPropertyLastKeyRotationTimestamp": "System.Nullable`1[System.DateTime]",
"StatusTimestamp": "System.Nullable`1[System.DateTime]",
"RetentionPolicyLastUpdatedTime": "System.Nullable`1[System.DateTime]",
+ "CreationDate": "System.Nullable`1[System.DateTime]",
"SoftDeletePolicyLastUpdatedTime": "System.Nullable`1[System.DateTime]",
"RetentionPolicyDay": "System.Nullable`1[System.Int32]",
"SoftDeletePolicyRetentionDay": "System.Nullable`1[System.Int32]",
"StatusMessage": "System.String",
"StatusDisplayStatus": "System.String",
- "AzureAsyncOperation": "System.String",
- "KeyVaultPropertyKeyIdentifier": "System.String",
+ "KeyVaultPropertyVersionedKeyIdentifier": "System.String",
"IdentityPrincipalId": "System.String",
"IdentityTenantId": "System.String",
"KeyVaultPropertyIdentity": "System.String",
+ "KeyVaultPropertyKeyIdentifier": "System.String",
"LoginServer": "System.String",
- "KeyVaultPropertyVersionedKeyIdentifier": "System.String",
"DataEndpointHostName": "System.String[]"
}
},
@@ -5788,7 +5786,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -5798,7 +5796,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -5808,7 +5806,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -5844,7 +5842,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -5859,7 +5857,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -5874,7 +5872,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -5924,7 +5922,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -5940,7 +5938,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -5956,7 +5954,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -6006,7 +6004,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -6056,7 +6054,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -6072,7 +6070,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -6088,7 +6086,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -6138,7 +6136,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IRegistry",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IRegistry, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IRegistry, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IdentityUserAssignedIdentity": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.IIdentityPropertiesUserAssignedIdentities",
"NetworkRuleSetIPRule": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IIPRule[]",
@@ -6159,26 +6157,25 @@
"SkuTier": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.SkuTier]",
"TrustPolicyType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.TrustPolicyType]",
"ZoneRedundancy": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ZoneRedundancy]",
- "DataEndpointEnabled": "System.Nullable`1[System.Boolean]",
- "AnonymousPullEnabled": "System.Nullable`1[System.Boolean]",
"AdminUserEnabled": "System.Nullable`1[System.Boolean]",
"KeyVaultPropertyKeyRotationEnabled": "System.Nullable`1[System.Boolean]",
- "CreationDate": "System.Nullable`1[System.DateTime]",
+ "AnonymousPullEnabled": "System.Nullable`1[System.Boolean]",
+ "DataEndpointEnabled": "System.Nullable`1[System.Boolean]",
"KeyVaultPropertyLastKeyRotationTimestamp": "System.Nullable`1[System.DateTime]",
"StatusTimestamp": "System.Nullable`1[System.DateTime]",
"RetentionPolicyLastUpdatedTime": "System.Nullable`1[System.DateTime]",
+ "CreationDate": "System.Nullable`1[System.DateTime]",
"SoftDeletePolicyLastUpdatedTime": "System.Nullable`1[System.DateTime]",
"RetentionPolicyDay": "System.Nullable`1[System.Int32]",
"SoftDeletePolicyRetentionDay": "System.Nullable`1[System.Int32]",
"StatusMessage": "System.String",
"StatusDisplayStatus": "System.String",
- "AzureAsyncOperation": "System.String",
- "KeyVaultPropertyKeyIdentifier": "System.String",
+ "KeyVaultPropertyVersionedKeyIdentifier": "System.String",
"IdentityPrincipalId": "System.String",
"IdentityTenantId": "System.String",
"KeyVaultPropertyIdentity": "System.String",
+ "KeyVaultPropertyKeyIdentifier": "System.String",
"LoginServer": "System.String",
- "KeyVaultPropertyVersionedKeyIdentifier": "System.String",
"DataEndpointHostName": "System.String[]"
}
},
@@ -6195,7 +6192,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -6245,7 +6242,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -6261,7 +6258,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -6277,7 +6274,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -6334,13 +6331,12 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IExportPipeline",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IExportPipeline, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IExportPipeline, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IdentityUserAssignedIdentity": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.IIdentityPropertiesUserAssignedIdentities",
"Option": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PipelineOptions[]",
"ProvisioningState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ProvisioningState]",
"IdentityType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ResourceIdentityType]",
- "AzureAsyncOperation": "System.String",
"IdentityPrincipalId": "System.String",
"IdentityTenantId": "System.String",
"Location": "System.String",
@@ -6363,7 +6359,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -6372,7 +6368,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -6381,7 +6377,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -6390,7 +6386,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -6400,7 +6396,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IContainerRegistryIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IContainerRegistryIdentity, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IContainerRegistryIdentity, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AgentPoolName": "System.String",
"TaskRunName": "System.String",
@@ -6453,7 +6449,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -6463,7 +6459,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -6473,7 +6469,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -6509,7 +6505,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -6524,7 +6520,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -6539,7 +6535,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -6554,7 +6550,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -6604,7 +6600,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -6620,7 +6616,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -6636,7 +6632,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -6686,7 +6682,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -6701,7 +6697,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -6716,7 +6712,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -6766,7 +6762,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -6782,7 +6778,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -6798,7 +6794,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -6848,7 +6844,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IContainerRegistryIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IContainerRegistryIdentity, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IContainerRegistryIdentity, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AgentPoolName": "System.String",
"TaskRunName": "System.String",
@@ -6919,7 +6915,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -6935,7 +6931,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -6951,7 +6947,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -7035,7 +7031,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -7051,7 +7047,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -7067,7 +7063,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -7124,7 +7120,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IImportPipeline",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IImportPipeline, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IImportPipeline, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IdentityUserAssignedIdentity": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.IIdentityPropertiesUserAssignedIdentities",
"Option": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PipelineOptions[]",
@@ -7132,7 +7128,6 @@
"ProvisioningState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ProvisioningState]",
"IdentityType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ResourceIdentityType]",
"SourceTriggerStatus": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.TriggerStatus]",
- "AzureAsyncOperation": "System.String",
"IdentityPrincipalId": "System.String",
"IdentityTenantId": "System.String",
"Location": "System.String",
@@ -7154,7 +7149,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -7163,7 +7158,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -7172,7 +7167,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -7181,7 +7176,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -7191,7 +7186,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IContainerRegistryIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IContainerRegistryIdentity, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IContainerRegistryIdentity, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AgentPoolName": "System.String",
"TaskRunName": "System.String",
@@ -7244,7 +7239,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -7254,7 +7249,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -7264,7 +7259,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -7300,7 +7295,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -7315,7 +7310,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -7330,7 +7325,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -7345,7 +7340,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -7395,7 +7390,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -7411,7 +7406,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -7427,7 +7422,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -7477,7 +7472,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -7492,7 +7487,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -7507,7 +7502,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -7557,7 +7552,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -7573,7 +7568,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -7589,7 +7584,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -7639,7 +7634,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IContainerRegistryIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IContainerRegistryIdentity, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IContainerRegistryIdentity, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AgentPoolName": "System.String",
"TaskRunName": "System.String",
@@ -7710,7 +7705,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -7726,7 +7721,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -7742,7 +7737,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -7826,7 +7821,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -7842,7 +7837,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -7858,7 +7853,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -7915,13 +7910,12 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IReplication",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IReplication, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IReplication, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProvisioningState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ProvisioningState]",
"ZoneRedundancy": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ZoneRedundancy]",
"RegionEndpointEnabled": "System.Nullable`1[System.Boolean]",
"StatusTimestamp": "System.Nullable`1[System.DateTime]",
- "AzureAsyncOperation": "System.String",
"StatusDisplayStatus": "System.String",
"StatusMessage": "System.String"
}
@@ -7940,7 +7934,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -7949,7 +7943,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -7958,7 +7952,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -7972,7 +7966,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -7981,7 +7975,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IContainerRegistryIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IContainerRegistryIdentity, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IContainerRegistryIdentity, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AgentPoolName": "System.String",
"TaskRunName": "System.String",
@@ -8012,7 +8006,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IRegistry",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IRegistry, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IRegistry, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IdentityUserAssignedIdentity": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.IIdentityPropertiesUserAssignedIdentities",
"NetworkRuleSetIPRule": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IIPRule[]",
@@ -8033,26 +8027,25 @@
"SkuTier": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.SkuTier]",
"TrustPolicyType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.TrustPolicyType]",
"ZoneRedundancy": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ZoneRedundancy]",
- "DataEndpointEnabled": "System.Nullable`1[System.Boolean]",
- "AnonymousPullEnabled": "System.Nullable`1[System.Boolean]",
"AdminUserEnabled": "System.Nullable`1[System.Boolean]",
"KeyVaultPropertyKeyRotationEnabled": "System.Nullable`1[System.Boolean]",
- "CreationDate": "System.Nullable`1[System.DateTime]",
+ "AnonymousPullEnabled": "System.Nullable`1[System.Boolean]",
+ "DataEndpointEnabled": "System.Nullable`1[System.Boolean]",
"KeyVaultPropertyLastKeyRotationTimestamp": "System.Nullable`1[System.DateTime]",
"StatusTimestamp": "System.Nullable`1[System.DateTime]",
"RetentionPolicyLastUpdatedTime": "System.Nullable`1[System.DateTime]",
+ "CreationDate": "System.Nullable`1[System.DateTime]",
"SoftDeletePolicyLastUpdatedTime": "System.Nullable`1[System.DateTime]",
"RetentionPolicyDay": "System.Nullable`1[System.Int32]",
"SoftDeletePolicyRetentionDay": "System.Nullable`1[System.Int32]",
"StatusMessage": "System.String",
"StatusDisplayStatus": "System.String",
- "AzureAsyncOperation": "System.String",
- "KeyVaultPropertyKeyIdentifier": "System.String",
+ "KeyVaultPropertyVersionedKeyIdentifier": "System.String",
"IdentityPrincipalId": "System.String",
"IdentityTenantId": "System.String",
"KeyVaultPropertyIdentity": "System.String",
+ "KeyVaultPropertyKeyIdentifier": "System.String",
"LoginServer": "System.String",
- "KeyVaultPropertyVersionedKeyIdentifier": "System.String",
"DataEndpointHostName": "System.String[]"
}
},
@@ -8085,7 +8078,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -8095,7 +8088,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -8105,7 +8098,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -8141,7 +8134,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -8156,7 +8149,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -8171,7 +8164,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -8191,7 +8184,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -8240,7 +8233,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -8256,7 +8249,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -8272,7 +8265,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -8325,7 +8318,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -8340,7 +8333,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -8355,7 +8348,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -8405,7 +8398,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -8421,7 +8414,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -8437,7 +8430,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -8487,7 +8480,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IContainerRegistryIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IContainerRegistryIdentity, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IContainerRegistryIdentity, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AgentPoolName": "System.String",
"TaskRunName": "System.String",
@@ -8558,7 +8551,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -8574,7 +8567,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -8590,7 +8583,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -8640,7 +8633,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IRegistry",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IRegistry, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IRegistry, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IdentityUserAssignedIdentity": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.IIdentityPropertiesUserAssignedIdentities",
"NetworkRuleSetIPRule": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IIPRule[]",
@@ -8661,26 +8654,25 @@
"SkuTier": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.SkuTier]",
"TrustPolicyType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.TrustPolicyType]",
"ZoneRedundancy": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ZoneRedundancy]",
- "DataEndpointEnabled": "System.Nullable`1[System.Boolean]",
- "AnonymousPullEnabled": "System.Nullable`1[System.Boolean]",
"AdminUserEnabled": "System.Nullable`1[System.Boolean]",
"KeyVaultPropertyKeyRotationEnabled": "System.Nullable`1[System.Boolean]",
- "CreationDate": "System.Nullable`1[System.DateTime]",
+ "AnonymousPullEnabled": "System.Nullable`1[System.Boolean]",
+ "DataEndpointEnabled": "System.Nullable`1[System.Boolean]",
"KeyVaultPropertyLastKeyRotationTimestamp": "System.Nullable`1[System.DateTime]",
"StatusTimestamp": "System.Nullable`1[System.DateTime]",
"RetentionPolicyLastUpdatedTime": "System.Nullable`1[System.DateTime]",
+ "CreationDate": "System.Nullable`1[System.DateTime]",
"SoftDeletePolicyLastUpdatedTime": "System.Nullable`1[System.DateTime]",
"RetentionPolicyDay": "System.Nullable`1[System.Int32]",
"SoftDeletePolicyRetentionDay": "System.Nullable`1[System.Int32]",
"StatusMessage": "System.String",
"StatusDisplayStatus": "System.String",
- "AzureAsyncOperation": "System.String",
- "KeyVaultPropertyKeyIdentifier": "System.String",
+ "KeyVaultPropertyVersionedKeyIdentifier": "System.String",
"IdentityPrincipalId": "System.String",
"IdentityTenantId": "System.String",
"KeyVaultPropertyIdentity": "System.String",
+ "KeyVaultPropertyKeyIdentifier": "System.String",
"LoginServer": "System.String",
- "KeyVaultPropertyVersionedKeyIdentifier": "System.String",
"DataEndpointHostName": "System.String[]"
}
},
@@ -8731,7 +8723,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -8747,7 +8739,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -8763,7 +8755,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -8847,7 +8839,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -8863,7 +8855,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -8879,7 +8871,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -8936,11 +8928,10 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IScopeMap",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IScopeMap, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IScopeMap, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProvisioningState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ProvisioningState]",
"CreationDate": "System.Nullable`1[System.DateTime]",
- "AzureAsyncOperation": "System.String",
"Description": "System.String",
"PropertiesType": "System.String",
"Action": "System.String[]"
@@ -8960,7 +8951,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -8969,7 +8960,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -8978,7 +8969,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -8987,7 +8978,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -8997,7 +8988,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IContainerRegistryIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IContainerRegistryIdentity, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IContainerRegistryIdentity, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AgentPoolName": "System.String",
"TaskRunName": "System.String",
@@ -9050,7 +9041,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -9060,7 +9051,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -9070,7 +9061,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -9106,7 +9097,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -9121,7 +9112,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -9136,7 +9127,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -9151,7 +9142,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -9201,7 +9192,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -9217,7 +9208,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -9233,7 +9224,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -9283,7 +9274,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -9298,7 +9289,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -9313,7 +9304,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -9363,7 +9354,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -9379,7 +9370,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -9395,7 +9386,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -9445,7 +9436,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IContainerRegistryIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IContainerRegistryIdentity, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IContainerRegistryIdentity, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AgentPoolName": "System.String",
"TaskRunName": "System.String",
@@ -9516,7 +9507,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -9532,7 +9523,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -9548,7 +9539,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -9632,7 +9623,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -9648,7 +9639,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -9664,7 +9655,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -9721,14 +9712,13 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IToken",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IToken, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IToken, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CredentialsCertificate": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.ITokenCertificate[]",
"CredentialsPassword": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.ITokenPassword[]",
"ProvisioningState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ProvisioningState]",
"Status": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.TokenStatus]",
"CreationDate": "System.Nullable`1[System.DateTime]",
- "AzureAsyncOperation": "System.String",
"ScopeMapId": "System.String"
}
},
@@ -9746,7 +9736,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -9755,7 +9745,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -9764,7 +9754,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -9773,7 +9763,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -9783,7 +9773,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IContainerRegistryIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IContainerRegistryIdentity, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IContainerRegistryIdentity, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AgentPoolName": "System.String",
"TaskRunName": "System.String",
@@ -9836,7 +9826,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -9846,7 +9836,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -9856,7 +9846,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -9892,7 +9882,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -9907,7 +9897,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -9922,7 +9912,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -9937,7 +9927,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -9987,7 +9977,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -10003,7 +9993,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -10019,7 +10009,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -10069,7 +10059,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -10084,7 +10074,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -10099,7 +10089,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -10149,7 +10139,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -10165,7 +10155,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -10181,7 +10171,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -10231,7 +10221,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IContainerRegistryIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IContainerRegistryIdentity, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IContainerRegistryIdentity, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AgentPoolName": "System.String",
"TaskRunName": "System.String",
@@ -10302,7 +10292,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -10318,7 +10308,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -10334,7 +10324,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -10418,7 +10408,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -10434,7 +10424,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -10450,7 +10440,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -10507,7 +10497,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IRegistryUsage",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IRegistryUsage, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IRegistryUsage, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Unit": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.RegistryUsageUnit]",
"CurrentValue": "System.Nullable`1[System.Int64]",
@@ -10529,7 +10519,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -10538,7 +10528,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -10547,7 +10537,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -10579,7 +10569,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -10589,7 +10579,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -10599,7 +10589,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -10635,7 +10625,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -10650,7 +10640,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -10665,7 +10655,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -10715,7 +10705,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -10731,7 +10721,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -10747,7 +10737,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -10804,12 +10794,11 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IWebhook",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IWebhook, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IWebhook, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Action": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.WebhookAction[]",
"ProvisioningState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ProvisioningState]",
"Status": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.WebhookStatus]",
- "AzureAsyncOperation": "System.String",
"Scope": "System.String"
}
},
@@ -10827,7 +10816,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -10836,7 +10825,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -10845,7 +10834,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -10859,7 +10848,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -10868,7 +10857,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IContainerRegistryIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IContainerRegistryIdentity, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IContainerRegistryIdentity, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AgentPoolName": "System.String",
"TaskRunName": "System.String",
@@ -10899,7 +10888,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IRegistry",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IRegistry, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IRegistry, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IdentityUserAssignedIdentity": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.IIdentityPropertiesUserAssignedIdentities",
"NetworkRuleSetIPRule": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IIPRule[]",
@@ -10920,26 +10909,25 @@
"SkuTier": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.SkuTier]",
"TrustPolicyType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.TrustPolicyType]",
"ZoneRedundancy": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ZoneRedundancy]",
- "DataEndpointEnabled": "System.Nullable`1[System.Boolean]",
- "AnonymousPullEnabled": "System.Nullable`1[System.Boolean]",
"AdminUserEnabled": "System.Nullable`1[System.Boolean]",
"KeyVaultPropertyKeyRotationEnabled": "System.Nullable`1[System.Boolean]",
- "CreationDate": "System.Nullable`1[System.DateTime]",
+ "AnonymousPullEnabled": "System.Nullable`1[System.Boolean]",
+ "DataEndpointEnabled": "System.Nullable`1[System.Boolean]",
"KeyVaultPropertyLastKeyRotationTimestamp": "System.Nullable`1[System.DateTime]",
"StatusTimestamp": "System.Nullable`1[System.DateTime]",
"RetentionPolicyLastUpdatedTime": "System.Nullable`1[System.DateTime]",
+ "CreationDate": "System.Nullable`1[System.DateTime]",
"SoftDeletePolicyLastUpdatedTime": "System.Nullable`1[System.DateTime]",
"RetentionPolicyDay": "System.Nullable`1[System.Int32]",
"SoftDeletePolicyRetentionDay": "System.Nullable`1[System.Int32]",
"StatusMessage": "System.String",
"StatusDisplayStatus": "System.String",
- "AzureAsyncOperation": "System.String",
- "KeyVaultPropertyKeyIdentifier": "System.String",
+ "KeyVaultPropertyVersionedKeyIdentifier": "System.String",
"IdentityPrincipalId": "System.String",
"IdentityTenantId": "System.String",
"KeyVaultPropertyIdentity": "System.String",
+ "KeyVaultPropertyKeyIdentifier": "System.String",
"LoginServer": "System.String",
- "KeyVaultPropertyVersionedKeyIdentifier": "System.String",
"DataEndpointHostName": "System.String[]"
}
},
@@ -10972,7 +10960,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -10982,7 +10970,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -10992,7 +10980,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -11028,7 +11016,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -11043,7 +11031,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -11058,7 +11046,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -11078,7 +11066,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -11127,7 +11115,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -11143,7 +11131,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -11159,7 +11147,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -11212,7 +11200,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -11227,7 +11215,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -11242,7 +11230,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -11292,7 +11280,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -11308,7 +11296,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -11324,7 +11312,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -11374,7 +11362,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IContainerRegistryIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IContainerRegistryIdentity, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IContainerRegistryIdentity, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AgentPoolName": "System.String",
"TaskRunName": "System.String",
@@ -11445,7 +11433,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -11461,7 +11449,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -11477,7 +11465,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -11527,7 +11515,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IRegistry",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IRegistry, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IRegistry, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IdentityUserAssignedIdentity": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.IIdentityPropertiesUserAssignedIdentities",
"NetworkRuleSetIPRule": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IIPRule[]",
@@ -11548,26 +11536,25 @@
"SkuTier": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.SkuTier]",
"TrustPolicyType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.TrustPolicyType]",
"ZoneRedundancy": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ZoneRedundancy]",
- "DataEndpointEnabled": "System.Nullable`1[System.Boolean]",
- "AnonymousPullEnabled": "System.Nullable`1[System.Boolean]",
"AdminUserEnabled": "System.Nullable`1[System.Boolean]",
"KeyVaultPropertyKeyRotationEnabled": "System.Nullable`1[System.Boolean]",
- "CreationDate": "System.Nullable`1[System.DateTime]",
+ "AnonymousPullEnabled": "System.Nullable`1[System.Boolean]",
+ "DataEndpointEnabled": "System.Nullable`1[System.Boolean]",
"KeyVaultPropertyLastKeyRotationTimestamp": "System.Nullable`1[System.DateTime]",
"StatusTimestamp": "System.Nullable`1[System.DateTime]",
"RetentionPolicyLastUpdatedTime": "System.Nullable`1[System.DateTime]",
+ "CreationDate": "System.Nullable`1[System.DateTime]",
"SoftDeletePolicyLastUpdatedTime": "System.Nullable`1[System.DateTime]",
"RetentionPolicyDay": "System.Nullable`1[System.Int32]",
"SoftDeletePolicyRetentionDay": "System.Nullable`1[System.Int32]",
"StatusMessage": "System.String",
"StatusDisplayStatus": "System.String",
- "AzureAsyncOperation": "System.String",
- "KeyVaultPropertyKeyIdentifier": "System.String",
+ "KeyVaultPropertyVersionedKeyIdentifier": "System.String",
"IdentityPrincipalId": "System.String",
"IdentityTenantId": "System.String",
"KeyVaultPropertyIdentity": "System.String",
+ "KeyVaultPropertyKeyIdentifier": "System.String",
"LoginServer": "System.String",
- "KeyVaultPropertyVersionedKeyIdentifier": "System.String",
"DataEndpointHostName": "System.String[]"
}
},
@@ -11618,7 +11605,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -11634,7 +11621,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -11650,7 +11637,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -11734,7 +11721,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -11750,7 +11737,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -11766,7 +11753,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -11823,7 +11810,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.ICallbackConfig",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.ICallbackConfig, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.ICallbackConfig, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CustomHeader": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.ICallbackConfigCustomHeaders",
"ServiceUri": "System.String"
@@ -11843,7 +11830,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -11852,7 +11839,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -11861,7 +11848,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -11871,7 +11858,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -11880,7 +11867,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IContainerRegistryIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IContainerRegistryIdentity, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IContainerRegistryIdentity, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AgentPoolName": "System.String",
"TaskRunName": "System.String",
@@ -11933,7 +11920,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -11943,7 +11930,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -11953,7 +11940,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -11989,7 +11976,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -12004,7 +11991,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -12019,7 +12006,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -12035,7 +12022,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -12084,7 +12071,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -12100,7 +12087,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -12116,7 +12103,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -12166,7 +12153,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IContainerRegistryIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IContainerRegistryIdentity, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IContainerRegistryIdentity, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AgentPoolName": "System.String",
"TaskRunName": "System.String",
@@ -12237,7 +12224,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -12253,7 +12240,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -12269,7 +12256,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -12353,7 +12340,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -12369,7 +12356,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -12385,7 +12372,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -12442,7 +12429,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IEvent",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IEvent, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IEvent, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RequestMessageHeader": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IEventRequestMessageHeaders",
"ResponseMessageHeader": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IEventResponseMessageHeaders",
@@ -12489,7 +12476,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -12498,7 +12485,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -12507,7 +12494,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -12516,7 +12503,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -12526,12 +12513,11 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IWebhook",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IWebhook, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IWebhook, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Action": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.WebhookAction[]",
"ProvisioningState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ProvisioningState]",
"Status": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.WebhookStatus]",
- "AzureAsyncOperation": "System.String",
"Scope": "System.String"
}
},
@@ -12564,7 +12550,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -12574,7 +12560,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -12584,7 +12570,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -12620,7 +12606,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -12635,7 +12621,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -12650,7 +12636,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -12665,7 +12651,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -12715,7 +12701,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -12731,7 +12717,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -12747,7 +12733,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -12797,7 +12783,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -12847,7 +12833,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -12863,7 +12849,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -12879,7 +12865,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -12929,12 +12915,11 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IWebhook",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IWebhook, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IWebhook, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Action": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.WebhookAction[]",
"ProvisioningState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ProvisioningState]",
"Status": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.WebhookStatus]",
- "AzureAsyncOperation": "System.String",
"Scope": "System.String"
}
},
@@ -12951,7 +12936,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -13001,7 +12986,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -13017,7 +13002,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -13033,7 +13018,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -13090,7 +13075,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ParameterSets": [
"__AllParameterSets"
@@ -13103,7 +13088,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -13112,7 +13097,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -13121,7 +13106,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -13130,7 +13115,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IImportImageParameters",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IImportImageParameters, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IImportImageParameters, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Mode": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ImportMode]",
"CredentialsPassword": "System.String",
@@ -13149,7 +13134,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -13158,7 +13143,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ImportMode",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ImportMode, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ImportMode, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -13167,7 +13152,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -13176,7 +13161,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -13188,7 +13173,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -13197,7 +13182,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -13207,7 +13192,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -13217,7 +13202,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -13257,7 +13242,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -13267,7 +13252,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -13295,7 +13280,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -13328,7 +13313,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -13343,7 +13328,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -13358,7 +13343,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -13422,7 +13407,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -13438,7 +13423,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -13484,7 +13469,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -13534,7 +13519,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IImportImageParameters",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IImportImageParameters, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IImportImageParameters, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Mode": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ImportMode]",
"CredentialsPassword": "System.String",
@@ -13559,7 +13544,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -13574,7 +13559,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -13589,7 +13574,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -13653,7 +13638,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -13669,7 +13654,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -13715,7 +13700,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -13765,7 +13750,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -13780,7 +13765,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ImportMode",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ImportMode, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ImportMode, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -13795,7 +13780,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -13810,7 +13795,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -13828,7 +13813,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -13843,7 +13828,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -13859,7 +13844,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -13875,7 +13860,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -13890,7 +13875,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -13905,7 +13890,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -13920,7 +13905,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -13984,7 +13969,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -14000,7 +13985,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -14046,7 +14031,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -14103,7 +14088,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IRegistry",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IRegistry, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IRegistry, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IdentityUserAssignedIdentity": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.IIdentityPropertiesUserAssignedIdentities",
"NetworkRuleSetIPRule": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IIPRule[]",
@@ -14124,26 +14109,25 @@
"SkuTier": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.SkuTier]",
"TrustPolicyType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.TrustPolicyType]",
"ZoneRedundancy": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ZoneRedundancy]",
- "DataEndpointEnabled": "System.Nullable`1[System.Boolean]",
- "AnonymousPullEnabled": "System.Nullable`1[System.Boolean]",
"AdminUserEnabled": "System.Nullable`1[System.Boolean]",
"KeyVaultPropertyKeyRotationEnabled": "System.Nullable`1[System.Boolean]",
- "CreationDate": "System.Nullable`1[System.DateTime]",
+ "AnonymousPullEnabled": "System.Nullable`1[System.Boolean]",
+ "DataEndpointEnabled": "System.Nullable`1[System.Boolean]",
"KeyVaultPropertyLastKeyRotationTimestamp": "System.Nullable`1[System.DateTime]",
"StatusTimestamp": "System.Nullable`1[System.DateTime]",
"RetentionPolicyLastUpdatedTime": "System.Nullable`1[System.DateTime]",
+ "CreationDate": "System.Nullable`1[System.DateTime]",
"SoftDeletePolicyLastUpdatedTime": "System.Nullable`1[System.DateTime]",
"RetentionPolicyDay": "System.Nullable`1[System.Int32]",
"SoftDeletePolicyRetentionDay": "System.Nullable`1[System.Int32]",
"StatusMessage": "System.String",
"StatusDisplayStatus": "System.String",
- "AzureAsyncOperation": "System.String",
- "KeyVaultPropertyKeyIdentifier": "System.String",
+ "KeyVaultPropertyVersionedKeyIdentifier": "System.String",
"IdentityPrincipalId": "System.String",
"IdentityTenantId": "System.String",
"KeyVaultPropertyIdentity": "System.String",
+ "KeyVaultPropertyKeyIdentifier": "System.String",
"LoginServer": "System.String",
- "KeyVaultPropertyVersionedKeyIdentifier": "System.String",
"DataEndpointHostName": "System.String[]"
}
},
@@ -14163,7 +14147,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -14172,7 +14156,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -14181,7 +14165,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -14190,7 +14174,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -14199,7 +14183,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.SkuName",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.SkuName, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.SkuName, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14217,7 +14201,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.AzureAdAuthenticationAsArmPolicyStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.AzureAdAuthenticationAsArmPolicyStatus, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.AzureAdAuthenticationAsArmPolicyStatus, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14244,7 +14228,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.EncryptionStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.EncryptionStatus, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.EncryptionStatus, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14253,7 +14237,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ExportPolicyStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ExportPolicyStatus, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ExportPolicyStatus, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14262,7 +14246,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -14271,7 +14255,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -14280,7 +14264,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ResourceIdentityType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ResourceIdentityType, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ResourceIdentityType, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14289,7 +14273,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -14298,7 +14282,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -14307,7 +14291,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -14316,7 +14300,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.NetworkRuleBypassOptions",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.NetworkRuleBypassOptions, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.NetworkRuleBypassOptions, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14325,7 +14309,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.DefaultAction",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.DefaultAction, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.DefaultAction, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14334,7 +14318,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IIPRule[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IIPRule[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IIPRule[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IIPRule"
},
"ValidateNotNullOrEmpty": false
@@ -14344,7 +14328,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PublicNetworkAccess",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PublicNetworkAccess, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PublicNetworkAccess, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14353,7 +14337,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PolicyStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PolicyStatus, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PolicyStatus, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14362,7 +14346,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -14371,7 +14355,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PolicyStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PolicyStatus, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PolicyStatus, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14380,7 +14364,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -14389,7 +14373,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PolicyStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PolicyStatus, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PolicyStatus, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14401,7 +14385,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -14410,7 +14394,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PolicyStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PolicyStatus, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PolicyStatus, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14419,7 +14403,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.TrustPolicyType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.TrustPolicyType, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.TrustPolicyType, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14428,7 +14412,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ZoneRedundancy",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ZoneRedundancy, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ZoneRedundancy, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14468,7 +14452,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -14478,7 +14462,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -14497,7 +14481,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -14535,7 +14519,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -14550,7 +14534,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -14565,7 +14549,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -14580,7 +14564,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -14595,7 +14579,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.SkuName",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.SkuName, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.SkuName, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14625,7 +14609,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.AzureAdAuthenticationAsArmPolicyStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.AzureAdAuthenticationAsArmPolicyStatus, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.AzureAdAuthenticationAsArmPolicyStatus, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14670,7 +14654,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.EncryptionStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.EncryptionStatus, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.EncryptionStatus, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14685,7 +14669,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ExportPolicyStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ExportPolicyStatus, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ExportPolicyStatus, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14700,7 +14684,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -14715,7 +14699,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -14730,7 +14714,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ResourceIdentityType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ResourceIdentityType, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ResourceIdentityType, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14745,7 +14729,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -14760,7 +14744,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -14775,7 +14759,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -14790,7 +14774,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.NetworkRuleBypassOptions",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.NetworkRuleBypassOptions, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.NetworkRuleBypassOptions, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14805,7 +14789,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.DefaultAction",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.DefaultAction, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.DefaultAction, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14820,7 +14804,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IIPRule[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IIPRule[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IIPRule[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IIPRule"
},
"ValidateNotNullOrEmpty": false
@@ -14836,7 +14820,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PublicNetworkAccess",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PublicNetworkAccess, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PublicNetworkAccess, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14851,7 +14835,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PolicyStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PolicyStatus, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PolicyStatus, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14866,7 +14850,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -14881,7 +14865,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PolicyStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PolicyStatus, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PolicyStatus, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14896,7 +14880,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -14911,7 +14895,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PolicyStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PolicyStatus, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PolicyStatus, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14929,7 +14913,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -14944,7 +14928,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PolicyStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PolicyStatus, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PolicyStatus, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14959,7 +14943,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.TrustPolicyType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.TrustPolicyType, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.TrustPolicyType, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14974,7 +14958,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ZoneRedundancy",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ZoneRedundancy, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ZoneRedundancy, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -15038,7 +15022,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -15054,7 +15038,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -15085,7 +15069,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -15142,7 +15126,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.IAgentPool",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.IAgentPool, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.IAgentPool, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"OS": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.OS]",
"ProvisioningState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ProvisioningState]",
@@ -15165,7 +15149,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -15174,7 +15158,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -15183,7 +15167,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -15192,7 +15176,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -15201,7 +15185,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -15210,7 +15194,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -15219,7 +15203,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.OS",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.OS, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.OS, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -15231,7 +15215,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -15240,7 +15224,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -15249,7 +15233,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -15289,7 +15273,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -15299,7 +15283,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -15318,7 +15302,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -15354,7 +15338,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -15369,7 +15353,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -15384,7 +15368,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -15399,7 +15383,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -15414,7 +15398,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -15429,7 +15413,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -15444,7 +15428,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.OS",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.OS, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.OS, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -15462,7 +15446,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -15477,7 +15461,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -15492,7 +15476,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -15556,7 +15540,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -15572,7 +15556,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -15603,7 +15587,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -15648,32 +15632,59 @@
},
{
"VerbName": "New",
- "NounName": "AzContainerRegistryExportPipeline",
- "Name": "New-AzContainerRegistryExportPipeline",
- "ClassName": "New-AzContainerRegistryExportPipeline",
+ "NounName": "AzContainerRegistryCredentials",
+ "Name": "New-AzContainerRegistryCredentials",
+ "ClassName": "New-AzContainerRegistryCredentials",
"SupportsShouldProcess": true,
"ConfirmImpact": 2,
"SupportsPaging": false,
- "DefaultParameterSetName": "CreateExpanded",
+ "DefaultParameterSetName": "GenerateExpanded",
"OutputTypes": [
{
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IExportPipeline",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IExportPipeline, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.PSContainerRegistryCredential",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.PSContainerRegistryCredential, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "IdentityUserAssignedIdentity": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.IIdentityPropertiesUserAssignedIdentities",
- "Option": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PipelineOptions[]",
- "ProvisioningState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ProvisioningState]",
- "IdentityType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ResourceIdentityType]",
- "AzureAsyncOperation": "System.String",
- "IdentityPrincipalId": "System.String",
- "IdentityTenantId": "System.String",
- "Location": "System.String",
- "TargetKeyVaultUri": "System.String",
- "TargetType": "System.String",
- "TargetUri": "System.String"
- }
+ "Username": "System.String",
+ "Password": "System.String",
+ "Password2": "System.String"
+ },
+ "Methods": [
+ {
+ "Name": "GetType",
+ "ReturnType": "System.Type"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
+ {
+ "Name": "Equals",
+ "Parameters": [
+ {
+ "Name": "obj",
+ "Type": "System.Object"
+ }
+ ],
+ "ReturnType": "System.Boolean"
+ },
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ }
+ ],
+ "Constructors": [
+ {
+ "Name": "",
+ "Parameters": [
+ {
+ "Name": "credentials",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ }
+ ]
+ }
+ ]
},
"ParameterSets": [
"__AllParameterSets"
@@ -15681,24 +15692,12 @@
}
],
"Parameters": [
- {
- "Name": "Name",
- "AliasList": [
- "ExportPipelineName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
{
"Name": "RegistryName",
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -15707,7 +15706,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -15716,89 +15715,65 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "IdentityPrincipalId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "IdentityTenantId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
{
- "Name": "IdentityType",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ResourceIdentityType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ResourceIdentityType, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "IdentityUserAssignedIdentity",
+ "Name": "InputObject",
"Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IContainerRegistryIdentity",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IContainerRegistryIdentity, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "AgentPoolName": "System.String",
+ "TaskRunName": "System.String",
+ "TaskName": "System.String",
+ "SubscriptionId": "System.String",
+ "ScopeMapName": "System.String",
+ "RunId": "System.String",
+ "ResourceGroupName": "System.String",
+ "ReplicationName": "System.String",
+ "RegistryName": "System.String",
+ "PrivateEndpointConnectionName": "System.String",
+ "PipelineRunName": "System.String",
+ "ImportPipelineName": "System.String",
+ "Id": "System.String",
+ "GroupName": "System.String",
+ "ExportPipelineName": "System.String",
+ "CredentialSetName": "System.String",
+ "ConnectedRegistryName": "System.String",
+ "CacheRuleName": "System.String",
+ "TokenName": "System.String",
+ "WebhookName": "System.String"
+ }
},
"ValidateNotNullOrEmpty": false
},
{
- "Name": "Location",
+ "Name": "Expiry",
"Type": {
"Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Name": "System.DateTime",
+ "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
{
- "Name": "Option",
+ "Name": "Name",
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PipelineOptions[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PipelineOptions[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PipelineOptions"
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.TokenPasswordName",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.TokenPasswordName, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
{
- "Name": "TargetKeyVaultUri",
+ "Name": "TokenId",
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "TargetType",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "TargetUri",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -15838,7 +15813,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -15848,7 +15823,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -15867,7 +15842,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -15892,33 +15867,15 @@
],
"ParameterSets": [
{
- "Name": "__AllParameterSets",
+ "Name": "GenerateExpanded",
"Parameters": [
- {
- "ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "ExportPipelineName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
{
"ParameterMetadata": {
"Name": "RegistryName",
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -15933,7 +15890,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -15948,7 +15905,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -15959,11 +15916,11 @@
},
{
"ParameterMetadata": {
- "Name": "IdentityPrincipalId",
+ "Name": "Expiry",
"Type": {
"Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Name": "System.DateTime",
+ "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -15974,72 +15931,11 @@
},
{
"ParameterMetadata": {
- "Name": "IdentityTenantId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "IdentityType",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ResourceIdentityType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ResourceIdentityType, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "IdentityUserAssignedIdentity",
- "Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Location",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Option",
+ "Name": "Name",
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PipelineOptions[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PipelineOptions[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PipelineOptions"
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.TokenPasswordName",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.TokenPasswordName, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -16050,41 +15946,11 @@
},
{
"ParameterMetadata": {
- "Name": "TargetKeyVaultUri",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "TargetType",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "TargetUri",
+ "Name": "TokenId",
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -16148,7 +16014,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -16164,7 +16030,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -16195,7 +16061,1017 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "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.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ },
+ {
+ "Name": "GenerateViaIdentityExpanded",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "InputObject",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IContainerRegistryIdentity",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IContainerRegistryIdentity, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "AgentPoolName": "System.String",
+ "TaskRunName": "System.String",
+ "TaskName": "System.String",
+ "SubscriptionId": "System.String",
+ "ScopeMapName": "System.String",
+ "RunId": "System.String",
+ "ResourceGroupName": "System.String",
+ "ReplicationName": "System.String",
+ "RegistryName": "System.String",
+ "PrivateEndpointConnectionName": "System.String",
+ "PipelineRunName": "System.String",
+ "ImportPipelineName": "System.String",
+ "Id": "System.String",
+ "GroupName": "System.String",
+ "ExportPipelineName": "System.String",
+ "CredentialSetName": "System.String",
+ "ConnectedRegistryName": "System.String",
+ "CacheRuleName": "System.String",
+ "TokenName": "System.String",
+ "WebhookName": "System.String"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": true,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Expiry",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.DateTime",
+ "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Name",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.TokenPasswordName",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.TokenPasswordName, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "TokenId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, 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.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.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.0.6.0, 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.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ },
+ {
+ "Name": "__AllParameterSets",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "Expiry",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.DateTime",
+ "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Name",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.TokenPasswordName",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.TokenPasswordName, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "TokenId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, 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.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.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.0.6.0, 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.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "VerbName": "New",
+ "NounName": "AzContainerRegistryExportPipeline",
+ "Name": "New-AzContainerRegistryExportPipeline",
+ "ClassName": "New-AzContainerRegistryExportPipeline",
+ "SupportsShouldProcess": true,
+ "ConfirmImpact": 2,
+ "SupportsPaging": false,
+ "DefaultParameterSetName": "CreateExpanded",
+ "OutputTypes": [
+ {
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IExportPipeline",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IExportPipeline, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "IdentityUserAssignedIdentity": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.IIdentityPropertiesUserAssignedIdentities",
+ "Option": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PipelineOptions[]",
+ "ProvisioningState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ProvisioningState]",
+ "IdentityType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ResourceIdentityType]",
+ "IdentityPrincipalId": "System.String",
+ "IdentityTenantId": "System.String",
+ "Location": "System.String",
+ "TargetKeyVaultUri": "System.String",
+ "TargetType": "System.String",
+ "TargetUri": "System.String"
+ }
+ },
+ "ParameterSets": [
+ "__AllParameterSets"
+ ]
+ }
+ ],
+ "Parameters": [
+ {
+ "Name": "Name",
+ "AliasList": [
+ "ExportPipelineName"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "RegistryName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "IdentityPrincipalId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "IdentityTenantId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "IdentityType",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ResourceIdentityType",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ResourceIdentityType, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "IdentityUserAssignedIdentity",
+ "Type": {
+ "Namespace": "System.Collections",
+ "Name": "System.Collections.Hashtable",
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Location",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Option",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PipelineOptions[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PipelineOptions[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PipelineOptions"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "TargetKeyVaultUri",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "TargetType",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "TargetUri",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, 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.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ }
+ ],
+ "ParameterSets": [
+ {
+ "Name": "__AllParameterSets",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "Name",
+ "AliasList": [
+ "ExportPipelineName"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "RegistryName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "IdentityPrincipalId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "IdentityTenantId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "IdentityType",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ResourceIdentityType",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ResourceIdentityType, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "IdentityUserAssignedIdentity",
+ "Type": {
+ "Namespace": "System.Collections",
+ "Name": "System.Collections.Hashtable",
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Location",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Option",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PipelineOptions[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PipelineOptions[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PipelineOptions"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "TargetKeyVaultUri",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "TargetType",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "TargetUri",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, 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.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.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.0.6.0, 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
},
@@ -16252,7 +17128,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IImportPipeline",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IImportPipeline, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IImportPipeline, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IdentityUserAssignedIdentity": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.IIdentityPropertiesUserAssignedIdentities",
"Option": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PipelineOptions[]",
@@ -16260,7 +17136,6 @@
"ProvisioningState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ProvisioningState]",
"IdentityType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ResourceIdentityType]",
"SourceTriggerStatus": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.TriggerStatus]",
- "AzureAsyncOperation": "System.String",
"IdentityPrincipalId": "System.String",
"IdentityTenantId": "System.String",
"Location": "System.String",
@@ -16282,7 +17157,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -16291,7 +17166,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -16300,7 +17175,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -16309,7 +17184,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -16318,7 +17193,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -16327,7 +17202,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -16336,7 +17211,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ResourceIdentityType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ResourceIdentityType, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ResourceIdentityType, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -16345,7 +17220,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -16354,7 +17229,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -16363,7 +17238,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PipelineOptions[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PipelineOptions[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PipelineOptions[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PipelineOptions"
},
"ValidateNotNullOrEmpty": false
@@ -16373,7 +17248,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -16382,7 +17257,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.TriggerStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.TriggerStatus, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.TriggerStatus, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -16391,7 +17266,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PipelineSourceType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PipelineSourceType, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PipelineSourceType, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -16400,7 +17275,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -16440,7 +17315,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -16450,7 +17325,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -16469,7 +17344,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -16505,7 +17380,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -16520,7 +17395,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -16535,7 +17410,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -16550,7 +17425,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -16565,7 +17440,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -16580,7 +17455,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -16595,7 +17470,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ResourceIdentityType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ResourceIdentityType, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ResourceIdentityType, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -16610,7 +17485,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -16625,7 +17500,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -16640,7 +17515,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PipelineOptions[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PipelineOptions[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PipelineOptions[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PipelineOptions"
},
"ValidateNotNullOrEmpty": false
@@ -16656,7 +17531,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -16671,7 +17546,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.TriggerStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.TriggerStatus, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.TriggerStatus, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -16686,7 +17561,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PipelineSourceType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PipelineSourceType, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PipelineSourceType, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -16701,7 +17576,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -16765,7 +17640,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -16781,7 +17656,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -16812,7 +17687,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -16869,7 +17744,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IPRule",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IPRule, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IPRule, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Action": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.Action]",
"IPAddressOrRange": "System.String"
@@ -16973,7 +17848,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -16982,7 +17857,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.Action",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.Action, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.Action, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -16997,7 +17872,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -17012,7 +17887,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.Action",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.Action, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.Action, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -17039,13 +17914,12 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IReplication",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IReplication, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IReplication, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProvisioningState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ProvisioningState]",
"ZoneRedundancy": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ZoneRedundancy]",
"RegionEndpointEnabled": "System.Nullable`1[System.Boolean]",
"StatusTimestamp": "System.Nullable`1[System.DateTime]",
- "AzureAsyncOperation": "System.String",
"StatusDisplayStatus": "System.String",
"StatusMessage": "System.String"
}
@@ -17064,7 +17938,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -17073,7 +17947,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -17086,7 +17960,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -17095,7 +17969,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -17104,7 +17978,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IRegistry",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IRegistry, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IRegistry, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IdentityUserAssignedIdentity": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.IIdentityPropertiesUserAssignedIdentities",
"NetworkRuleSetIPRule": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IIPRule[]",
@@ -17125,26 +17999,25 @@
"SkuTier": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.SkuTier]",
"TrustPolicyType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.TrustPolicyType]",
"ZoneRedundancy": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ZoneRedundancy]",
- "DataEndpointEnabled": "System.Nullable`1[System.Boolean]",
- "AnonymousPullEnabled": "System.Nullable`1[System.Boolean]",
"AdminUserEnabled": "System.Nullable`1[System.Boolean]",
"KeyVaultPropertyKeyRotationEnabled": "System.Nullable`1[System.Boolean]",
- "CreationDate": "System.Nullable`1[System.DateTime]",
+ "AnonymousPullEnabled": "System.Nullable`1[System.Boolean]",
+ "DataEndpointEnabled": "System.Nullable`1[System.Boolean]",
"KeyVaultPropertyLastKeyRotationTimestamp": "System.Nullable`1[System.DateTime]",
"StatusTimestamp": "System.Nullable`1[System.DateTime]",
"RetentionPolicyLastUpdatedTime": "System.Nullable`1[System.DateTime]",
+ "CreationDate": "System.Nullable`1[System.DateTime]",
"SoftDeletePolicyLastUpdatedTime": "System.Nullable`1[System.DateTime]",
"RetentionPolicyDay": "System.Nullable`1[System.Int32]",
"SoftDeletePolicyRetentionDay": "System.Nullable`1[System.Int32]",
"StatusMessage": "System.String",
"StatusDisplayStatus": "System.String",
- "AzureAsyncOperation": "System.String",
- "KeyVaultPropertyKeyIdentifier": "System.String",
+ "KeyVaultPropertyVersionedKeyIdentifier": "System.String",
"IdentityPrincipalId": "System.String",
"IdentityTenantId": "System.String",
"KeyVaultPropertyIdentity": "System.String",
+ "KeyVaultPropertyKeyIdentifier": "System.String",
"LoginServer": "System.String",
- "KeyVaultPropertyVersionedKeyIdentifier": "System.String",
"DataEndpointHostName": "System.String[]"
}
},
@@ -17158,7 +18031,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -17179,7 +18052,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -17188,7 +18061,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ZoneRedundancy",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ZoneRedundancy, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ZoneRedundancy, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -17228,7 +18101,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -17238,7 +18111,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -17257,7 +18130,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -17293,7 +18166,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -17308,7 +18181,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -17327,7 +18200,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -17342,7 +18215,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -17360,7 +18233,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -17393,7 +18266,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -17408,7 +18281,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ZoneRedundancy",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ZoneRedundancy, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ZoneRedundancy, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -17472,7 +18345,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -17488,7 +18361,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -17519,7 +18392,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -17573,7 +18446,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -17588,7 +18461,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -17606,7 +18479,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -17639,7 +18512,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -17654,7 +18527,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ZoneRedundancy",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ZoneRedundancy, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ZoneRedundancy, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -17718,7 +18591,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -17734,7 +18607,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -17765,7 +18638,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -17815,7 +18688,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IRegistry",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IRegistry, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IRegistry, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IdentityUserAssignedIdentity": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.IIdentityPropertiesUserAssignedIdentities",
"NetworkRuleSetIPRule": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IIPRule[]",
@@ -17836,26 +18709,25 @@
"SkuTier": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.SkuTier]",
"TrustPolicyType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.TrustPolicyType]",
"ZoneRedundancy": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ZoneRedundancy]",
- "DataEndpointEnabled": "System.Nullable`1[System.Boolean]",
- "AnonymousPullEnabled": "System.Nullable`1[System.Boolean]",
"AdminUserEnabled": "System.Nullable`1[System.Boolean]",
"KeyVaultPropertyKeyRotationEnabled": "System.Nullable`1[System.Boolean]",
- "CreationDate": "System.Nullable`1[System.DateTime]",
+ "AnonymousPullEnabled": "System.Nullable`1[System.Boolean]",
+ "DataEndpointEnabled": "System.Nullable`1[System.Boolean]",
"KeyVaultPropertyLastKeyRotationTimestamp": "System.Nullable`1[System.DateTime]",
"StatusTimestamp": "System.Nullable`1[System.DateTime]",
"RetentionPolicyLastUpdatedTime": "System.Nullable`1[System.DateTime]",
+ "CreationDate": "System.Nullable`1[System.DateTime]",
"SoftDeletePolicyLastUpdatedTime": "System.Nullable`1[System.DateTime]",
"RetentionPolicyDay": "System.Nullable`1[System.Int32]",
"SoftDeletePolicyRetentionDay": "System.Nullable`1[System.Int32]",
"StatusMessage": "System.String",
"StatusDisplayStatus": "System.String",
- "AzureAsyncOperation": "System.String",
- "KeyVaultPropertyKeyIdentifier": "System.String",
+ "KeyVaultPropertyVersionedKeyIdentifier": "System.String",
"IdentityPrincipalId": "System.String",
"IdentityTenantId": "System.String",
"KeyVaultPropertyIdentity": "System.String",
+ "KeyVaultPropertyKeyIdentifier": "System.String",
"LoginServer": "System.String",
- "KeyVaultPropertyVersionedKeyIdentifier": "System.String",
"DataEndpointHostName": "System.String[]"
}
},
@@ -17876,7 +18748,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -17891,7 +18763,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -17909,7 +18781,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -17942,7 +18814,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -17957,7 +18829,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ZoneRedundancy",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ZoneRedundancy, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ZoneRedundancy, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -18021,7 +18893,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -18037,7 +18909,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -18068,7 +18940,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -18125,11 +18997,10 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IScopeMap",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IScopeMap, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IScopeMap, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProvisioningState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ProvisioningState]",
"CreationDate": "System.Nullable`1[System.DateTime]",
- "AzureAsyncOperation": "System.String",
"Description": "System.String",
"PropertiesType": "System.String",
"Action": "System.String[]"
@@ -18149,7 +19020,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -18158,7 +19029,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -18167,7 +19038,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -18176,7 +19047,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -18185,7 +19056,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -18195,7 +19066,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -18235,7 +19106,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -18245,7 +19116,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -18264,7 +19135,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -18300,7 +19171,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -18315,7 +19186,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -18330,7 +19201,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -18345,7 +19216,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -18360,7 +19231,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -18376,7 +19247,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -18440,7 +19311,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -18456,7 +19327,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -18487,7 +19358,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -18544,14 +19415,13 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IToken",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IToken, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IToken, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CredentialsCertificate": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.ITokenCertificate[]",
"CredentialsPassword": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.ITokenPassword[]",
"ProvisioningState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ProvisioningState]",
"Status": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.TokenStatus]",
"CreationDate": "System.Nullable`1[System.DateTime]",
- "AzureAsyncOperation": "System.String",
"ScopeMapId": "System.String"
}
},
@@ -18569,7 +19439,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -18578,7 +19448,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -18587,7 +19457,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -18596,7 +19466,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -18605,7 +19475,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.ITokenCertificate[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.ITokenCertificate[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.ITokenCertificate[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.ITokenCertificate"
},
"ValidateNotNullOrEmpty": false
@@ -18615,7 +19485,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.ITokenPassword[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.ITokenPassword[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.ITokenPassword[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.ITokenPassword"
},
"ValidateNotNullOrEmpty": false
@@ -18625,7 +19495,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -18634,7 +19504,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.TokenStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.TokenStatus, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.TokenStatus, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -18674,7 +19544,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -18684,7 +19554,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -18703,7 +19573,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -18739,7 +19609,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -18754,7 +19624,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -18769,7 +19639,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -18784,7 +19654,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -18799,7 +19669,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.ITokenCertificate[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.ITokenCertificate[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.ITokenCertificate[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.ITokenCertificate"
},
"ValidateNotNullOrEmpty": false
@@ -18815,7 +19685,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.ITokenPassword[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.ITokenPassword[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.ITokenPassword[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.ITokenPassword"
},
"ValidateNotNullOrEmpty": false
@@ -18831,7 +19701,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -18846,7 +19716,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.TokenStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.TokenStatus, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.TokenStatus, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -18910,7 +19780,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -18926,7 +19796,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -18957,7 +19827,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -19014,12 +19884,11 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IWebhook",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IWebhook, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IWebhook, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Action": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.WebhookAction[]",
"ProvisioningState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ProvisioningState]",
"Status": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.WebhookStatus]",
- "AzureAsyncOperation": "System.String",
"Scope": "System.String"
}
},
@@ -19038,7 +19907,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -19050,7 +19919,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -19059,7 +19928,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -19068,7 +19937,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -19077,7 +19946,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IRegistry",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IRegistry, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IRegistry, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IdentityUserAssignedIdentity": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.IIdentityPropertiesUserAssignedIdentities",
"NetworkRuleSetIPRule": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IIPRule[]",
@@ -19098,26 +19967,25 @@
"SkuTier": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.SkuTier]",
"TrustPolicyType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.TrustPolicyType]",
"ZoneRedundancy": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ZoneRedundancy]",
- "DataEndpointEnabled": "System.Nullable`1[System.Boolean]",
- "AnonymousPullEnabled": "System.Nullable`1[System.Boolean]",
"AdminUserEnabled": "System.Nullable`1[System.Boolean]",
"KeyVaultPropertyKeyRotationEnabled": "System.Nullable`1[System.Boolean]",
- "CreationDate": "System.Nullable`1[System.DateTime]",
+ "AnonymousPullEnabled": "System.Nullable`1[System.Boolean]",
+ "DataEndpointEnabled": "System.Nullable`1[System.Boolean]",
"KeyVaultPropertyLastKeyRotationTimestamp": "System.Nullable`1[System.DateTime]",
"StatusTimestamp": "System.Nullable`1[System.DateTime]",
"RetentionPolicyLastUpdatedTime": "System.Nullable`1[System.DateTime]",
+ "CreationDate": "System.Nullable`1[System.DateTime]",
"SoftDeletePolicyLastUpdatedTime": "System.Nullable`1[System.DateTime]",
"RetentionPolicyDay": "System.Nullable`1[System.Int32]",
"SoftDeletePolicyRetentionDay": "System.Nullable`1[System.Int32]",
"StatusMessage": "System.String",
"StatusDisplayStatus": "System.String",
- "AzureAsyncOperation": "System.String",
- "KeyVaultPropertyKeyIdentifier": "System.String",
+ "KeyVaultPropertyVersionedKeyIdentifier": "System.String",
"IdentityPrincipalId": "System.String",
"IdentityTenantId": "System.String",
"KeyVaultPropertyIdentity": "System.String",
+ "KeyVaultPropertyKeyIdentifier": "System.String",
"LoginServer": "System.String",
- "KeyVaultPropertyVersionedKeyIdentifier": "System.String",
"DataEndpointHostName": "System.String[]"
}
},
@@ -19128,7 +19996,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.WebhookAction[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.WebhookAction[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.WebhookAction[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.WebhookAction"
},
"ValidateNotNullOrEmpty": false
@@ -19138,7 +20006,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -19150,7 +20018,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -19159,7 +20027,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -19171,7 +20039,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -19180,7 +20048,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.WebhookStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.WebhookStatus, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.WebhookStatus, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -19192,7 +20060,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -19232,7 +20100,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -19242,7 +20110,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -19261,7 +20129,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -19298,7 +20166,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -19313,7 +20181,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -19328,7 +20196,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.WebhookAction[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.WebhookAction[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.WebhookAction[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.WebhookAction"
},
"ValidateNotNullOrEmpty": false
@@ -19344,7 +20212,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -19362,7 +20230,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -19377,7 +20245,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -19395,7 +20263,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -19410,7 +20278,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.WebhookStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.WebhookStatus, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.WebhookStatus, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -19428,7 +20296,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -19492,7 +20360,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -19508,7 +20376,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -19539,7 +20407,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -19592,7 +20460,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -19607,7 +20475,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -19626,7 +20494,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -19641,7 +20509,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -19656,7 +20524,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.WebhookAction[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.WebhookAction[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.WebhookAction[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.WebhookAction"
},
"ValidateNotNullOrEmpty": false
@@ -19672,7 +20540,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -19690,7 +20558,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -19705,7 +20573,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -19723,7 +20591,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -19738,7 +20606,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.WebhookStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.WebhookStatus, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.WebhookStatus, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -19756,7 +20624,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -19820,7 +20688,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -19836,7 +20704,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -19867,7 +20735,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -19917,7 +20785,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IRegistry",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IRegistry, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IRegistry, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IdentityUserAssignedIdentity": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.IIdentityPropertiesUserAssignedIdentities",
"NetworkRuleSetIPRule": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IIPRule[]",
@@ -19938,26 +20806,25 @@
"SkuTier": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.SkuTier]",
"TrustPolicyType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.TrustPolicyType]",
"ZoneRedundancy": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ZoneRedundancy]",
- "DataEndpointEnabled": "System.Nullable`1[System.Boolean]",
- "AnonymousPullEnabled": "System.Nullable`1[System.Boolean]",
"AdminUserEnabled": "System.Nullable`1[System.Boolean]",
"KeyVaultPropertyKeyRotationEnabled": "System.Nullable`1[System.Boolean]",
- "CreationDate": "System.Nullable`1[System.DateTime]",
+ "AnonymousPullEnabled": "System.Nullable`1[System.Boolean]",
+ "DataEndpointEnabled": "System.Nullable`1[System.Boolean]",
"KeyVaultPropertyLastKeyRotationTimestamp": "System.Nullable`1[System.DateTime]",
"StatusTimestamp": "System.Nullable`1[System.DateTime]",
"RetentionPolicyLastUpdatedTime": "System.Nullable`1[System.DateTime]",
+ "CreationDate": "System.Nullable`1[System.DateTime]",
"SoftDeletePolicyLastUpdatedTime": "System.Nullable`1[System.DateTime]",
"RetentionPolicyDay": "System.Nullable`1[System.Int32]",
"SoftDeletePolicyRetentionDay": "System.Nullable`1[System.Int32]",
"StatusMessage": "System.String",
"StatusDisplayStatus": "System.String",
- "AzureAsyncOperation": "System.String",
- "KeyVaultPropertyKeyIdentifier": "System.String",
+ "KeyVaultPropertyVersionedKeyIdentifier": "System.String",
"IdentityPrincipalId": "System.String",
"IdentityTenantId": "System.String",
"KeyVaultPropertyIdentity": "System.String",
+ "KeyVaultPropertyKeyIdentifier": "System.String",
"LoginServer": "System.String",
- "KeyVaultPropertyVersionedKeyIdentifier": "System.String",
"DataEndpointHostName": "System.String[]"
}
},
@@ -19978,7 +20845,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -19993,7 +20860,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -20008,7 +20875,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.WebhookAction[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.WebhookAction[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.WebhookAction[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.WebhookAction"
},
"ValidateNotNullOrEmpty": false
@@ -20024,7 +20891,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -20042,7 +20909,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -20057,7 +20924,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -20075,7 +20942,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -20090,7 +20957,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.WebhookStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.WebhookStatus, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.WebhookStatus, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -20108,7 +20975,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -20172,7 +21039,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -20188,7 +21055,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -20219,7 +21086,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -20276,7 +21143,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ParameterSets": [
"__AllParameterSets"
@@ -20294,7 +21161,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -20303,7 +21170,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -20312,7 +21179,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -20321,7 +21188,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IContainerRegistryIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IContainerRegistryIdentity, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IContainerRegistryIdentity, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AgentPoolName": "System.String",
"TaskRunName": "System.String",
@@ -20383,7 +21250,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -20393,7 +21260,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -20421,7 +21288,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -20459,7 +21326,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -20474,7 +21341,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -20489,7 +21356,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -20553,7 +21420,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -20569,7 +21436,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -20615,7 +21482,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -20665,7 +21532,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IContainerRegistryIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IContainerRegistryIdentity, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IContainerRegistryIdentity, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AgentPoolName": "System.String",
"TaskRunName": "System.String",
@@ -20751,7 +21618,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -20767,7 +21634,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -20813,7 +21680,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -20912,7 +21779,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -20928,7 +21795,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -20974,7 +21841,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -21031,7 +21898,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ParameterSets": [
"__AllParameterSets"
@@ -21047,7 +21914,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -21056,7 +21923,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -21065,7 +21932,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -21074,7 +21941,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -21083,7 +21950,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IContainerRegistryIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IContainerRegistryIdentity, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IContainerRegistryIdentity, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AgentPoolName": "System.String",
"TaskRunName": "System.String",
@@ -21145,7 +22012,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -21155,7 +22022,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -21183,7 +22050,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -21219,7 +22086,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -21234,7 +22101,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -21249,7 +22116,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -21264,7 +22131,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -21328,7 +22195,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -21344,7 +22211,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -21390,7 +22257,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -21440,7 +22307,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IContainerRegistryIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IContainerRegistryIdentity, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IContainerRegistryIdentity, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AgentPoolName": "System.String",
"TaskRunName": "System.String",
@@ -21526,7 +22393,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -21542,7 +22409,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -21588,7 +22455,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -21687,7 +22554,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -21703,7 +22570,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -21749,7 +22616,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -21806,7 +22673,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ParameterSets": [
"__AllParameterSets"
@@ -21822,7 +22689,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -21831,7 +22698,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -21840,7 +22707,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -21849,7 +22716,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -21858,7 +22725,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IContainerRegistryIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IContainerRegistryIdentity, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IContainerRegistryIdentity, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AgentPoolName": "System.String",
"TaskRunName": "System.String",
@@ -21920,7 +22787,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -21930,7 +22797,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -21958,7 +22825,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -21994,7 +22861,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -22009,7 +22876,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -22024,7 +22891,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -22039,7 +22906,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -22103,7 +22970,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -22119,7 +22986,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -22165,7 +23032,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -22215,7 +23082,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IContainerRegistryIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IContainerRegistryIdentity, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IContainerRegistryIdentity, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AgentPoolName": "System.String",
"TaskRunName": "System.String",
@@ -22301,7 +23168,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -22317,7 +23184,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -22363,7 +23230,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -22462,7 +23329,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -22478,7 +23345,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -22524,7 +23391,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -22581,7 +23448,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ParameterSets": [
"__AllParameterSets"
@@ -22597,7 +23464,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -22606,7 +23473,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -22615,7 +23482,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -22624,7 +23491,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -22633,7 +23500,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IContainerRegistryIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IContainerRegistryIdentity, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IContainerRegistryIdentity, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AgentPoolName": "System.String",
"TaskRunName": "System.String",
@@ -22695,7 +23562,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -22705,7 +23572,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -22733,7 +23600,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -22769,7 +23636,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -22784,7 +23651,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -22799,7 +23666,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -22814,7 +23681,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -22878,7 +23745,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -22894,7 +23761,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -22940,7 +23807,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -22990,7 +23857,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IContainerRegistryIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IContainerRegistryIdentity, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IContainerRegistryIdentity, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AgentPoolName": "System.String",
"TaskRunName": "System.String",
@@ -23076,7 +23943,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -23092,7 +23959,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -23138,7 +24005,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -23237,7 +24104,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -23253,7 +24120,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -23299,7 +24166,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -23356,7 +24223,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ParameterSets": [
"__AllParameterSets"
@@ -23373,7 +24240,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -23385,7 +24252,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -23394,7 +24261,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -23403,7 +24270,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -23412,7 +24279,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IContainerRegistryIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IContainerRegistryIdentity, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IContainerRegistryIdentity, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AgentPoolName": "System.String",
"TaskRunName": "System.String",
@@ -23474,7 +24341,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -23484,7 +24351,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -23512,7 +24379,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -23549,7 +24416,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -23567,7 +24434,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -23582,7 +24449,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -23597,7 +24464,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -23661,7 +24528,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -23677,7 +24544,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -23723,7 +24590,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -23773,7 +24640,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IContainerRegistryIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IContainerRegistryIdentity, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IContainerRegistryIdentity, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AgentPoolName": "System.String",
"TaskRunName": "System.String",
@@ -23859,7 +24726,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -23875,7 +24742,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -23921,7 +24788,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -24020,7 +24887,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -24036,7 +24903,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -24082,7 +24949,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -24139,7 +25006,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ParameterSets": [
"__AllParameterSets"
@@ -24155,7 +25022,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -24164,7 +25031,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -24173,7 +25040,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -24182,7 +25049,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -24191,7 +25058,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IContainerRegistryIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IContainerRegistryIdentity, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IContainerRegistryIdentity, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AgentPoolName": "System.String",
"TaskRunName": "System.String",
@@ -24253,7 +25120,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -24263,7 +25130,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -24291,7 +25158,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -24327,7 +25194,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -24342,7 +25209,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -24357,7 +25224,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -24372,7 +25239,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -24436,7 +25303,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -24452,7 +25319,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -24498,7 +25365,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -24548,7 +25415,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IContainerRegistryIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IContainerRegistryIdentity, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IContainerRegistryIdentity, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AgentPoolName": "System.String",
"TaskRunName": "System.String",
@@ -24634,7 +25501,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -24650,7 +25517,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -24696,7 +25563,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -24795,7 +25662,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -24811,7 +25678,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -24857,7 +25724,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -24914,7 +25781,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ParameterSets": [
"__AllParameterSets"
@@ -24930,7 +25797,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -24939,7 +25806,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -24948,7 +25815,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -24957,7 +25824,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -24966,7 +25833,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IContainerRegistryIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IContainerRegistryIdentity, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IContainerRegistryIdentity, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AgentPoolName": "System.String",
"TaskRunName": "System.String",
@@ -25028,7 +25895,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -25038,7 +25905,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -25066,7 +25933,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -25102,7 +25969,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -25117,7 +25984,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -25132,7 +25999,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -25147,7 +26014,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -25211,7 +26078,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -25227,7 +26094,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -25273,7 +26140,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -25323,7 +26190,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IContainerRegistryIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IContainerRegistryIdentity, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IContainerRegistryIdentity, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AgentPoolName": "System.String",
"TaskRunName": "System.String",
@@ -25409,7 +26276,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -25425,7 +26292,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -25471,7 +26338,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -25570,7 +26437,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -25586,7 +26453,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -25632,7 +26499,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -25689,7 +26556,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ParameterSets": [
"__AllParameterSets"
@@ -25706,7 +26573,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -25718,7 +26585,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -25727,7 +26594,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -25736,7 +26603,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -25745,7 +26612,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IContainerRegistryIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IContainerRegistryIdentity, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IContainerRegistryIdentity, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AgentPoolName": "System.String",
"TaskRunName": "System.String",
@@ -25807,7 +26674,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -25817,7 +26684,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -25845,7 +26712,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -25882,7 +26749,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -25900,7 +26767,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -25915,7 +26782,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -25930,7 +26797,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -25994,7 +26861,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -26010,7 +26877,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -26056,7 +26923,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -26106,7 +26973,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IContainerRegistryIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IContainerRegistryIdentity, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IContainerRegistryIdentity, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AgentPoolName": "System.String",
"TaskRunName": "System.String",
@@ -26192,7 +27059,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -26208,7 +27075,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -26254,7 +27121,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -26353,7 +27220,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -26369,7 +27236,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -26415,7 +27282,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -26472,7 +27339,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IRegistryNameStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IRegistryNameStatus, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IRegistryNameStatus, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"NameAvailable": "System.Nullable`1[System.Boolean]",
"Message": "System.String",
@@ -26490,7 +27357,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -26499,7 +27366,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -26530,7 +27397,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -26540,7 +27407,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -26550,7 +27417,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -26583,7 +27450,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -26598,7 +27465,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -26647,7 +27514,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -26663,7 +27530,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -26679,7 +27546,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -26736,7 +27603,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ParameterSets": [
"__AllParameterSets"
@@ -26753,7 +27620,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -26765,7 +27632,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -26774,7 +27641,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -26783,7 +27650,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -26792,12 +27659,11 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IWebhook",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IWebhook, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IWebhook, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Action": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.WebhookAction[]",
"ProvisioningState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ProvisioningState]",
"Status": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.WebhookStatus]",
- "AzureAsyncOperation": "System.String",
"Scope": "System.String"
}
},
@@ -26830,7 +27696,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -26840,7 +27706,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -26850,7 +27716,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -26887,7 +27753,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -26905,7 +27771,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -26920,7 +27786,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -26935,7 +27801,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -26984,7 +27850,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -27000,7 +27866,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -27016,7 +27882,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -27066,7 +27932,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -27115,7 +27981,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -27131,7 +27997,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -27147,7 +28013,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -27197,12 +28063,11 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IWebhook",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IWebhook, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IWebhook, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Action": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.WebhookAction[]",
"ProvisioningState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ProvisioningState]",
"Status": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.WebhookStatus]",
- "AzureAsyncOperation": "System.String",
"Scope": "System.String"
}
},
@@ -27219,7 +28084,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -27268,7 +28133,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -27284,7 +28149,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -27300,7 +28165,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -27357,7 +28222,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IRegistry",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IRegistry, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IRegistry, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IdentityUserAssignedIdentity": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.IIdentityPropertiesUserAssignedIdentities",
"NetworkRuleSetIPRule": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IIPRule[]",
@@ -27378,26 +28243,25 @@
"SkuTier": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.SkuTier]",
"TrustPolicyType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.TrustPolicyType]",
"ZoneRedundancy": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ZoneRedundancy]",
- "DataEndpointEnabled": "System.Nullable`1[System.Boolean]",
- "AnonymousPullEnabled": "System.Nullable`1[System.Boolean]",
"AdminUserEnabled": "System.Nullable`1[System.Boolean]",
"KeyVaultPropertyKeyRotationEnabled": "System.Nullable`1[System.Boolean]",
- "CreationDate": "System.Nullable`1[System.DateTime]",
+ "AnonymousPullEnabled": "System.Nullable`1[System.Boolean]",
+ "DataEndpointEnabled": "System.Nullable`1[System.Boolean]",
"KeyVaultPropertyLastKeyRotationTimestamp": "System.Nullable`1[System.DateTime]",
"StatusTimestamp": "System.Nullable`1[System.DateTime]",
"RetentionPolicyLastUpdatedTime": "System.Nullable`1[System.DateTime]",
+ "CreationDate": "System.Nullable`1[System.DateTime]",
"SoftDeletePolicyLastUpdatedTime": "System.Nullable`1[System.DateTime]",
"RetentionPolicyDay": "System.Nullable`1[System.Int32]",
"SoftDeletePolicyRetentionDay": "System.Nullable`1[System.Int32]",
"StatusMessage": "System.String",
"StatusDisplayStatus": "System.String",
- "AzureAsyncOperation": "System.String",
- "KeyVaultPropertyKeyIdentifier": "System.String",
+ "KeyVaultPropertyVersionedKeyIdentifier": "System.String",
"IdentityPrincipalId": "System.String",
"IdentityTenantId": "System.String",
"KeyVaultPropertyIdentity": "System.String",
+ "KeyVaultPropertyKeyIdentifier": "System.String",
"LoginServer": "System.String",
- "KeyVaultPropertyVersionedKeyIdentifier": "System.String",
"DataEndpointHostName": "System.String[]"
}
},
@@ -27417,7 +28281,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -27426,7 +28290,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -27435,7 +28299,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -27444,7 +28308,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IContainerRegistryIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IContainerRegistryIdentity, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IContainerRegistryIdentity, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AgentPoolName": "System.String",
"TaskRunName": "System.String",
@@ -27484,7 +28348,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.AzureAdAuthenticationAsArmPolicyStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.AzureAdAuthenticationAsArmPolicyStatus, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.AzureAdAuthenticationAsArmPolicyStatus, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -27511,7 +28375,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.EncryptionStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.EncryptionStatus, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.EncryptionStatus, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -27520,7 +28384,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ExportPolicyStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ExportPolicyStatus, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ExportPolicyStatus, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -27529,7 +28393,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -27538,7 +28402,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -27547,7 +28411,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ResourceIdentityType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ResourceIdentityType, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ResourceIdentityType, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -27556,7 +28420,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -27565,7 +28429,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -27574,7 +28438,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -27583,7 +28447,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.NetworkRuleBypassOptions",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.NetworkRuleBypassOptions, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.NetworkRuleBypassOptions, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -27592,7 +28456,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.DefaultAction",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.DefaultAction, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.DefaultAction, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -27601,7 +28465,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IIPRule[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IIPRule[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IIPRule[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IIPRule"
},
"ValidateNotNullOrEmpty": false
@@ -27611,7 +28475,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PublicNetworkAccess",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PublicNetworkAccess, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PublicNetworkAccess, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -27620,7 +28484,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PolicyStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PolicyStatus, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PolicyStatus, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -27629,7 +28493,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -27638,7 +28502,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PolicyStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PolicyStatus, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PolicyStatus, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -27647,7 +28511,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.SkuName",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.SkuName, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.SkuName, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -27656,7 +28520,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -27665,7 +28529,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PolicyStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PolicyStatus, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PolicyStatus, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -27677,7 +28541,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -27686,7 +28550,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PolicyStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PolicyStatus, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PolicyStatus, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -27695,7 +28559,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.TrustPolicyType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.TrustPolicyType, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.TrustPolicyType, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -27735,7 +28599,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -27745,7 +28609,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -27764,7 +28628,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -27802,7 +28666,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -27817,7 +28681,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -27832,7 +28696,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -27862,7 +28726,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.AzureAdAuthenticationAsArmPolicyStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.AzureAdAuthenticationAsArmPolicyStatus, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.AzureAdAuthenticationAsArmPolicyStatus, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -27907,7 +28771,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.EncryptionStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.EncryptionStatus, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.EncryptionStatus, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -27922,7 +28786,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ExportPolicyStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ExportPolicyStatus, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ExportPolicyStatus, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -27937,7 +28801,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -27952,7 +28816,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -27967,7 +28831,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ResourceIdentityType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ResourceIdentityType, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ResourceIdentityType, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -27982,7 +28846,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -27997,7 +28861,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -28012,7 +28876,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -28027,7 +28891,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.NetworkRuleBypassOptions",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.NetworkRuleBypassOptions, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.NetworkRuleBypassOptions, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -28042,7 +28906,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.DefaultAction",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.DefaultAction, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.DefaultAction, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -28057,7 +28921,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IIPRule[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IIPRule[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IIPRule[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IIPRule"
},
"ValidateNotNullOrEmpty": false
@@ -28073,7 +28937,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PublicNetworkAccess",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PublicNetworkAccess, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PublicNetworkAccess, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -28088,7 +28952,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PolicyStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PolicyStatus, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PolicyStatus, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -28103,7 +28967,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -28118,7 +28982,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PolicyStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PolicyStatus, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PolicyStatus, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -28133,7 +28997,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.SkuName",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.SkuName, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.SkuName, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -28148,7 +29012,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -28163,7 +29027,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PolicyStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PolicyStatus, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PolicyStatus, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -28181,7 +29045,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -28196,7 +29060,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PolicyStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PolicyStatus, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PolicyStatus, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -28211,7 +29075,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.TrustPolicyType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.TrustPolicyType, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.TrustPolicyType, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -28275,7 +29139,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -28291,7 +29155,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -28322,7 +29186,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -28372,7 +29236,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IContainerRegistryIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IContainerRegistryIdentity, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IContainerRegistryIdentity, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AgentPoolName": "System.String",
"TaskRunName": "System.String",
@@ -28424,7 +29288,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.AzureAdAuthenticationAsArmPolicyStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.AzureAdAuthenticationAsArmPolicyStatus, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.AzureAdAuthenticationAsArmPolicyStatus, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -28469,7 +29333,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.EncryptionStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.EncryptionStatus, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.EncryptionStatus, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -28484,7 +29348,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ExportPolicyStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ExportPolicyStatus, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ExportPolicyStatus, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -28499,7 +29363,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -28514,7 +29378,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -28529,7 +29393,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ResourceIdentityType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ResourceIdentityType, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ResourceIdentityType, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -28544,7 +29408,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -28559,7 +29423,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -28574,7 +29438,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -28589,7 +29453,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.NetworkRuleBypassOptions",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.NetworkRuleBypassOptions, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.NetworkRuleBypassOptions, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -28604,7 +29468,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.DefaultAction",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.DefaultAction, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.DefaultAction, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -28619,7 +29483,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IIPRule[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IIPRule[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IIPRule[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IIPRule"
},
"ValidateNotNullOrEmpty": false
@@ -28635,7 +29499,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PublicNetworkAccess",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PublicNetworkAccess, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PublicNetworkAccess, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -28650,7 +29514,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PolicyStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PolicyStatus, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PolicyStatus, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -28665,7 +29529,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -28680,7 +29544,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PolicyStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PolicyStatus, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PolicyStatus, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -28695,7 +29559,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.SkuName",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.SkuName, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.SkuName, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -28710,7 +29574,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -28725,7 +29589,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PolicyStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PolicyStatus, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PolicyStatus, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -28743,7 +29607,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -28758,7 +29622,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PolicyStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PolicyStatus, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PolicyStatus, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -28773,7 +29637,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.TrustPolicyType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.TrustPolicyType, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.TrustPolicyType, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -28837,7 +29701,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -28853,7 +29717,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -28884,7 +29748,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -28949,7 +29813,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.AzureAdAuthenticationAsArmPolicyStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.AzureAdAuthenticationAsArmPolicyStatus, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.AzureAdAuthenticationAsArmPolicyStatus, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -28994,7 +29858,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.EncryptionStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.EncryptionStatus, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.EncryptionStatus, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -29009,7 +29873,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ExportPolicyStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ExportPolicyStatus, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ExportPolicyStatus, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -29024,7 +29888,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -29039,7 +29903,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -29054,7 +29918,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ResourceIdentityType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ResourceIdentityType, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ResourceIdentityType, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -29069,7 +29933,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -29084,7 +29948,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -29099,7 +29963,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -29114,7 +29978,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.NetworkRuleBypassOptions",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.NetworkRuleBypassOptions, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.NetworkRuleBypassOptions, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -29129,7 +29993,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.DefaultAction",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.DefaultAction, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.DefaultAction, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -29144,7 +30008,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IIPRule[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IIPRule[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IIPRule[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IIPRule"
},
"ValidateNotNullOrEmpty": false
@@ -29160,7 +30024,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PublicNetworkAccess",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PublicNetworkAccess, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PublicNetworkAccess, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -29175,7 +30039,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PolicyStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PolicyStatus, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PolicyStatus, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -29190,7 +30054,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -29205,7 +30069,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PolicyStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PolicyStatus, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PolicyStatus, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -29220,7 +30084,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.SkuName",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.SkuName, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.SkuName, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -29235,7 +30099,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -29250,7 +30114,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PolicyStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PolicyStatus, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PolicyStatus, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -29268,7 +30132,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -29283,7 +30147,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PolicyStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PolicyStatus, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PolicyStatus, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -29298,7 +30162,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.TrustPolicyType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.TrustPolicyType, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.TrustPolicyType, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -29362,7 +30226,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -29378,7 +30242,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -29409,7 +30273,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -29466,7 +30330,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.IAgentPool",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.IAgentPool, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.IAgentPool, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"OS": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.OS]",
"ProvisioningState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ProvisioningState]",
@@ -29489,7 +30353,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -29498,7 +30362,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -29507,7 +30371,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -29516,7 +30380,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -29525,7 +30389,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IContainerRegistryIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IContainerRegistryIdentity, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IContainerRegistryIdentity, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AgentPoolName": "System.String",
"TaskRunName": "System.String",
@@ -29556,7 +30420,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -29568,7 +30432,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -29608,7 +30472,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -29618,7 +30482,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -29637,7 +30501,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -29673,7 +30537,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -29688,7 +30552,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -29703,7 +30567,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -29718,7 +30582,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -29733,7 +30597,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -29751,7 +30615,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -29815,7 +30679,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -29831,7 +30695,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -29862,7 +30726,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -29912,7 +30776,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IContainerRegistryIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IContainerRegistryIdentity, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IContainerRegistryIdentity, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AgentPoolName": "System.String",
"TaskRunName": "System.String",
@@ -29949,7 +30813,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -29967,7 +30831,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -30031,7 +30895,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -30047,7 +30911,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -30078,7 +30942,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -30128,7 +30992,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -30146,7 +31010,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -30210,7 +31074,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -30226,7 +31090,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -30257,7 +31121,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -30314,7 +31178,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.PSContainerRegistryCredential",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.PSContainerRegistryCredential, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.PSContainerRegistryCredential, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Username": "System.String",
"Password": "System.String",
@@ -30372,7 +31236,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -30381,7 +31245,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -30390,7 +31254,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -30399,7 +31263,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IContainerRegistryIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IContainerRegistryIdentity, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IContainerRegistryIdentity, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AgentPoolName": "System.String",
"TaskRunName": "System.String",
@@ -30430,7 +31294,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IRegistry",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IRegistry, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IRegistry, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IdentityUserAssignedIdentity": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.IIdentityPropertiesUserAssignedIdentities",
"NetworkRuleSetIPRule": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IIPRule[]",
@@ -30451,26 +31315,25 @@
"SkuTier": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.SkuTier]",
"TrustPolicyType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.TrustPolicyType]",
"ZoneRedundancy": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ZoneRedundancy]",
- "DataEndpointEnabled": "System.Nullable`1[System.Boolean]",
- "AnonymousPullEnabled": "System.Nullable`1[System.Boolean]",
"AdminUserEnabled": "System.Nullable`1[System.Boolean]",
"KeyVaultPropertyKeyRotationEnabled": "System.Nullable`1[System.Boolean]",
- "CreationDate": "System.Nullable`1[System.DateTime]",
+ "AnonymousPullEnabled": "System.Nullable`1[System.Boolean]",
+ "DataEndpointEnabled": "System.Nullable`1[System.Boolean]",
"KeyVaultPropertyLastKeyRotationTimestamp": "System.Nullable`1[System.DateTime]",
"StatusTimestamp": "System.Nullable`1[System.DateTime]",
"RetentionPolicyLastUpdatedTime": "System.Nullable`1[System.DateTime]",
+ "CreationDate": "System.Nullable`1[System.DateTime]",
"SoftDeletePolicyLastUpdatedTime": "System.Nullable`1[System.DateTime]",
"RetentionPolicyDay": "System.Nullable`1[System.Int32]",
"SoftDeletePolicyRetentionDay": "System.Nullable`1[System.Int32]",
"StatusMessage": "System.String",
"StatusDisplayStatus": "System.String",
- "AzureAsyncOperation": "System.String",
- "KeyVaultPropertyKeyIdentifier": "System.String",
+ "KeyVaultPropertyVersionedKeyIdentifier": "System.String",
"IdentityPrincipalId": "System.String",
"IdentityTenantId": "System.String",
"KeyVaultPropertyIdentity": "System.String",
+ "KeyVaultPropertyKeyIdentifier": "System.String",
"LoginServer": "System.String",
- "KeyVaultPropertyVersionedKeyIdentifier": "System.String",
"DataEndpointHostName": "System.String[]"
}
},
@@ -30481,7 +31344,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PasswordName",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PasswordName, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PasswordName, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -30490,7 +31353,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IRegenerateCredentialParameters",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IRegenerateCredentialParameters, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IRegenerateCredentialParameters, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PasswordName"
}
@@ -30524,7 +31387,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -30534,7 +31397,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -30544,7 +31407,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -30582,7 +31445,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -30597,7 +31460,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -30612,7 +31475,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -30627,7 +31490,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IRegenerateCredentialParameters",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IRegenerateCredentialParameters, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IRegenerateCredentialParameters, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PasswordName"
}
@@ -30679,7 +31542,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -30695,7 +31558,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -30711,7 +31574,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -30766,7 +31629,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -30781,7 +31644,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -30796,7 +31659,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -30811,7 +31674,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PasswordName",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PasswordName, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PasswordName, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -30860,7 +31723,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -30876,7 +31739,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -30892,7 +31755,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -30942,7 +31805,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IContainerRegistryIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IContainerRegistryIdentity, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IContainerRegistryIdentity, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AgentPoolName": "System.String",
"TaskRunName": "System.String",
@@ -30979,7 +31842,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PasswordName",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PasswordName, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PasswordName, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -31028,7 +31891,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -31044,7 +31907,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -31060,7 +31923,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -31110,7 +31973,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IRegistry",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IRegistry, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IRegistry, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IdentityUserAssignedIdentity": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.IIdentityPropertiesUserAssignedIdentities",
"NetworkRuleSetIPRule": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IIPRule[]",
@@ -31131,26 +31994,25 @@
"SkuTier": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.SkuTier]",
"TrustPolicyType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.TrustPolicyType]",
"ZoneRedundancy": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ZoneRedundancy]",
- "DataEndpointEnabled": "System.Nullable`1[System.Boolean]",
- "AnonymousPullEnabled": "System.Nullable`1[System.Boolean]",
"AdminUserEnabled": "System.Nullable`1[System.Boolean]",
"KeyVaultPropertyKeyRotationEnabled": "System.Nullable`1[System.Boolean]",
- "CreationDate": "System.Nullable`1[System.DateTime]",
+ "AnonymousPullEnabled": "System.Nullable`1[System.Boolean]",
+ "DataEndpointEnabled": "System.Nullable`1[System.Boolean]",
"KeyVaultPropertyLastKeyRotationTimestamp": "System.Nullable`1[System.DateTime]",
"StatusTimestamp": "System.Nullable`1[System.DateTime]",
"RetentionPolicyLastUpdatedTime": "System.Nullable`1[System.DateTime]",
+ "CreationDate": "System.Nullable`1[System.DateTime]",
"SoftDeletePolicyLastUpdatedTime": "System.Nullable`1[System.DateTime]",
"RetentionPolicyDay": "System.Nullable`1[System.Int32]",
"SoftDeletePolicyRetentionDay": "System.Nullable`1[System.Int32]",
"StatusMessage": "System.String",
"StatusDisplayStatus": "System.String",
- "AzureAsyncOperation": "System.String",
- "KeyVaultPropertyKeyIdentifier": "System.String",
+ "KeyVaultPropertyVersionedKeyIdentifier": "System.String",
"IdentityPrincipalId": "System.String",
"IdentityTenantId": "System.String",
"KeyVaultPropertyIdentity": "System.String",
+ "KeyVaultPropertyKeyIdentifier": "System.String",
"LoginServer": "System.String",
- "KeyVaultPropertyVersionedKeyIdentifier": "System.String",
"DataEndpointHostName": "System.String[]"
}
},
@@ -31201,7 +32063,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -31217,7 +32079,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -31233,7 +32095,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -31317,7 +32179,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -31333,7 +32195,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -31349,7 +32211,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -31406,11 +32268,10 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IScopeMap",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IScopeMap, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IScopeMap, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProvisioningState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ProvisioningState]",
"CreationDate": "System.Nullable`1[System.DateTime]",
- "AzureAsyncOperation": "System.String",
"Description": "System.String",
"PropertiesType": "System.String",
"Action": "System.String[]"
@@ -31430,7 +32291,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -31439,7 +32300,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -31448,7 +32309,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -31457,7 +32318,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -31466,7 +32327,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IContainerRegistryIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IContainerRegistryIdentity, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IContainerRegistryIdentity, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AgentPoolName": "System.String",
"TaskRunName": "System.String",
@@ -31497,7 +32358,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -31507,7 +32368,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -31547,7 +32408,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -31557,7 +32418,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -31576,7 +32437,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -31612,7 +32473,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -31627,7 +32488,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -31642,7 +32503,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -31657,7 +32518,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -31672,7 +32533,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -31688,7 +32549,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -31752,7 +32613,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -31768,7 +32629,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -31799,7 +32660,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -31849,7 +32710,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IContainerRegistryIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IContainerRegistryIdentity, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IContainerRegistryIdentity, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AgentPoolName": "System.String",
"TaskRunName": "System.String",
@@ -31886,7 +32747,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -31902,7 +32763,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -31966,7 +32827,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -31982,7 +32843,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -32013,7 +32874,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -32063,7 +32924,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -32079,7 +32940,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -32143,7 +33004,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -32159,7 +33020,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -32190,7 +33051,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -32247,14 +33108,13 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IToken",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IToken, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IToken, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CredentialsCertificate": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.ITokenCertificate[]",
"CredentialsPassword": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.ITokenPassword[]",
"ProvisioningState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ProvisioningState]",
"Status": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.TokenStatus]",
"CreationDate": "System.Nullable`1[System.DateTime]",
- "AzureAsyncOperation": "System.String",
"ScopeMapId": "System.String"
}
},
@@ -32272,7 +33132,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -32281,7 +33141,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -32290,7 +33150,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -32299,7 +33159,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -32308,7 +33168,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IContainerRegistryIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IContainerRegistryIdentity, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IContainerRegistryIdentity, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AgentPoolName": "System.String",
"TaskRunName": "System.String",
@@ -32339,7 +33199,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.ITokenCertificate[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.ITokenCertificate[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.ITokenCertificate[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.ITokenCertificate"
},
"ValidateNotNullOrEmpty": false
@@ -32349,7 +33209,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.ITokenPassword[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.ITokenPassword[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.ITokenPassword[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.ITokenPassword"
},
"ValidateNotNullOrEmpty": false
@@ -32359,7 +33219,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -32368,7 +33228,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.TokenStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.TokenStatus, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.TokenStatus, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -32408,7 +33268,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -32418,7 +33278,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -32437,7 +33297,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -32473,7 +33333,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -32488,7 +33348,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -32503,7 +33363,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -32518,7 +33378,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -32533,7 +33393,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.ITokenCertificate[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.ITokenCertificate[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.ITokenCertificate[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.ITokenCertificate"
},
"ValidateNotNullOrEmpty": false
@@ -32549,7 +33409,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.ITokenPassword[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.ITokenPassword[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.ITokenPassword[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.ITokenPassword"
},
"ValidateNotNullOrEmpty": false
@@ -32565,7 +33425,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -32580,7 +33440,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.TokenStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.TokenStatus, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.TokenStatus, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -32644,7 +33504,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -32660,7 +33520,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -32691,7 +33551,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -32741,7 +33601,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IContainerRegistryIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IContainerRegistryIdentity, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IContainerRegistryIdentity, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AgentPoolName": "System.String",
"TaskRunName": "System.String",
@@ -32778,7 +33638,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.ITokenCertificate[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.ITokenCertificate[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.ITokenCertificate[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.ITokenCertificate"
},
"ValidateNotNullOrEmpty": false
@@ -32794,7 +33654,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.ITokenPassword[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.ITokenPassword[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.ITokenPassword[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.ITokenPassword"
},
"ValidateNotNullOrEmpty": false
@@ -32810,7 +33670,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -32825,7 +33685,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.TokenStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.TokenStatus, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.TokenStatus, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -32889,7 +33749,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -32905,7 +33765,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -32936,7 +33796,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -32986,7 +33846,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.ITokenCertificate[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.ITokenCertificate[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.ITokenCertificate[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.ITokenCertificate"
},
"ValidateNotNullOrEmpty": false
@@ -33002,7 +33862,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.ITokenPassword[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.ITokenPassword[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.ITokenPassword[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.ITokenPassword"
},
"ValidateNotNullOrEmpty": false
@@ -33018,7 +33878,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -33033,7 +33893,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.TokenStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.TokenStatus, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.TokenStatus, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -33097,7 +33957,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -33113,7 +33973,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -33144,7 +34004,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -33201,12 +34061,11 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IWebhook",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IWebhook, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IWebhook, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Action": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.WebhookAction[]",
"ProvisioningState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ProvisioningState]",
"Status": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.WebhookStatus]",
- "AzureAsyncOperation": "System.String",
"Scope": "System.String"
}
},
@@ -33225,7 +34084,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -33237,7 +34096,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -33246,7 +34105,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -33255,7 +34114,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -33264,7 +34123,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IContainerRegistryIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IContainerRegistryIdentity, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IContainerRegistryIdentity, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AgentPoolName": "System.String",
"TaskRunName": "System.String",
@@ -33295,7 +34154,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.WebhookAction[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.WebhookAction[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.WebhookAction[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.WebhookAction"
},
"ValidateNotNullOrEmpty": false
@@ -33308,7 +34167,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -33317,7 +34176,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -33329,7 +34188,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -33338,7 +34197,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.WebhookStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.WebhookStatus, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.WebhookStatus, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -33350,7 +34209,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -33390,7 +34249,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -33400,7 +34259,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -33419,7 +34278,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -33456,7 +34315,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -33474,7 +34333,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -33489,7 +34348,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -33504,7 +34363,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -33519,7 +34378,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.WebhookAction[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.WebhookAction[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.WebhookAction[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.WebhookAction"
},
"ValidateNotNullOrEmpty": false
@@ -33538,7 +34397,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -33553,7 +34412,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -33571,7 +34430,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -33586,7 +34445,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.WebhookStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.WebhookStatus, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.WebhookStatus, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -33604,7 +34463,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -33668,7 +34527,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -33684,7 +34543,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -33715,7 +34574,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -33765,7 +34624,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IContainerRegistryIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IContainerRegistryIdentity, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IContainerRegistryIdentity, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AgentPoolName": "System.String",
"TaskRunName": "System.String",
@@ -33802,7 +34661,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.WebhookAction[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.WebhookAction[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.WebhookAction[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.WebhookAction"
},
"ValidateNotNullOrEmpty": false
@@ -33821,7 +34680,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -33836,7 +34695,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -33854,7 +34713,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -33869,7 +34728,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.WebhookStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.WebhookStatus, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.WebhookStatus, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -33887,7 +34746,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -33951,7 +34810,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -33967,7 +34826,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -33998,7 +34857,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -34048,7 +34907,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.WebhookAction[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.WebhookAction[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.WebhookAction[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.WebhookAction"
},
"ValidateNotNullOrEmpty": false
@@ -34067,7 +34926,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -34082,7 +34941,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -34100,7 +34959,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -34115,7 +34974,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.WebhookStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.WebhookStatus, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.WebhookStatus, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -34133,7 +34992,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -34197,7 +35056,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -34213,7 +35072,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -34244,7 +35103,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -34358,7 +35217,7 @@
"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=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.String",
"System.String"
@@ -34397,7 +35256,7 @@
"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=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.String"
]
@@ -34437,18 +35296,18 @@
"System.Byte[]": {
"Namespace": "System",
"Name": "System.Byte[]",
- "AssemblyQualifiedName": "System.Byte[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Byte[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.Byte"
},
"System.Void": {
"Namespace": "System",
"Name": "System.Void",
- "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"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]",
- "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount"
]
@@ -34456,7 +35315,7 @@
"System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment"
]
@@ -34464,7 +35323,7 @@
"System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]",
- "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription"
]
@@ -34472,7 +35331,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=3.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ContainerRegistry.Models.PSManifestAttributeBase, Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ChangeableAttributes": "Microsoft.Azure.Commands.ContainerRegistry.Models.PSChangeableAttribute",
"Tags": "System.Collections.Generic.IList`1[System.String]",
@@ -34573,7 +35432,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=3.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ContainerRegistry.Models.PSChangeableAttribute, Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DeleteEnabled": "System.Nullable`1[System.Boolean]",
"WriteEnabled": "System.Nullable`1[System.Boolean]",
@@ -34644,7 +35503,7 @@
"System.Nullable`1[System.Boolean]": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Boolean]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Boolean"
]
@@ -34713,12 +35572,12 @@
"System.Type": {
"Namespace": "System",
"Name": "System.Type",
- "AssemblyQualifiedName": "System.Type, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Type, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"System.Nullable`1[System.Int64]": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Int64]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Int64"
]
@@ -34873,7 +35732,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=3.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.ContainerRegistry.Models.PSManifestAttributeBase, Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.ContainerRegistry.Models.PSManifestAttributeBase"
]
@@ -34881,7 +35740,7 @@
"System.Nullable`1[System.Int32]": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Int32"
]
@@ -34889,7 +35748,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=3.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ContainerRegistry.Models.PSTagAttributeBase, Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ChangeableAttributes": "Microsoft.Azure.Commands.ContainerRegistry.Models.PSChangeableAttribute",
"Signed": "System.Nullable`1[System.Boolean]",
@@ -35100,7 +35959,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=3.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.ContainerRegistry.Models.PSTagAttributeBase, Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.ContainerRegistry.Models.PSTagAttributeBase"
]
@@ -35164,7 +36023,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.ContainerRegistry.Models.TagAttributesBase]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.ContainerRegistry.Models.TagAttributesBase]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.ContainerRegistry.Models.TagAttributesBase, Microsoft.Azure.ContainerRegistry, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.ContainerRegistry.Models.TagAttributesBase, Microsoft.Azure.ContainerRegistry, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.ContainerRegistry.Models.TagAttributesBase"
]
@@ -35172,18 +36031,18 @@
"Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.IIdentityPropertiesUserAssignedIdentities": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.IIdentityPropertiesUserAssignedIdentities",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.IIdentityPropertiesUserAssignedIdentities, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.IIdentityPropertiesUserAssignedIdentities, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IIPRule[]": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IIPRule[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IIPRule[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IIPRule[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IIPRule"
},
"Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IIPRule": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IIPRule",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IIPRule, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IIPRule, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Action": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.Action]",
"IPAddressOrRange": "System.String"
@@ -35192,7 +36051,7 @@
"System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.Action]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.Action]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.Action, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.Action, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.Action"
]
@@ -35200,7 +36059,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.Action": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.Action",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.Action, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.Action, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "CompleteArgument",
@@ -35265,7 +36124,7 @@
"System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]",
- "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[System.Management.Automation.CompletionResult, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[System.Management.Automation.CompletionResult, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Management.Automation.CompletionResult"
]
@@ -35278,18 +36137,17 @@
"Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IPrivateEndpointConnection[]": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IPrivateEndpointConnection[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IPrivateEndpointConnection[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IPrivateEndpointConnection[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IPrivateEndpointConnection"
},
"Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IPrivateEndpointConnection": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IPrivateEndpointConnection",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IPrivateEndpointConnection, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IPrivateEndpointConnection, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PrivateLinkServiceConnectionStateActionsRequired": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ActionsRequired]",
"PrivateLinkServiceConnectionStateStatus": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ConnectionStatus]",
"ProvisioningState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ProvisioningState]",
- "AzureAsyncOperation": "System.String",
"PrivateEndpointId": "System.String",
"PrivateLinkServiceConnectionStateDescription": "System.String"
}
@@ -35297,7 +36155,7 @@
"System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ActionsRequired]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ActionsRequired]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ActionsRequired, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ActionsRequired, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ActionsRequired"
]
@@ -35305,7 +36163,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ActionsRequired": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ActionsRequired",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ActionsRequired, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ActionsRequired, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "CompleteArgument",
@@ -35370,7 +36228,7 @@
"System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ConnectionStatus]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ConnectionStatus]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ConnectionStatus, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ConnectionStatus, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ConnectionStatus"
]
@@ -35378,7 +36236,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ConnectionStatus": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ConnectionStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ConnectionStatus, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ConnectionStatus, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "CompleteArgument",
@@ -35443,7 +36301,7 @@
"System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ProvisioningState]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ProvisioningState]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ProvisioningState, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ProvisioningState, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ProvisioningState"
]
@@ -35451,7 +36309,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ProvisioningState": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ProvisioningState",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ProvisioningState, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ProvisioningState, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "CompleteArgument",
@@ -35516,7 +36374,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.SkuName": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.SkuName",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.SkuName, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.SkuName, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "CompleteArgument",
@@ -35581,7 +36439,7 @@
"System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.AzureAdAuthenticationAsArmPolicyStatus]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.AzureAdAuthenticationAsArmPolicyStatus]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.AzureAdAuthenticationAsArmPolicyStatus, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.AzureAdAuthenticationAsArmPolicyStatus, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.AzureAdAuthenticationAsArmPolicyStatus"
]
@@ -35589,7 +36447,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.AzureAdAuthenticationAsArmPolicyStatus": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.AzureAdAuthenticationAsArmPolicyStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.AzureAdAuthenticationAsArmPolicyStatus, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.AzureAdAuthenticationAsArmPolicyStatus, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "CompleteArgument",
@@ -35654,7 +36512,7 @@
"System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.DefaultAction]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.DefaultAction]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.DefaultAction, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.DefaultAction, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.DefaultAction"
]
@@ -35662,7 +36520,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.DefaultAction": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.DefaultAction",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.DefaultAction, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.DefaultAction, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "CompleteArgument",
@@ -35727,7 +36585,7 @@
"System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.EncryptionStatus]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.EncryptionStatus]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.EncryptionStatus, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.EncryptionStatus, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.EncryptionStatus"
]
@@ -35735,7 +36593,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.EncryptionStatus": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.EncryptionStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.EncryptionStatus, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.EncryptionStatus, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "CompleteArgument",
@@ -35800,7 +36658,7 @@
"System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ExportPolicyStatus]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ExportPolicyStatus]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ExportPolicyStatus, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ExportPolicyStatus, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ExportPolicyStatus"
]
@@ -35808,7 +36666,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ExportPolicyStatus": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ExportPolicyStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ExportPolicyStatus, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ExportPolicyStatus, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "CompleteArgument",
@@ -35873,7 +36731,7 @@
"System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.NetworkRuleBypassOptions]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.NetworkRuleBypassOptions]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.NetworkRuleBypassOptions, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.NetworkRuleBypassOptions, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.NetworkRuleBypassOptions"
]
@@ -35881,7 +36739,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.NetworkRuleBypassOptions": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.NetworkRuleBypassOptions",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.NetworkRuleBypassOptions, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.NetworkRuleBypassOptions, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "CompleteArgument",
@@ -35946,7 +36804,7 @@
"System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PolicyStatus]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PolicyStatus]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PolicyStatus, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PolicyStatus, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PolicyStatus"
]
@@ -35954,7 +36812,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PolicyStatus": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PolicyStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PolicyStatus, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PolicyStatus, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "CompleteArgument",
@@ -36019,7 +36877,7 @@
"System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PublicNetworkAccess]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PublicNetworkAccess]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PublicNetworkAccess, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PublicNetworkAccess, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PublicNetworkAccess"
]
@@ -36027,7 +36885,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PublicNetworkAccess": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PublicNetworkAccess",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PublicNetworkAccess, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PublicNetworkAccess, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "CompleteArgument",
@@ -36092,7 +36950,7 @@
"System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ResourceIdentityType]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ResourceIdentityType]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ResourceIdentityType, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ResourceIdentityType, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ResourceIdentityType"
]
@@ -36100,7 +36958,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ResourceIdentityType": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ResourceIdentityType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ResourceIdentityType, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ResourceIdentityType, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "CompleteArgument",
@@ -36165,7 +37023,7 @@
"System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.SkuTier]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.SkuTier]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.SkuTier, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.SkuTier, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.SkuTier"
]
@@ -36173,7 +37031,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.SkuTier": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.SkuTier",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.SkuTier, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.SkuTier, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "CompleteArgument",
@@ -36238,7 +37096,7 @@
"System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.TrustPolicyType]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.TrustPolicyType]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.TrustPolicyType, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.TrustPolicyType, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.TrustPolicyType"
]
@@ -36246,7 +37104,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.TrustPolicyType": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.TrustPolicyType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.TrustPolicyType, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.TrustPolicyType, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "CompleteArgument",
@@ -36311,7 +37169,7 @@
"System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ZoneRedundancy]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ZoneRedundancy]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ZoneRedundancy, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ZoneRedundancy, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ZoneRedundancy"
]
@@ -36319,7 +37177,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ZoneRedundancy": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ZoneRedundancy",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ZoneRedundancy, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ZoneRedundancy, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "CompleteArgument",
@@ -36384,7 +37242,7 @@
"System.Nullable`1[System.DateTime]": {
"Namespace": "System",
"Name": "System.Nullable`1[System.DateTime]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.DateTime"
]
@@ -36392,18 +37250,18 @@
"System.DateTime": {
"Namespace": "System",
"Name": "System.DateTime",
- "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"System.String[]": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.SendAsyncStep, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Target": "System.Object",
"Method": "System.Reflection.MethodInfo"
@@ -36537,17 +37395,17 @@
"System.Object": {
"Namespace": "System",
"Name": "System.Object",
- "AssemblyQualifiedName": "System.Object, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Object, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"System.Reflection.MethodInfo": {
"Namespace": "System.Reflection",
"Name": "System.Reflection.MethodInfo",
- "AssemblyQualifiedName": "System.Reflection.MethodInfo, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Reflection.MethodInfo, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"System.Threading.Tasks.Task`1[System.Net.Http.HttpResponseMessage]": {
"Namespace": "System.Threading.Tasks",
"Name": "System.Threading.Tasks.Task`1[System.Net.Http.HttpResponseMessage]",
- "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[System.Net.Http.HttpResponseMessage, System.Net.Http, Version=4.2.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[System.Net.Http.HttpResponseMessage, System.Net.Http, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Net.Http.HttpResponseMessage"
]
@@ -36555,28 +37413,28 @@
"System.Net.Http.HttpResponseMessage": {
"Namespace": "System.Net.Http",
"Name": "System.Net.Http.HttpResponseMessage",
- "AssemblyQualifiedName": "System.Net.Http.HttpResponseMessage, System.Net.Http, Version=4.2.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Net.Http.HttpResponseMessage, System.Net.Http, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"System.IAsyncResult": {
"Namespace": "System",
"Name": "System.IAsyncResult",
- "AssemblyQualifiedName": "System.IAsyncResult, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.IAsyncResult, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"System.Delegate[]": {
"Namespace": "System",
"Name": "System.Delegate[]",
- "AssemblyQualifiedName": "System.Delegate[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Delegate[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.Delegate"
},
"System.Delegate": {
"Namespace": "System",
"Name": "System.Delegate",
- "AssemblyQualifiedName": "System.Delegate, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Delegate, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.OS]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.OS]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.OS, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.OS, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.OS"
]
@@ -36584,7 +37442,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.OS": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.OS",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.OS, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.OS, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "CompleteArgument",
@@ -36649,13 +37507,13 @@
"Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PipelineOptions[]": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PipelineOptions[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PipelineOptions[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PipelineOptions[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PipelineOptions"
},
"Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PipelineOptions": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PipelineOptions",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PipelineOptions, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PipelineOptions, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "CompleteArgument",
@@ -36720,7 +37578,7 @@
"System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PipelineSourceType]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PipelineSourceType]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PipelineSourceType, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PipelineSourceType, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PipelineSourceType"
]
@@ -36728,7 +37586,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PipelineSourceType": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PipelineSourceType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PipelineSourceType, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PipelineSourceType, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "CompleteArgument",
@@ -36793,7 +37651,7 @@
"System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.TriggerStatus]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.TriggerStatus]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.TriggerStatus, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.TriggerStatus, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.TriggerStatus"
]
@@ -36801,7 +37659,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.TriggerStatus": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.TriggerStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.TriggerStatus, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.TriggerStatus, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "CompleteArgument",
@@ -36866,13 +37724,13 @@
"Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.ITokenCertificate[]": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.ITokenCertificate[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.ITokenCertificate[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.ITokenCertificate[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.ITokenCertificate"
},
"Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.ITokenCertificate": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.ITokenCertificate",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.ITokenCertificate, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.ITokenCertificate, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.TokenCertificateName]",
"Expiry": "System.Nullable`1[System.DateTime]",
@@ -36883,7 +37741,7 @@
"System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.TokenCertificateName]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.TokenCertificateName]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.TokenCertificateName, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.TokenCertificateName, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.TokenCertificateName"
]
@@ -36891,7 +37749,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.TokenCertificateName": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.TokenCertificateName",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.TokenCertificateName, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.TokenCertificateName, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "CompleteArgument",
@@ -36956,13 +37814,13 @@
"Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.ITokenPassword[]": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.ITokenPassword[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.ITokenPassword[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.ITokenPassword[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.ITokenPassword"
},
"Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.ITokenPassword": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.ITokenPassword",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.ITokenPassword, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.ITokenPassword, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.TokenPasswordName]",
"CreationTime": "System.Nullable`1[System.DateTime]",
@@ -36973,7 +37831,7 @@
"System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.TokenPasswordName]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.TokenPasswordName]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.TokenPasswordName, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.TokenPasswordName, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.TokenPasswordName"
]
@@ -36981,7 +37839,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.TokenPasswordName": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.TokenPasswordName",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.TokenPasswordName, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.TokenPasswordName, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "CompleteArgument",
@@ -37046,7 +37904,7 @@
"System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.TokenStatus]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.TokenStatus]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.TokenStatus, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.TokenStatus, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.TokenStatus"
]
@@ -37054,7 +37912,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.TokenStatus": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.TokenStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.TokenStatus, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.TokenStatus, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "CompleteArgument",
@@ -37119,7 +37977,7 @@
"System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.RegistryUsageUnit]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.RegistryUsageUnit]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.RegistryUsageUnit, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.RegistryUsageUnit, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.RegistryUsageUnit"
]
@@ -37127,7 +37985,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.RegistryUsageUnit": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.RegistryUsageUnit",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.RegistryUsageUnit, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.RegistryUsageUnit, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "CompleteArgument",
@@ -37192,13 +38050,13 @@
"Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.WebhookAction[]": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.WebhookAction[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.WebhookAction[], Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.WebhookAction[], Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.WebhookAction"
},
"Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.WebhookAction": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.WebhookAction",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.WebhookAction, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.WebhookAction, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "CompleteArgument",
@@ -37263,7 +38121,7 @@
"System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.WebhookStatus]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.WebhookStatus]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.WebhookStatus, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.WebhookStatus, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.WebhookStatus"
]
@@ -37271,7 +38129,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.WebhookStatus": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.WebhookStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.WebhookStatus, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.WebhookStatus, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "CompleteArgument",
@@ -37336,22 +38194,22 @@
"Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.ICallbackConfigCustomHeaders": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.ICallbackConfigCustomHeaders",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.ICallbackConfigCustomHeaders, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.ICallbackConfigCustomHeaders, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IEventRequestMessageHeaders": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IEventRequestMessageHeaders",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IEventRequestMessageHeaders, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IEventRequestMessageHeaders, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IEventResponseMessageHeaders": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IEventResponseMessageHeaders",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IEventResponseMessageHeaders, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IEventResponseMessageHeaders, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ImportMode]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ImportMode]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ImportMode, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ImportMode, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ImportMode"
]
@@ -37359,7 +38217,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ImportMode": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ImportMode",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ImportMode, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ImportMode, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "CompleteArgument",
@@ -37424,7 +38282,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.Json.JsonNode": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.Json",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.Json.JsonNode",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.Json.JsonNode, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.Json.JsonNode, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Item": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.Json.JsonNode"
},
@@ -37456,7 +38314,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PasswordName": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PasswordName",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PasswordName, Az.ContainerRegistry.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PasswordName, Az.ContainerRegistry.private, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "CompleteArgument",
diff --git a/tools/Tools.Common/SerializedCmdlets/Az.CosmosDB.json b/tools/Tools.Common/SerializedCmdlets/Az.CosmosDB.json
index c7613a54425f..9949e84febd9 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.11.1",
+ "ModuleVersion": "1.11.2",
"Cmdlets": [
{
"VerbName": "Get",
@@ -16,7 +16,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -352,7 +352,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -608,7 +608,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -714,7 +714,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -799,7 +799,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -994,7 +994,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -1100,7 +1100,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleSettings": "Microsoft.Azure.Commands.CosmosDB.Models.PSAutoscaleSettingsResource",
"Throughput": "System.Int32",
@@ -1186,7 +1186,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -1381,7 +1381,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -1487,7 +1487,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraTableGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraTableGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -1581,7 +1581,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -1760,7 +1760,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -1835,7 +1835,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleSettings": "Microsoft.Azure.Commands.CosmosDB.Models.PSAutoscaleSettingsResource",
"Throughput": "System.Int32",
@@ -1930,7 +1930,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -2063,7 +2063,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -2154,7 +2154,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlClientEncryptionKeyGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlClientEncryptionKeyGetPropertiesResource",
"Id": "System.String",
@@ -2231,7 +2231,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -2434,7 +2434,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -2512,7 +2512,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -2597,7 +2597,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -2792,7 +2792,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -2898,7 +2898,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleSettings": "Microsoft.Azure.Commands.CosmosDB.Models.PSAutoscaleSettingsResource",
"Throughput": "System.Int32",
@@ -2984,7 +2984,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -3179,7 +3179,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -3285,7 +3285,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -3361,7 +3361,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -3558,7 +3558,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -3633,7 +3633,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.Restore.PSGraphBackupInformation, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LatestRestorableTimestamp": "System.String"
},
@@ -3932,7 +3932,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleSettings": "Microsoft.Azure.Commands.CosmosDB.Models.PSAutoscaleSettingsResource",
"Throughput": "System.Int32",
@@ -4027,7 +4027,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -4206,7 +4206,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -4281,7 +4281,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableGremlinDatabaseGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Id": "System.String",
@@ -4360,7 +4360,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableDatabaseAccountGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RestorableLocations": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableLocationResource[]",
"CreationTime": "System.Nullable`1[System.DateTime]",
@@ -4467,7 +4467,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableDatabaseAccountGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RestorableLocations": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableLocationResource[]",
"CreationTime": "System.Nullable`1[System.DateTime]",
@@ -4562,7 +4562,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableGremlinGraphGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String",
"Name": "System.String",
@@ -4650,7 +4650,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableGremlinDatabaseGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Id": "System.String",
@@ -4819,7 +4819,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableGremlinDatabaseGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Id": "System.String",
@@ -4913,7 +4913,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseToRestore, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "ToSDKModel",
@@ -5017,7 +5017,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableDatabaseAccountGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RestorableLocations": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableLocationResource[]",
"CreationTime": "System.Nullable`1[System.DateTime]",
@@ -5154,7 +5154,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableDatabaseAccountGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RestorableLocations": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableLocationResource[]",
"CreationTime": "System.Nullable`1[System.DateTime]",
@@ -5278,7 +5278,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSLocationGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.CosmosDB.Models.PSLocationProperties",
"Id": "System.String",
@@ -5423,7 +5423,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -5499,7 +5499,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -5696,7 +5696,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -5771,7 +5771,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.Restore.PSMongoDBBackupInformation, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LatestRestorableTimestamp": "System.String"
},
@@ -6070,7 +6070,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleSettings": "Microsoft.Azure.Commands.CosmosDB.Models.PSAutoscaleSettingsResource",
"Throughput": "System.Int32",
@@ -6165,7 +6165,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -6344,7 +6344,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -6419,7 +6419,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -6504,7 +6504,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -6699,7 +6699,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -6805,7 +6805,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleSettings": "Microsoft.Azure.Commands.CosmosDB.Models.PSAutoscaleSettingsResource",
"Throughput": "System.Int32",
@@ -6891,7 +6891,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -7086,7 +7086,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -7192,7 +7192,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableMongodbCollectionGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String",
"Name": "System.String",
@@ -7280,7 +7280,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableSqlDatabaseGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Database": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableSqlDatabasePropertiesResourceDatabase",
"Name": "System.String",
@@ -7450,7 +7450,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableSqlDatabaseGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Database": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableSqlDatabasePropertiesResourceDatabase",
"Name": "System.String",
@@ -7545,7 +7545,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableMongodbDatabaseGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String",
"Name": "System.String",
@@ -7624,7 +7624,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableDatabaseAccountGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RestorableLocations": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableLocationResource[]",
"CreationTime": "System.Nullable`1[System.DateTime]",
@@ -7731,7 +7731,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableDatabaseAccountGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RestorableLocations": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableLocationResource[]",
"CreationTime": "System.Nullable`1[System.DateTime]",
@@ -7826,7 +7826,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseToRestore, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "ToSDKModel",
@@ -7930,7 +7930,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableDatabaseAccountGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RestorableLocations": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableLocationResource[]",
"CreationTime": "System.Nullable`1[System.DateTime]",
@@ -8067,7 +8067,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableDatabaseAccountGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RestorableLocations": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableLocationResource[]",
"CreationTime": "System.Nullable`1[System.DateTime]",
@@ -8191,7 +8191,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoDBRoleDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.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]",
@@ -8286,7 +8286,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -8511,7 +8511,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -8632,7 +8632,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoDBUserDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Roles": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.Role]",
"Id": "System.String",
@@ -8728,7 +8728,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -8953,7 +8953,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -9074,7 +9074,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableDatabaseAccountGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RestorableLocations": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableLocationResource[]",
"CreationTime": "System.Nullable`1[System.DateTime]",
@@ -9272,7 +9272,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSServiceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CreationTime": "System.Nullable`1[System.DateTime]",
"InstanceCount": "System.Nullable`1[System.Int32]",
@@ -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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -9552,7 +9552,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -9658,7 +9658,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -9734,7 +9734,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -9931,7 +9931,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -10006,7 +10006,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.Restore.PSSqlBackupInformation, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LatestRestorableTimestamp": "System.String"
},
@@ -10305,7 +10305,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleSettings": "Microsoft.Azure.Commands.CosmosDB.Models.PSAutoscaleSettingsResource",
"Throughput": "System.Int32",
@@ -10400,7 +10400,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -10579,7 +10579,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -10654,7 +10654,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -10739,7 +10739,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -10934,7 +10934,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -11040,7 +11040,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleSettings": "Microsoft.Azure.Commands.CosmosDB.Models.PSAutoscaleSettingsResource",
"Throughput": "System.Int32",
@@ -11126,7 +11126,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -11321,7 +11321,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -11427,7 +11427,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableSqlContainerGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Container": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableSqlContainerPropertiesResourceContainer",
"Id": "System.String",
@@ -11516,7 +11516,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableSqlDatabaseGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Database": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableSqlDatabasePropertiesResourceDatabase",
"Name": "System.String",
@@ -11686,7 +11686,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableSqlDatabaseGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Database": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableSqlDatabasePropertiesResourceDatabase",
"Name": "System.String",
@@ -11781,7 +11781,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableSqlDatabaseGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Database": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableSqlDatabasePropertiesResourceDatabase",
"Name": "System.String",
@@ -11861,7 +11861,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableDatabaseAccountGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RestorableLocations": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableLocationResource[]",
"CreationTime": "System.Nullable`1[System.DateTime]",
@@ -11968,7 +11968,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableDatabaseAccountGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RestorableLocations": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableLocationResource[]",
"CreationTime": "System.Nullable`1[System.DateTime]",
@@ -12063,7 +12063,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseToRestore, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "ToSDKModel",
@@ -12167,7 +12167,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableDatabaseAccountGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RestorableLocations": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableLocationResource[]",
"CreationTime": "System.Nullable`1[System.DateTime]",
@@ -12304,7 +12304,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableDatabaseAccountGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RestorableLocations": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableLocationResource[]",
"CreationTime": "System.Nullable`1[System.DateTime]",
@@ -12428,7 +12428,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleAssignmentGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String",
"Scope": "System.String",
@@ -12512,7 +12512,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -12707,7 +12707,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -12813,7 +12813,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.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]",
@@ -12898,7 +12898,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -13093,7 +13093,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -13199,7 +13199,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlStoredProcedureGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlStoredProcedureGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -13302,7 +13302,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -13496,7 +13496,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -13571,7 +13571,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlTriggerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlTriggerGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -13674,7 +13674,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -13868,7 +13868,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -13943,7 +13943,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUserDefinedFunctionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUserDefinedFunctionGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -14046,7 +14046,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -14240,7 +14240,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -14315,7 +14315,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -14400,7 +14400,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -14595,7 +14595,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -14701,7 +14701,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.Restore.PSTableBackupInformation, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LatestRestorableTimestamp": "System.String"
},
@@ -14976,7 +14976,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTablesToRestore, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "ToSDKModel",
@@ -15076,7 +15076,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableDatabaseAccountGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RestorableLocations": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableLocationResource[]",
"CreationTime": "System.Nullable`1[System.DateTime]",
@@ -15213,7 +15213,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableDatabaseAccountGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RestorableLocations": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableLocationResource[]",
"CreationTime": "System.Nullable`1[System.DateTime]",
@@ -15337,7 +15337,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableTableGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String",
"Name": "System.String",
@@ -15416,7 +15416,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableTableGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String",
"Name": "System.String",
@@ -15570,7 +15570,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableTableGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String",
"Name": "System.String",
@@ -15664,7 +15664,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleSettings": "Microsoft.Azure.Commands.CosmosDB.Models.PSAutoscaleSettingsResource",
"Throughput": "System.Int32",
@@ -15750,7 +15750,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -15945,7 +15945,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -16051,7 +16051,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResourceProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -16136,7 +16136,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResourceProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -16285,7 +16285,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResourceProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -16376,7 +16376,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDataCenterResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.CosmosDB.Models.PSDataCenterResourceProperties",
"Name": "System.String",
@@ -16468,7 +16468,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDataCenterResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.CosmosDB.Models.PSDataCenterResourceProperties",
"Name": "System.String",
@@ -16482,7 +16482,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResourceProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -16646,7 +16646,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDataCenterResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.CosmosDB.Models.PSDataCenterResourceProperties",
"Name": "System.String",
@@ -16697,7 +16697,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResourceProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -16788,7 +16788,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleSettings": "Microsoft.Azure.Commands.CosmosDB.Models.PSAutoscaleSettingsResource",
"Throughput": "System.Int32",
@@ -16856,7 +16856,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -16903,7 +16903,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -17033,7 +17033,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -17147,7 +17147,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -17328,7 +17328,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleSettings": "Microsoft.Azure.Commands.CosmosDB.Models.PSAutoscaleSettingsResource",
"Throughput": "System.Int32",
@@ -17405,7 +17405,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -17421,7 +17421,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraTableGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraTableGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -17657,7 +17657,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -17740,7 +17740,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraTableGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraTableGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -17830,7 +17830,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleSettings": "Microsoft.Azure.Commands.CosmosDB.Models.PSAutoscaleSettingsResource",
"Throughput": "System.Int32",
@@ -17898,7 +17898,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -17945,7 +17945,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -18075,7 +18075,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -18189,7 +18189,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -18370,7 +18370,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleSettings": "Microsoft.Azure.Commands.CosmosDB.Models.PSAutoscaleSettingsResource",
"Throughput": "System.Int32",
@@ -18447,7 +18447,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -18463,7 +18463,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -18699,7 +18699,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -18782,7 +18782,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -18872,7 +18872,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleSettings": "Microsoft.Azure.Commands.CosmosDB.Models.PSAutoscaleSettingsResource",
"Throughput": "System.Int32",
@@ -18949,7 +18949,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -18965,7 +18965,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -19201,7 +19201,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -19284,7 +19284,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -19374,7 +19374,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleSettings": "Microsoft.Azure.Commands.CosmosDB.Models.PSAutoscaleSettingsResource",
"Throughput": "System.Int32",
@@ -19442,7 +19442,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -19489,7 +19489,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -19619,7 +19619,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -19733,7 +19733,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -19914,7 +19914,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleSettings": "Microsoft.Azure.Commands.CosmosDB.Models.PSAutoscaleSettingsResource",
"Throughput": "System.Int32",
@@ -19991,7 +19991,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -20007,7 +20007,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -20243,7 +20243,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -20326,7 +20326,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -20416,7 +20416,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleSettings": "Microsoft.Azure.Commands.CosmosDB.Models.PSAutoscaleSettingsResource",
"Throughput": "System.Int32",
@@ -20484,7 +20484,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -20531,7 +20531,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -20661,7 +20661,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -20775,7 +20775,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -20956,7 +20956,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleSettings": "Microsoft.Azure.Commands.CosmosDB.Models.PSAutoscaleSettingsResource",
"Throughput": "System.Int32",
@@ -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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -21071,7 +21071,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -21201,7 +21201,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -21315,7 +21315,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -21496,7 +21496,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -21661,7 +21661,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSLocation[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSLocation"
},
"ValidateNotNullOrEmpty": true
@@ -21761,7 +21761,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSVirtualNetworkRule"
},
"ValidateNotNullOrEmpty": true
@@ -22030,7 +22030,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSLocation[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSLocation"
},
"ValidateNotNullOrEmpty": true
@@ -22160,7 +22160,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSVirtualNetworkRule"
},
"ValidateNotNullOrEmpty": true
@@ -22584,7 +22584,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSLocation[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSLocation"
},
"ValidateNotNullOrEmpty": true
@@ -22714,7 +22714,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSVirtualNetworkRule"
},
"ValidateNotNullOrEmpty": true
@@ -23040,7 +23040,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -23350,7 +23350,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -23471,7 +23471,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterKey, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"OrderBy": "System.String"
@@ -23648,7 +23648,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSColumn, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String"
@@ -23825,7 +23825,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -23880,7 +23880,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ConflictingResourceException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Data": "System.Collections.IDictionary",
"InnerException": "System.Exception",
@@ -24024,7 +24024,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -24291,7 +24291,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -24433,7 +24433,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraSchema, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.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]",
@@ -24499,7 +24499,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSColumn[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSColumn"
},
"ValidateNotNullOrEmpty": true
@@ -24519,7 +24519,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterKey[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterKey"
},
"ValidateNotNullOrEmpty": true
@@ -24555,7 +24555,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSColumn[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSColumn"
},
"ValidateNotNullOrEmpty": true
@@ -24587,7 +24587,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterKey[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterKey"
},
"ValidateNotNullOrEmpty": true
@@ -24641,7 +24641,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraTableGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraTableGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -24696,7 +24696,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ConflictingResourceException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Data": "System.Collections.IDictionary",
"InnerException": "System.Exception",
@@ -24873,7 +24873,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraSchema, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.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]",
@@ -24887,7 +24887,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -25061,7 +25061,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraSchema, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.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]",
@@ -25199,7 +25199,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraSchema, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.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]",
@@ -25250,7 +25250,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -25359,7 +25359,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraSchema, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.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]",
@@ -25417,7 +25417,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlClientEncryptionKeyGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlClientEncryptionKeyGetPropertiesResource",
"Id": "System.String",
@@ -25521,7 +25521,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlKeyWrapMetadata, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -25536,7 +25536,7 @@
"Type": {
"Namespace": "Azure.Core.Cryptography",
"Name": "Azure.Core.Cryptography.IKeyEncryptionKeyResolver",
- "AssemblyQualifiedName": "Azure.Core.Cryptography.IKeyEncryptionKeyResolver, Azure.Core, Version=1.31.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8"
+ "AssemblyQualifiedName": "Azure.Core.Cryptography.IKeyEncryptionKeyResolver, Azure.Core, Version=1.33.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8"
},
"ValidateNotNullOrEmpty": false
},
@@ -25545,7 +25545,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -25665,7 +25665,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlKeyWrapMetadata, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -25686,7 +25686,7 @@
"Type": {
"Namespace": "Azure.Core.Cryptography",
"Name": "Azure.Core.Cryptography.IKeyEncryptionKeyResolver",
- "AssemblyQualifiedName": "Azure.Core.Cryptography.IKeyEncryptionKeyResolver, Azure.Core, Version=1.31.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8"
+ "AssemblyQualifiedName": "Azure.Core.Cryptography.IKeyEncryptionKeyResolver, Azure.Core, Version=1.33.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8"
},
"ValidateNotNullOrEmpty": false
},
@@ -25765,7 +25765,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlKeyWrapMetadata, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -25786,7 +25786,7 @@
"Type": {
"Namespace": "Azure.Core.Cryptography",
"Name": "Azure.Core.Cryptography.IKeyEncryptionKeyResolver",
- "AssemblyQualifiedName": "Azure.Core.Cryptography.IKeyEncryptionKeyResolver, Azure.Core, Version=1.31.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8"
+ "AssemblyQualifiedName": "Azure.Core.Cryptography.IKeyEncryptionKeyResolver, Azure.Core, Version=1.33.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8"
},
"ValidateNotNullOrEmpty": false
},
@@ -25832,7 +25832,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -25887,7 +25887,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlKeyWrapMetadata, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -25908,7 +25908,7 @@
"Type": {
"Namespace": "Azure.Core.Cryptography",
"Name": "Azure.Core.Cryptography.IKeyEncryptionKeyResolver",
- "AssemblyQualifiedName": "Azure.Core.Cryptography.IKeyEncryptionKeyResolver, Azure.Core, Version=1.31.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8"
+ "AssemblyQualifiedName": "Azure.Core.Cryptography.IKeyEncryptionKeyResolver, Azure.Core, Version=1.33.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8"
},
"ValidateNotNullOrEmpty": false
},
@@ -25961,7 +25961,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseToRestore, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "ToSDKModel",
@@ -26143,7 +26143,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCompositePath, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Path": "System.String",
"Order": "System.String"
@@ -26205,7 +26205,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCompositePath, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Path": "System.String",
"Order": "System.String"
@@ -26382,7 +26382,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSConflictResolutionPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Mode": "System.String",
"ConflictResolutionPath": "System.String",
@@ -26584,7 +26584,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -26639,7 +26639,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ConflictingResourceException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Data": "System.Collections.IDictionary",
"InnerException": "System.Exception",
@@ -26783,7 +26783,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -27050,7 +27050,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -27192,7 +27192,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseToRestore, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "ToSDKModel",
@@ -27374,7 +27374,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -27478,7 +27478,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.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]",
@@ -27562,7 +27562,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKeyPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"UniqueKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKey]"
}
@@ -27601,7 +27601,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSConflictResolutionPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Mode": "System.String",
"ConflictResolutionPath": "System.String",
@@ -27615,7 +27615,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -27717,7 +27717,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.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]",
@@ -27843,7 +27843,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKeyPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"UniqueKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKey]"
}
@@ -27906,7 +27906,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSConflictResolutionPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Mode": "System.String",
"ConflictResolutionPath": "System.String",
@@ -27972,7 +27972,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.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]",
@@ -28098,7 +28098,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKeyPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"UniqueKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKey]"
}
@@ -28161,7 +28161,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSConflictResolutionPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Mode": "System.String",
"ConflictResolutionPath": "System.String",
@@ -28212,7 +28212,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -28249,7 +28249,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.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]",
@@ -28375,7 +28375,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKeyPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"UniqueKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKey]"
}
@@ -28438,7 +28438,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSConflictResolutionPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Mode": "System.String",
"ConflictResolutionPath": "System.String",
@@ -28496,7 +28496,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSIncludedPath, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Indexes": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSIndexes]",
"Path": "System.String"
@@ -28558,7 +28558,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSIncludedPath, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Indexes": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSIndexes]",
"Path": "System.String"
@@ -28632,7 +28632,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexes[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexes"
},
"ValidateNotNullOrEmpty": true
@@ -28683,7 +28683,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexes[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexes"
},
"ValidateNotNullOrEmpty": true
@@ -28737,7 +28737,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexes, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Precision": "System.Nullable`1[System.Int32]",
"DataType": "System.String",
@@ -28800,7 +28800,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexes, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Precision": "System.Nullable`1[System.Int32]",
"DataType": "System.String",
@@ -29008,7 +29008,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.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]",
@@ -29077,7 +29077,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSIncludedPath[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSIncludedPath"
},
"ValidateNotNullOrEmpty": true
@@ -29087,7 +29087,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSpatialSpec[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSSpatialSpec"
},
"ValidateNotNullOrEmpty": true
@@ -29097,7 +29097,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCompositePath[][], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSCompositePath[]"
},
"ValidateNotNullOrEmpty": true
@@ -29164,7 +29164,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSIncludedPath[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSIncludedPath"
},
"ValidateNotNullOrEmpty": true
@@ -29180,7 +29180,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSpatialSpec[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSSpatialSpec"
},
"ValidateNotNullOrEmpty": true
@@ -29196,7 +29196,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCompositePath[][], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSCompositePath[]"
},
"ValidateNotNullOrEmpty": true
@@ -29299,7 +29299,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSpatialSpec, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Types": "System.Collections.Generic.IList`1[System.String]",
"Path": "System.String"
@@ -29361,7 +29361,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSpatialSpec, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Types": "System.Collections.Generic.IList`1[System.String]",
"Path": "System.String"
@@ -29540,7 +29540,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKey, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Paths": "System.Collections.Generic.IList`1[System.String]"
},
@@ -29591,7 +29591,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKey, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Paths": "System.Collections.Generic.IList`1[System.String]"
},
@@ -29735,7 +29735,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKeyPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"UniqueKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKey]"
},
@@ -29796,7 +29796,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKeyPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"UniqueKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKey]"
},
@@ -29850,7 +29850,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKey[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKey"
},
"ValidateNotNullOrEmpty": true
@@ -29886,7 +29886,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKey[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKey"
},
"ValidateNotNullOrEmpty": true
@@ -29940,7 +29940,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSLocation, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsZoneRedundant": "System.Nullable`1[System.Boolean]",
"FailoverPriority": "System.Nullable`1[System.Int32]",
@@ -30171,7 +30171,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -30226,7 +30226,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ConflictingResourceException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Data": "System.Collections.IDictionary",
"InnerException": "System.Exception",
@@ -30400,7 +30400,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex"
},
"ValidateNotNullOrEmpty": true
@@ -30410,7 +30410,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -30581,7 +30581,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex"
},
"ValidateNotNullOrEmpty": true
@@ -30712,7 +30712,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex"
},
"ValidateNotNullOrEmpty": true
@@ -30759,7 +30759,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -30865,7 +30865,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex"
},
"ValidateNotNullOrEmpty": true
@@ -30919,7 +30919,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -30974,7 +30974,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ConflictingResourceException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Data": "System.Collections.IDictionary",
"InnerException": "System.Exception",
@@ -31118,7 +31118,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -31385,7 +31385,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -31527,7 +31527,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Key": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndexKeys",
"Options": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndexOptions"
@@ -31742,7 +31742,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilege, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilegeResource",
"Actions": "System.Collections.Generic.IList`1[System.String]"
@@ -31807,7 +31807,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilegeResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Db": "System.String",
"Collection": "System.String"
@@ -31856,7 +31856,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilegeResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Db": "System.String",
"Collection": "System.String"
@@ -31929,7 +31929,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilegeResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Db": "System.String",
"Collection": "System.String"
@@ -32106,7 +32106,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Db": "System.String",
"Role": "System.String"
@@ -32283,7 +32283,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoDBRoleDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.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]",
@@ -32396,7 +32396,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilege[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilege"
},
"ValidateNotNullOrEmpty": false
@@ -32406,7 +32406,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole"
},
"ValidateNotNullOrEmpty": false
@@ -32416,7 +32416,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -32588,7 +32588,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilege[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilege"
},
"ValidateNotNullOrEmpty": false
@@ -32604,7 +32604,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole"
},
"ValidateNotNullOrEmpty": false
@@ -32711,7 +32711,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilege[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilege"
},
"ValidateNotNullOrEmpty": false
@@ -32727,7 +32727,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole"
},
"ValidateNotNullOrEmpty": false
@@ -32774,7 +32774,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -32887,7 +32887,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilege[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilege"
},
"ValidateNotNullOrEmpty": false
@@ -32903,7 +32903,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole"
},
"ValidateNotNullOrEmpty": false
@@ -32950,7 +32950,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -33063,7 +33063,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilege[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilege"
},
"ValidateNotNullOrEmpty": false
@@ -33079,7 +33079,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole"
},
"ValidateNotNullOrEmpty": false
@@ -33201,7 +33201,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilege[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilege"
},
"ValidateNotNullOrEmpty": false
@@ -33217,7 +33217,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole"
},
"ValidateNotNullOrEmpty": false
@@ -33271,7 +33271,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoDBUserDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Roles": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.Role]",
"Id": "System.String",
@@ -33394,7 +33394,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole"
]
@@ -33415,7 +33415,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -33602,7 +33602,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole"
]
@@ -33741,7 +33741,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole"
]
@@ -33805,7 +33805,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -33933,7 +33933,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole"
]
@@ -33997,7 +33997,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -34125,7 +34125,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole"
]
@@ -34279,7 +34279,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole"
]
@@ -34350,7 +34350,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSPermission, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DataActions": "System.Collections.Generic.IList`1[System.String]"
},
@@ -34529,7 +34529,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSServiceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CreationTime": "System.Nullable`1[System.DateTime]",
"InstanceCount": "System.Nullable`1[System.Int32]",
@@ -34632,7 +34632,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -34887,7 +34887,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -35023,7 +35023,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCompositePath, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Path": "System.String",
"Order": "System.String"
@@ -35200,7 +35200,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlConflictResolutionPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Mode": "System.String",
"ConflictResolutionPath": "System.String",
@@ -35392,7 +35392,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -35447,7 +35447,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ConflictingResourceException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Data": "System.Collections.IDictionary",
"InnerException": "System.Exception",
@@ -35576,7 +35576,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlIndexingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.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]",
@@ -35660,7 +35660,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKeyPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"UniqueKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKey]"
}
@@ -35699,7 +35699,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlConflictResolutionPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Mode": "System.String",
"ConflictResolutionPath": "System.String",
@@ -35713,7 +35713,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlClientEncryptionPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IncludedPaths": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSClientEncryptionIncludedPath]",
"PolicyFormatVersion": "System.Int32"
@@ -35738,7 +35738,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -35840,7 +35840,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlIndexingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.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]",
@@ -35966,7 +35966,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKeyPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"UniqueKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKey]"
}
@@ -36029,7 +36029,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlConflictResolutionPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Mode": "System.String",
"ConflictResolutionPath": "System.String",
@@ -36049,7 +36049,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlClientEncryptionPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IncludedPaths": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSClientEncryptionIncludedPath]",
"PolicyFormatVersion": "System.Int32"
@@ -36132,7 +36132,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlIndexingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.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]",
@@ -36258,7 +36258,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKeyPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"UniqueKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKey]"
}
@@ -36321,7 +36321,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlConflictResolutionPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Mode": "System.String",
"ConflictResolutionPath": "System.String",
@@ -36341,7 +36341,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlClientEncryptionPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IncludedPaths": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSClientEncryptionIncludedPath]",
"PolicyFormatVersion": "System.Int32"
@@ -36409,7 +36409,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -36446,7 +36446,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlIndexingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.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]",
@@ -36572,7 +36572,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKeyPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"UniqueKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKey]"
}
@@ -36635,7 +36635,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlConflictResolutionPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Mode": "System.String",
"ConflictResolutionPath": "System.String",
@@ -36655,7 +36655,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlClientEncryptionPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IncludedPaths": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSClientEncryptionIncludedPath]",
"PolicyFormatVersion": "System.Int32"
@@ -36730,7 +36730,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -36785,7 +36785,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ConflictingResourceException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Data": "System.Collections.IDictionary",
"InnerException": "System.Exception",
@@ -36929,7 +36929,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -37196,7 +37196,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -37338,7 +37338,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSIncludedPath, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Indexes": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSIndexes]",
"Path": "System.String"
@@ -37412,7 +37412,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexes[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexes"
},
"ValidateNotNullOrEmpty": true
@@ -37463,7 +37463,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexes[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexes"
},
"ValidateNotNullOrEmpty": true
@@ -37517,7 +37517,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexes, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Precision": "System.Nullable`1[System.Int32]",
"DataType": "System.String",
@@ -37725,7 +37725,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlIndexingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.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]",
@@ -37784,7 +37784,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSIncludedPath[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSIncludedPath"
},
"ValidateNotNullOrEmpty": true
@@ -37794,7 +37794,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSpatialSpec[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSSpatialSpec"
},
"ValidateNotNullOrEmpty": true
@@ -37804,7 +37804,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCompositePath[][], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSCompositePath[]"
},
"ValidateNotNullOrEmpty": true
@@ -37871,7 +37871,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSIncludedPath[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSIncludedPath"
},
"ValidateNotNullOrEmpty": true
@@ -37887,7 +37887,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSpatialSpec[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSSpatialSpec"
},
"ValidateNotNullOrEmpty": true
@@ -37903,7 +37903,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCompositePath[][], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSCompositePath[]"
},
"ValidateNotNullOrEmpty": true
@@ -38006,7 +38006,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleAssignmentGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String",
"Scope": "System.String",
@@ -38126,7 +38126,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.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]",
@@ -38486,7 +38486,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.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]",
@@ -38591,7 +38591,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.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]",
@@ -38718,7 +38718,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.CosmosDB.Models.PSPermission, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.CosmosDB.Models.PSPermission"
]
@@ -38730,7 +38730,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -38975,7 +38975,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.CosmosDB.Models.PSPermission, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.CosmosDB.Models.PSPermission"
]
@@ -39199,7 +39199,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -39346,7 +39346,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.CosmosDB.Models.PSPermission, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.CosmosDB.Models.PSPermission"
]
@@ -39364,7 +39364,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -39518,7 +39518,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSpatialSpec, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Types": "System.Collections.Generic.IList`1[System.String]",
"Path": "System.String"
@@ -39697,7 +39697,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlStoredProcedureGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlStoredProcedureGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -39752,7 +39752,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ConflictingResourceException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Data": "System.Collections.IDictionary",
"InnerException": "System.Exception",
@@ -39899,7 +39899,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -40123,7 +40123,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -40213,7 +40213,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlTriggerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlTriggerGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -40268,7 +40268,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ConflictingResourceException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Data": "System.Collections.IDictionary",
"InnerException": "System.Exception",
@@ -40433,7 +40433,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -40717,7 +40717,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -40837,7 +40837,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKey, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Paths": "System.Collections.Generic.IList`1[System.String]"
},
@@ -40981,7 +40981,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKeyPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"UniqueKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKey]"
},
@@ -41035,7 +41035,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKey[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKey"
},
"ValidateNotNullOrEmpty": true
@@ -41071,7 +41071,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKey[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKey"
},
"ValidateNotNullOrEmpty": true
@@ -41125,7 +41125,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUserDefinedFunctionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUserDefinedFunctionGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -41180,7 +41180,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ConflictingResourceException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Data": "System.Collections.IDictionary",
"InnerException": "System.Exception",
@@ -41327,7 +41327,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -41551,7 +41551,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -41641,7 +41641,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -41696,7 +41696,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ConflictingResourceException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Data": "System.Collections.IDictionary",
"InnerException": "System.Exception",
@@ -41840,7 +41840,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -42107,7 +42107,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -42249,7 +42249,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTablesToRestore, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "ToSDKModel",
@@ -42403,7 +42403,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSVirtualNetworkRule, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IgnoreMissingVNetServiceEndpoint": "System.Nullable`1[System.Boolean]",
"Id": "System.String"
@@ -42586,7 +42586,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResourceProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -42641,7 +42641,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ConflictingResourceException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Data": "System.Collections.IDictionary",
"InnerException": "System.Exception",
@@ -43411,7 +43411,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDataCenterResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.CosmosDB.Models.PSDataCenterResourceProperties",
"Name": "System.String",
@@ -43464,7 +43464,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ConflictingResourceException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Data": "System.Collections.IDictionary",
"InnerException": "System.Exception",
@@ -43575,7 +43575,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResourceProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -43885,7 +43885,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResourceProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -44353,7 +44353,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -44611,7 +44611,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -44843,7 +44843,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -44985,7 +44985,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -45165,7 +45165,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraTableGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraTableGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -45322,7 +45322,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraTableGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraTableGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -45493,7 +45493,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -45635,7 +45635,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -45815,7 +45815,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -45972,7 +45972,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -46152,7 +46152,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -46309,7 +46309,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -46480,7 +46480,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -46622,7 +46622,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -46783,7 +46783,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -46830,7 +46830,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoDBRoleDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.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]",
@@ -47034,7 +47034,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -47148,7 +47148,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoDBRoleDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.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]",
@@ -47279,7 +47279,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -47326,7 +47326,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoDBUserDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Roles": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.Role]",
"Id": "System.String",
@@ -47531,7 +47531,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -47645,7 +47645,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoDBUserDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Roles": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.Role]",
"Id": "System.String",
@@ -47787,7 +47787,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSServiceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CreationTime": "System.Nullable`1[System.DateTime]",
"InstanceCount": "System.Nullable`1[System.Int32]",
@@ -47990,7 +47990,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSServiceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CreationTime": "System.Nullable`1[System.DateTime]",
"InstanceCount": "System.Nullable`1[System.Int32]",
@@ -48139,7 +48139,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -48296,7 +48296,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -48467,7 +48467,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -48609,7 +48609,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -48770,7 +48770,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleAssignmentGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String",
"Scope": "System.String",
@@ -48785,7 +48785,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -48973,7 +48973,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -49072,7 +49072,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleAssignmentGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String",
"Scope": "System.String",
@@ -49232,7 +49232,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.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]",
@@ -49248,7 +49248,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -49436,7 +49436,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -49535,7 +49535,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.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]",
@@ -49724,7 +49724,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlStoredProcedureGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlStoredProcedureGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -49896,7 +49896,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlStoredProcedureGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlStoredProcedureGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -50085,7 +50085,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlTriggerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlTriggerGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -50257,7 +50257,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlTriggerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlTriggerGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -50446,7 +50446,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUserDefinedFunctionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUserDefinedFunctionGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -50618,7 +50618,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUserDefinedFunctionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUserDefinedFunctionGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -50789,7 +50789,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -50931,7 +50931,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -51102,7 +51102,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResourceProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -51329,7 +51329,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResourceProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -51539,7 +51539,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDataCenterResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.CosmosDB.Models.PSDataCenterResourceProperties",
"Name": "System.String",
@@ -51571,7 +51571,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResourceProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -51795,7 +51795,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDataCenterResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.CosmosDB.Models.PSDataCenterResourceProperties",
"Name": "System.String",
@@ -51937,7 +51937,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResourceProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -52027,7 +52027,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -52161,7 +52161,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseToRestore[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseToRestore"
},
"ValidateNotNullOrEmpty": false
@@ -52171,7 +52171,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseToRestore[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseToRestore"
},
"ValidateNotNullOrEmpty": false
@@ -52181,7 +52181,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTablesToRestore, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -52270,7 +52270,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseToRestore[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseToRestore"
},
"ValidateNotNullOrEmpty": false
@@ -52286,7 +52286,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseToRestore[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseToRestore"
},
"ValidateNotNullOrEmpty": false
@@ -52302,7 +52302,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTablesToRestore, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -52438,7 +52438,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseToRestore[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseToRestore"
},
"ValidateNotNullOrEmpty": false
@@ -52454,7 +52454,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseToRestore[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseToRestore"
},
"ValidateNotNullOrEmpty": false
@@ -52470,7 +52470,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTablesToRestore, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -52538,7 +52538,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -52636,7 +52636,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -52811,7 +52811,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSVirtualNetworkRule"
},
"ValidateNotNullOrEmpty": true
@@ -53171,7 +53171,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSVirtualNetworkRule"
},
"ValidateNotNullOrEmpty": true
@@ -53441,7 +53441,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -53664,7 +53664,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSVirtualNetworkRule"
},
"ValidateNotNullOrEmpty": true
@@ -54104,7 +54104,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSVirtualNetworkRule"
},
"ValidateNotNullOrEmpty": true
@@ -54574,7 +54574,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSVirtualNetworkRule"
},
"ValidateNotNullOrEmpty": true
@@ -54851,7 +54851,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -54977,7 +54977,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -55290,7 +55290,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -55412,7 +55412,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -55529,7 +55529,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSLocation[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSLocation"
},
"ValidateNotNullOrEmpty": false
@@ -55548,7 +55548,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -55676,7 +55676,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSLocation[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSLocation"
},
"ValidateNotNullOrEmpty": false
@@ -55754,7 +55754,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSLocation[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSLocation"
},
"ValidateNotNullOrEmpty": false
@@ -55847,7 +55847,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSLocation[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSLocation"
},
"ValidateNotNullOrEmpty": false
@@ -55909,7 +55909,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -55978,7 +55978,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSLocation[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSLocation"
},
"ValidateNotNullOrEmpty": false
@@ -56047,7 +56047,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -56102,7 +56102,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ResourceNotFoundException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Data": "System.Collections.IDictionary",
"InnerException": "System.Exception",
@@ -56246,7 +56246,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -56293,7 +56293,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -56529,7 +56529,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -56664,7 +56664,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -56775,7 +56775,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleSettings": "Microsoft.Azure.Commands.CosmosDB.Models.PSAutoscaleSettingsResource",
"Throughput": "System.Int32",
@@ -56843,7 +56843,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -56890,7 +56890,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -57056,7 +57056,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -57191,7 +57191,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -57414,7 +57414,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraTableGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraTableGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -57469,7 +57469,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ResourceNotFoundException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Data": "System.Collections.IDictionary",
"InnerException": "System.Exception",
@@ -57646,7 +57646,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraSchema, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.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]",
@@ -57660,7 +57660,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -57676,7 +57676,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraTableGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraTableGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -57850,7 +57850,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraSchema, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.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]",
@@ -57988,7 +57988,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraSchema, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.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]",
@@ -58039,7 +58039,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -58148,7 +58148,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraSchema, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.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]",
@@ -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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraTableGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraTableGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -58308,7 +58308,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraSchema, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.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]",
@@ -58366,7 +58366,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleSettings": "Microsoft.Azure.Commands.CosmosDB.Models.PSAutoscaleSettingsResource",
"Throughput": "System.Int32",
@@ -58443,7 +58443,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -58459,7 +58459,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraTableGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraTableGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -58752,7 +58752,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -58856,7 +58856,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraTableGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraTableGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -58967,7 +58967,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlClientEncryptionKeyGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlClientEncryptionKeyGetPropertiesResource",
"Id": "System.String",
@@ -59062,7 +59062,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlKeyWrapMetadata, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -59077,7 +59077,7 @@
"Type": {
"Namespace": "Azure.Core.Cryptography",
"Name": "Azure.Core.Cryptography.IKeyEncryptionKeyResolver",
- "AssemblyQualifiedName": "Azure.Core.Cryptography.IKeyEncryptionKeyResolver, Azure.Core, Version=1.31.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8"
+ "AssemblyQualifiedName": "Azure.Core.Cryptography.IKeyEncryptionKeyResolver, Azure.Core, Version=1.33.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8"
},
"ValidateNotNullOrEmpty": false
},
@@ -59086,7 +59086,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -59102,7 +59102,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlClientEncryptionKeyGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlClientEncryptionKeyGetPropertiesResource",
"Id": "System.String",
@@ -59205,7 +59205,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlKeyWrapMetadata, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -59226,7 +59226,7 @@
"Type": {
"Namespace": "Azure.Core.Cryptography",
"Name": "Azure.Core.Cryptography.IKeyEncryptionKeyResolver",
- "AssemblyQualifiedName": "Azure.Core.Cryptography.IKeyEncryptionKeyResolver, Azure.Core, Version=1.31.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8"
+ "AssemblyQualifiedName": "Azure.Core.Cryptography.IKeyEncryptionKeyResolver, Azure.Core, Version=1.33.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8"
},
"ValidateNotNullOrEmpty": false
},
@@ -59290,7 +59290,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -59312,7 +59312,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlKeyWrapMetadata, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -59333,7 +59333,7 @@
"Type": {
"Namespace": "Azure.Core.Cryptography",
"Name": "Azure.Core.Cryptography.IKeyEncryptionKeyResolver",
- "AssemblyQualifiedName": "Azure.Core.Cryptography.IKeyEncryptionKeyResolver, Azure.Core, Version=1.31.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8"
+ "AssemblyQualifiedName": "Azure.Core.Cryptography.IKeyEncryptionKeyResolver, Azure.Core, Version=1.33.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8"
},
"ValidateNotNullOrEmpty": false
},
@@ -59379,7 +59379,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlKeyWrapMetadata, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -59400,7 +59400,7 @@
"Type": {
"Namespace": "Azure.Core.Cryptography",
"Name": "Azure.Core.Cryptography.IKeyEncryptionKeyResolver",
- "AssemblyQualifiedName": "Azure.Core.Cryptography.IKeyEncryptionKeyResolver, Azure.Core, Version=1.31.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8"
+ "AssemblyQualifiedName": "Azure.Core.Cryptography.IKeyEncryptionKeyResolver, Azure.Core, Version=1.33.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8"
},
"ValidateNotNullOrEmpty": false
},
@@ -59446,7 +59446,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlClientEncryptionKeyGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlClientEncryptionKeyGetPropertiesResource",
"Id": "System.String",
@@ -59466,7 +59466,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlKeyWrapMetadata, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -59487,7 +59487,7 @@
"Type": {
"Namespace": "Azure.Core.Cryptography",
"Name": "Azure.Core.Cryptography.IKeyEncryptionKeyResolver",
- "AssemblyQualifiedName": "Azure.Core.Cryptography.IKeyEncryptionKeyResolver, Azure.Core, Version=1.31.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8"
+ "AssemblyQualifiedName": "Azure.Core.Cryptography.IKeyEncryptionKeyResolver, Azure.Core, Version=1.33.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8"
},
"ValidateNotNullOrEmpty": false
},
@@ -59540,7 +59540,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -59595,7 +59595,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ResourceNotFoundException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Data": "System.Collections.IDictionary",
"InnerException": "System.Exception",
@@ -59739,7 +59739,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -59786,7 +59786,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -60022,7 +60022,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -60157,7 +60157,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -60268,7 +60268,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleSettings": "Microsoft.Azure.Commands.CosmosDB.Models.PSAutoscaleSettingsResource",
"Throughput": "System.Int32",
@@ -60336,7 +60336,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -60383,7 +60383,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -60549,7 +60549,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -60684,7 +60684,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -60907,7 +60907,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -60962,7 +60962,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ResourceNotFoundException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Data": "System.Collections.IDictionary",
"InnerException": "System.Exception",
@@ -61091,7 +61091,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.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]",
@@ -61175,7 +61175,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKeyPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"UniqueKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKey]"
}
@@ -61214,7 +61214,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSConflictResolutionPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Mode": "System.String",
"ConflictResolutionPath": "System.String",
@@ -61228,7 +61228,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -61244,7 +61244,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -61346,7 +61346,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.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]",
@@ -61472,7 +61472,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKeyPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"UniqueKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKey]"
}
@@ -61535,7 +61535,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSConflictResolutionPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Mode": "System.String",
"ConflictResolutionPath": "System.String",
@@ -61601,7 +61601,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.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]",
@@ -61727,7 +61727,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKeyPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"UniqueKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKey]"
}
@@ -61790,7 +61790,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSConflictResolutionPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Mode": "System.String",
"ConflictResolutionPath": "System.String",
@@ -61841,7 +61841,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -61878,7 +61878,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.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]",
@@ -62004,7 +62004,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKeyPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"UniqueKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKey]"
}
@@ -62067,7 +62067,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSConflictResolutionPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Mode": "System.String",
"ConflictResolutionPath": "System.String",
@@ -62118,7 +62118,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -62155,7 +62155,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.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]",
@@ -62281,7 +62281,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKeyPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"UniqueKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKey]"
}
@@ -62344,7 +62344,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSConflictResolutionPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Mode": "System.String",
"ConflictResolutionPath": "System.String",
@@ -62402,7 +62402,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleSettings": "Microsoft.Azure.Commands.CosmosDB.Models.PSAutoscaleSettingsResource",
"Throughput": "System.Int32",
@@ -62479,7 +62479,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -62495,7 +62495,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -62788,7 +62788,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -62892,7 +62892,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -63003,7 +63003,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -63058,7 +63058,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ResourceNotFoundException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Data": "System.Collections.IDictionary",
"InnerException": "System.Exception",
@@ -63232,7 +63232,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex"
},
"ValidateNotNullOrEmpty": true
@@ -63242,7 +63242,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -63258,7 +63258,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -63429,7 +63429,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex"
},
"ValidateNotNullOrEmpty": true
@@ -63560,7 +63560,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex"
},
"ValidateNotNullOrEmpty": true
@@ -63607,7 +63607,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -63713,7 +63713,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex"
},
"ValidateNotNullOrEmpty": true
@@ -63760,7 +63760,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -63866,7 +63866,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex"
},
"ValidateNotNullOrEmpty": true
@@ -63920,7 +63920,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleSettings": "Microsoft.Azure.Commands.CosmosDB.Models.PSAutoscaleSettingsResource",
"Throughput": "System.Int32",
@@ -63997,7 +63997,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -64013,7 +64013,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -64306,7 +64306,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -64410,7 +64410,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -64521,7 +64521,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -64576,7 +64576,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ResourceNotFoundException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Data": "System.Collections.IDictionary",
"InnerException": "System.Exception",
@@ -64720,7 +64720,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -64767,7 +64767,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -65003,7 +65003,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -65138,7 +65138,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -65249,7 +65249,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleSettings": "Microsoft.Azure.Commands.CosmosDB.Models.PSAutoscaleSettingsResource",
"Throughput": "System.Int32",
@@ -65317,7 +65317,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -65364,7 +65364,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -65530,7 +65530,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -65665,7 +65665,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -65888,7 +65888,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -66000,7 +66000,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilege, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilege"
]
@@ -66012,7 +66012,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole"
]
@@ -66024,7 +66024,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -66071,7 +66071,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoDBRoleDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.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]",
@@ -66204,7 +66204,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilege, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilege"
]
@@ -66222,7 +66222,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole"
]
@@ -66331,7 +66331,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilege, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilege"
]
@@ -66349,7 +66349,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole"
]
@@ -66398,7 +66398,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -66511,7 +66511,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilege, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilege"
]
@@ -66529,7 +66529,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole"
]
@@ -66578,7 +66578,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoDBRoleDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.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]",
@@ -66661,7 +66661,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilege, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilege"
]
@@ -66679,7 +66679,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole"
]
@@ -66735,7 +66735,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoDBUserDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Roles": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.Role]",
"Id": "System.String",
@@ -66858,7 +66858,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole"
]
@@ -66879,7 +66879,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -66926,7 +66926,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoDBUserDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Roles": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.Role]",
"Id": "System.String",
@@ -67075,7 +67075,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole"
]
@@ -67214,7 +67214,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole"
]
@@ -67278,7 +67278,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -67406,7 +67406,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole"
]
@@ -67470,7 +67470,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoDBUserDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Roles": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.Role]",
"Id": "System.String",
@@ -67569,7 +67569,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole"
]
@@ -67640,7 +67640,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -67695,7 +67695,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ResourceNotFoundException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Data": "System.Collections.IDictionary",
"InnerException": "System.Exception",
@@ -67824,7 +67824,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlIndexingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.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]",
@@ -67908,7 +67908,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKeyPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"UniqueKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKey]"
}
@@ -67947,7 +67947,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlConflictResolutionPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Mode": "System.String",
"ConflictResolutionPath": "System.String",
@@ -67961,7 +67961,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -67989,7 +67989,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -68091,7 +68091,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlIndexingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.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]",
@@ -68217,7 +68217,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKeyPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"UniqueKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKey]"
}
@@ -68280,7 +68280,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlConflictResolutionPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Mode": "System.String",
"ConflictResolutionPath": "System.String",
@@ -68364,7 +68364,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlIndexingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.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]",
@@ -68490,7 +68490,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKeyPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"UniqueKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKey]"
}
@@ -68553,7 +68553,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlConflictResolutionPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Mode": "System.String",
"ConflictResolutionPath": "System.String",
@@ -68622,7 +68622,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -68659,7 +68659,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlIndexingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.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]",
@@ -68785,7 +68785,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKeyPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"UniqueKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKey]"
}
@@ -68848,7 +68848,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlConflictResolutionPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Mode": "System.String",
"ConflictResolutionPath": "System.String",
@@ -68917,7 +68917,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -68954,7 +68954,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlIndexingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.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]",
@@ -69080,7 +69080,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKeyPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"UniqueKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKey]"
}
@@ -69143,7 +69143,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlConflictResolutionPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Mode": "System.String",
"ConflictResolutionPath": "System.String",
@@ -69219,7 +69219,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleSettings": "Microsoft.Azure.Commands.CosmosDB.Models.PSAutoscaleSettingsResource",
"Throughput": "System.Int32",
@@ -69296,7 +69296,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -69312,7 +69312,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -69605,7 +69605,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -69709,7 +69709,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -69820,7 +69820,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -69875,7 +69875,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ResourceNotFoundException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Data": "System.Collections.IDictionary",
"InnerException": "System.Exception",
@@ -70019,7 +70019,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -70066,7 +70066,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -70302,7 +70302,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -70437,7 +70437,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -70548,7 +70548,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleSettings": "Microsoft.Azure.Commands.CosmosDB.Models.PSAutoscaleSettingsResource",
"Throughput": "System.Int32",
@@ -70616,7 +70616,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -70663,7 +70663,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -70829,7 +70829,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -70964,7 +70964,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -71187,7 +71187,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.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]",
@@ -71242,7 +71242,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ResourceNotFoundException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Data": "System.Collections.IDictionary",
"InnerException": "System.Exception",
@@ -71398,7 +71398,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.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]",
@@ -71414,7 +71414,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleAssignmentGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String",
"Scope": "System.String",
@@ -71636,7 +71636,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.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]",
@@ -71689,7 +71689,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleAssignmentGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String",
"Scope": "System.String",
@@ -71779,7 +71779,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.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]",
@@ -71834,7 +71834,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ResourceNotFoundException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Data": "System.Collections.IDictionary",
"InnerException": "System.Exception",
@@ -71984,7 +71984,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.CosmosDB.Models.PSPermission, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.CosmosDB.Models.PSPermission"
]
@@ -72008,7 +72008,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -72055,7 +72055,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.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]",
@@ -72190,7 +72190,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.CosmosDB.Models.PSPermission, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.CosmosDB.Models.PSPermission"
]
@@ -72320,7 +72320,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.CosmosDB.Models.PSPermission, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.CosmosDB.Models.PSPermission"
]
@@ -72356,7 +72356,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -72440,7 +72440,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.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]",
@@ -72531,7 +72531,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlStoredProcedureGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlStoredProcedureGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -72586,7 +72586,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ResourceNotFoundException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Data": "System.Collections.IDictionary",
"InnerException": "System.Exception",
@@ -72733,7 +72733,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -72749,7 +72749,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlStoredProcedureGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlStoredProcedureGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -72973,7 +72973,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -73056,7 +73056,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlStoredProcedureGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlStoredProcedureGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -73146,7 +73146,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlTriggerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlTriggerGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -73201,7 +73201,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ResourceNotFoundException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Data": "System.Collections.IDictionary",
"InnerException": "System.Exception",
@@ -73366,7 +73366,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -73382,7 +73382,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlTriggerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlTriggerGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -73666,7 +73666,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -73779,7 +73779,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlTriggerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlTriggerGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -73899,7 +73899,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUserDefinedFunctionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUserDefinedFunctionGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -73954,7 +73954,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ResourceNotFoundException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Data": "System.Collections.IDictionary",
"InnerException": "System.Exception",
@@ -74101,7 +74101,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -74117,7 +74117,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUserDefinedFunctionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUserDefinedFunctionGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -74341,7 +74341,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -74424,7 +74424,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUserDefinedFunctionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUserDefinedFunctionGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -74514,7 +74514,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -74569,7 +74569,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ResourceNotFoundException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Data": "System.Collections.IDictionary",
"InnerException": "System.Exception",
@@ -74713,7 +74713,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -74760,7 +74760,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -74996,7 +74996,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -75131,7 +75131,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -75242,7 +75242,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleSettings": "Microsoft.Azure.Commands.CosmosDB.Models.PSAutoscaleSettingsResource",
"Throughput": "System.Int32",
@@ -75310,7 +75310,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -75357,7 +75357,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -75523,7 +75523,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -75658,7 +75658,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -75881,7 +75881,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResourceProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -75948,7 +75948,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResourceProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -76264,7 +76264,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResourceProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -76803,7 +76803,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDataCenterResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.CosmosDB.Models.PSDataCenterResourceProperties",
"Name": "System.String",
@@ -76868,7 +76868,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDataCenterResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.CosmosDB.Models.PSDataCenterResourceProperties",
"Name": "System.String",
@@ -76882,7 +76882,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResourceProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -77075,7 +77075,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDataCenterResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.CosmosDB.Models.PSDataCenterResourceProperties",
"Name": "System.String",
@@ -77174,7 +77174,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResourceProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -77518,7 +77518,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SchemaType": "System.String"
},
@@ -77571,7 +77571,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.AnalyticalStorageConfiguration, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SchemaType": "System.String"
},
@@ -77622,7 +77622,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ServerVersion": "System.String"
},
@@ -77665,7 +77665,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSBackupPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupPolicyMigrationState": "Microsoft.Azure.Commands.CosmosDB.Models.PSBackupPolicyMigrationState",
"BackupIntervalInMinutes": "System.Nullable`1[System.Int32]",
@@ -77720,7 +77720,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSBackupPolicyMigrationState, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"StartTime": "System.Nullable`1[System.DateTime]",
"TargetType": "System.String",
@@ -77785,7 +77785,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.BackupPolicyMigrationState, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"StartTime": "System.Nullable`1[System.DateTime]",
"TargetType": "System.String",
@@ -77849,7 +77849,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.BackupPolicy, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"MigrationState": "Microsoft.Azure.Management.CosmosDB.Models.BackupPolicyMigrationState"
},
@@ -77895,7 +77895,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSRestoreParameters, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DatabasesToRestore": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseToRestore[]",
"GremlinDatabasesToRestore": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseToRestore[]",
@@ -77949,13 +77949,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseToRestore[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseToRestore, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "ToSDKModel",
@@ -78015,7 +78015,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.DatabaseRestoreResource, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CollectionNames": "System.Collections.Generic.IList`1[System.String]",
"DatabaseName": "System.String"
@@ -78074,13 +78074,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseToRestore[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseToRestore, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "ToSDKModel",
@@ -78140,7 +78140,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.GremlinDatabaseRestoreResource, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"GraphNames": "System.Collections.Generic.IList`1[System.String]",
"DatabaseName": "System.String"
@@ -78191,7 +78191,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTablesToRestore, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "ToSDKModel",
@@ -78255,7 +78255,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.RestoreParameters, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.11.1.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]",
@@ -78326,7 +78326,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CosmosDB.Models.DatabaseRestoreResource, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.CosmosDB.Models.DatabaseRestoreResource"
]
@@ -78334,7 +78334,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CosmosDB.Models.GremlinDatabaseRestoreResource, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.CosmosDB.Models.GremlinDatabaseRestoreResource"
]
@@ -78342,7 +78342,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.ConsistencyPolicy, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DefaultConsistencyLevel": "Microsoft.Azure.Management.CosmosDB.Models.DefaultConsistencyLevel",
"MaxIntervalInSeconds": "System.Nullable`1[System.Int32]",
@@ -78402,7 +78402,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.DefaultConsistencyLevel, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -78516,7 +78516,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CosmosDB.Models.Capability, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.CosmosDB.Models.Capability"
]
@@ -78524,7 +78524,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.Capability, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String"
},
@@ -78570,7 +78570,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CosmosDB.Models.FailoverPolicy, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.CosmosDB.Models.FailoverPolicy"
]
@@ -78578,7 +78578,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.FailoverPolicy, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FailoverPriority": "System.Nullable`1[System.Int32]",
"LocationName": "System.String",
@@ -78638,7 +78638,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CosmosDB.Models.IpAddressOrRange, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.CosmosDB.Models.IpAddressOrRange"
]
@@ -78646,7 +78646,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.IpAddressOrRange, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IpAddressOrRangeProperty": "System.String"
},
@@ -78692,7 +78692,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CosmosDB.Models.Location, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.CosmosDB.Models.Location"
]
@@ -78700,7 +78700,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.Location, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsZoneRedundant": "System.Nullable`1[System.Boolean]",
"FailoverPriority": "System.Nullable`1[System.Int32]",
@@ -78783,7 +78783,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CosmosDB.Models.PrivateEndpointConnection, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.CosmosDB.Models.PrivateEndpointConnection"
]
@@ -78791,7 +78791,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PrivateEndpointConnection, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PrivateEndpoint": "Microsoft.Azure.Management.CosmosDB.Models.PrivateEndpointProperty",
"PrivateLinkServiceConnectionState": "Microsoft.Azure.Management.CosmosDB.Models.PrivateLinkServiceConnectionStateProperty",
@@ -78867,7 +78867,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PrivateEndpointProperty, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String"
},
@@ -78913,7 +78913,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PrivateLinkServiceConnectionStateProperty, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Status": "System.String",
"Description": "System.String",
@@ -78969,7 +78969,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CosmosDB.Models.VirtualNetworkRule, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.CosmosDB.Models.VirtualNetworkRule"
]
@@ -78977,7 +78977,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.VirtualNetworkRule, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IgnoreMissingVNetServiceEndpoint": "System.Nullable`1[System.Boolean]",
"Id": "System.String"
@@ -79028,7 +79028,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.CosmosDB.Models.DatabaseAccountOfferType, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.CosmosDB.Models.DatabaseAccountOfferType"
]
@@ -79036,7 +79036,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.DatabaseAccountOfferType, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -79123,7 +79123,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.CosmosDB.Models.NetworkAclBypass, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.CosmosDB.Models.NetworkAclBypass"
]
@@ -79131,7 +79131,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.NetworkAclBypass, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -79334,7 +79334,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetPropertiesResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"_ts": "System.Object",
"Id": "System.String",
@@ -79385,7 +79385,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSAutoscaleSettingsResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"MaxThroughput": "System.Int32",
"TargetMaxThroughput": "System.Nullable`1[System.Int32]"
@@ -79432,7 +79432,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraTableGetPropertiesResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Schema": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraSchema",
"DefaultTtl": "System.Nullable`1[System.Int32]",
@@ -79481,7 +79481,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraSchema, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.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]",
@@ -79539,7 +79539,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraPartitionKey, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraPartitionKey"
]
@@ -79547,7 +79547,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraPartitionKey, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String"
},
@@ -79603,7 +79603,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.CassandraPartitionKey, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String"
},
@@ -79649,7 +79649,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.CosmosDB.Models.PSClusterKey, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.CosmosDB.Models.PSClusterKey"
]
@@ -79657,7 +79657,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterKey, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"OrderBy": "System.String"
@@ -79714,7 +79714,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.ClusterKey, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"OrderBy": "System.String"
@@ -79765,7 +79765,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.CosmosDB.Models.PSColumn, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.CosmosDB.Models.PSColumn"
]
@@ -79773,7 +79773,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSColumn, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String"
@@ -79830,7 +79830,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.Column, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String"
@@ -79881,7 +79881,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.CassandraSchema, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.11.1.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]",
@@ -79937,7 +79937,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CosmosDB.Models.CassandraPartitionKey, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.CosmosDB.Models.CassandraPartitionKey"
]
@@ -79945,7 +79945,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CosmosDB.Models.ClusterKey, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.CosmosDB.Models.ClusterKey"
]
@@ -79953,7 +79953,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CosmosDB.Models.Column, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.CosmosDB.Models.Column"
]
@@ -79961,7 +79961,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlClientEncryptionKeyGetPropertiesResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyWrapMetaData": "Microsoft.Azure.Commands.CosmosDB.Models.PSKeyWrapMetadata",
"WrappedDataEncryptionKey": "System.Byte[]",
@@ -80013,7 +80013,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSKeyWrapMetadata, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -80072,7 +80072,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.KeyWrapMetadata, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -80133,7 +80133,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetPropertiesResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"_ts": "System.Object",
"Id": "System.String",
@@ -80184,7 +80184,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetPropertiesResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"_ts": "System.Object",
"Id": "System.String",
@@ -80230,7 +80230,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetPropertiesResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ConflictResolutionPolicy": "Microsoft.Azure.Commands.CosmosDB.Models.PSConflictResolutionPolicy",
"PartitionKey": "Microsoft.Azure.Commands.CosmosDB.Models.PSContainerPartitionKey",
@@ -80284,7 +80284,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSConflictResolutionPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Mode": "System.String",
"ConflictResolutionPath": "System.String",
@@ -80342,7 +80342,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.ConflictResolutionPolicy, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Mode": "System.String",
"ConflictResolutionPath": "System.String",
@@ -80398,7 +80398,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSContainerPartitionKey, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Paths": "System.Collections.Generic.IList`1[System.String]",
"Version": "System.Nullable`1[System.Int32]",
@@ -80446,7 +80446,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.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]",
@@ -80507,7 +80507,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.CosmosDB.Models.PSExcludedPath, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.CosmosDB.Models.PSExcludedPath"
]
@@ -80515,7 +80515,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSExcludedPath, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Path": "System.String"
},
@@ -80571,7 +80571,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.ExcludedPath, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Path": "System.String"
},
@@ -80617,7 +80617,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.CosmosDB.Models.PSIncludedPath, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.CosmosDB.Models.PSIncludedPath"
]
@@ -80625,7 +80625,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSIncludedPath, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Indexes": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSIndexes]",
"Path": "System.String"
@@ -80682,7 +80682,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.CosmosDB.Models.PSIndexes, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.CosmosDB.Models.PSIndexes"
]
@@ -80690,7 +80690,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexes, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Precision": "System.Nullable`1[System.Int32]",
"DataType": "System.String",
@@ -80748,7 +80748,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.Indexes, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Precision": "System.Nullable`1[System.Int32]",
"DataType": "System.String",
@@ -80804,7 +80804,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.IncludedPath, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Indexes": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.Indexes]",
"Path": "System.String"
@@ -80855,7 +80855,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CosmosDB.Models.Indexes, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.CosmosDB.Models.Indexes"
]
@@ -80863,7 +80863,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.CosmosDB.Models.PSSpatialSpec, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.CosmosDB.Models.PSSpatialSpec"
]
@@ -80871,7 +80871,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSpatialSpec, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Types": "System.Collections.Generic.IList`1[System.String]",
"Path": "System.String"
@@ -80928,7 +80928,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.SpatialSpec, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Types": "System.Collections.Generic.IList`1[System.String]",
"Path": "System.String"
@@ -80979,7 +80979,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.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.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSCompositePath]"
]
@@ -80987,7 +80987,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.CosmosDB.Models.PSCompositePath, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.CosmosDB.Models.PSCompositePath"
]
@@ -80995,7 +80995,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCompositePath, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Path": "System.String",
"Order": "System.String"
@@ -81052,7 +81052,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.CompositePath, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Path": "System.String",
"Order": "System.String"
@@ -81103,7 +81103,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.IndexingPolicy, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExcludedPaths": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.ExcludedPath]",
"IncludedPaths": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.IncludedPath]",
@@ -81174,7 +81174,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CosmosDB.Models.ExcludedPath, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.CosmosDB.Models.ExcludedPath"
]
@@ -81182,7 +81182,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CosmosDB.Models.IncludedPath, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.CosmosDB.Models.IncludedPath"
]
@@ -81190,7 +81190,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CosmosDB.Models.SpatialSpec, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.CosmosDB.Models.SpatialSpec"
]
@@ -81198,7 +81198,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.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.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.CompositePath]"
]
@@ -81206,7 +81206,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CosmosDB.Models.CompositePath, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.CosmosDB.Models.CompositePath"
]
@@ -81214,7 +81214,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKeyPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"UniqueKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKey]"
},
@@ -81270,7 +81270,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKey, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKey"
]
@@ -81278,7 +81278,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKey, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Paths": "System.Collections.Generic.IList`1[System.String]"
},
@@ -81324,7 +81324,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.UniqueKeyPolicy, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"UniqueKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.UniqueKey]"
},
@@ -81370,7 +81370,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CosmosDB.Models.UniqueKey, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.CosmosDB.Models.UniqueKey"
]
@@ -81378,7 +81378,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.UniqueKey, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Paths": "System.Collections.Generic.IList`1[System.String]"
},
@@ -81424,13 +81424,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableLocationResource[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableLocationResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CreationTime": "System.Nullable`1[System.DateTime]",
"DeletionTime": "System.Nullable`1[System.DateTime]",
@@ -81479,7 +81479,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSLocationProperties, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupStorageRedundancies": "System.Collections.Generic.IList`1[System.String]",
"SupportsAvailabilityZone": "System.Nullable`1[System.Boolean]",
@@ -81530,7 +81530,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetPropertiesResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.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]",
@@ -81579,7 +81579,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex"
]
@@ -81587,7 +81587,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Key": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndexKeys",
"Options": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndexOptions"
@@ -81644,7 +81644,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndexKeys, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Keys": "System.Collections.Generic.IList`1[System.String]"
},
@@ -81700,7 +81700,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.MongoIndexKeys, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Keys": "System.Collections.Generic.IList`1[System.String]"
},
@@ -81746,7 +81746,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndexOptions, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Unique": "System.Nullable`1[System.Boolean]",
"ExpireAfterSeconds": "System.Nullable`1[System.Int32]"
@@ -81803,7 +81803,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.MongoIndexOptions, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Unique": "System.Nullable`1[System.Boolean]",
"ExpireAfterSeconds": "System.Nullable`1[System.Int32]"
@@ -81854,7 +81854,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.MongoIndex, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Key": "Microsoft.Azure.Management.CosmosDB.Models.MongoIndexKeys",
"Options": "Microsoft.Azure.Management.CosmosDB.Models.MongoIndexOptions"
@@ -81905,7 +81905,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetPropertiesResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"_ts": "System.Object",
"Id": "System.String",
@@ -81954,7 +81954,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableSqlDatabasePropertiesResourceDatabase, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"_ts": "System.Object",
"Id": "System.String",
@@ -82006,7 +82006,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CosmosDB.Models.Privilege, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.CosmosDB.Models.Privilege"
]
@@ -82014,7 +82014,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.Privilege, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Management.CosmosDB.Models.PrivilegeResource",
"Actions": "System.Collections.Generic.IList`1[System.String]"
@@ -82065,7 +82065,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PrivilegeResource, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Db": "System.String",
"Collection": "System.String"
@@ -82116,7 +82116,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CosmosDB.Models.Role, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.CosmosDB.Models.Role"
]
@@ -82124,7 +82124,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.Role, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Db": "System.String",
"RoleProperty": "System.String"
@@ -82175,7 +82175,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetPropertiesResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ClientEncryptionPolicy": "Microsoft.Azure.Commands.CosmosDB.Models.PSClientEncryptionPolicy",
"ConflictResolutionPolicy": "Microsoft.Azure.Commands.CosmosDB.Models.PSConflictResolutionPolicy",
@@ -82231,7 +82231,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSClientEncryptionPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IncludedPaths": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSClientEncryptionIncludedPath]",
"PolicyFormatVersion": "System.Int32"
@@ -82292,7 +82292,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.CosmosDB.Models.PSClientEncryptionIncludedPath, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.CosmosDB.Models.PSClientEncryptionIncludedPath"
]
@@ -82300,7 +82300,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSClientEncryptionIncludedPath, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Path": "System.String",
"ClientEncryptionKeyId": "System.String",
@@ -82349,7 +82349,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.ClientEncryptionPolicy, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IncludedPaths": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.ClientEncryptionIncludedPath]",
"PolicyFormatVersion": "System.Int32"
@@ -82404,7 +82404,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CosmosDB.Models.ClientEncryptionIncludedPath, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.CosmosDB.Models.ClientEncryptionIncludedPath"
]
@@ -82412,7 +82412,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.ClientEncryptionIncludedPath, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Path": "System.String",
"ClientEncryptionKeyId": "System.String",
@@ -82477,7 +82477,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableSqlContainerPropertiesResourceContainer, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ConflictResolutionPolicy": "Microsoft.Azure.Commands.CosmosDB.Models.PSConflictResolutionPolicy",
"PartitionKey": "Microsoft.Azure.Commands.CosmosDB.Models.PSContainerPartitionKey",
@@ -82532,7 +82532,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CosmosDB.Models.Permission, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.CosmosDB.Models.Permission"
]
@@ -82540,7 +82540,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.Permission, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DataActions": "System.Collections.Generic.IList`1[System.String]",
"NotDataActions": "System.Collections.Generic.IList`1[System.String]"
@@ -82591,7 +82591,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlStoredProcedureGetPropertiesResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"_ts": "System.Object",
"Id": "System.String",
@@ -82641,7 +82641,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlTriggerGetPropertiesResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"_ts": "System.Object",
"Id": "System.String",
@@ -82693,7 +82693,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUserDefinedFunctionGetPropertiesResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"_ts": "System.Object",
"Id": "System.String",
@@ -82743,7 +82743,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableGetPropertiesResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"_ts": "System.Object",
"Id": "System.String",
@@ -82792,7 +82792,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResourceProperties, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.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]",
@@ -82849,7 +82849,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSeedNode, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IpAddress": "System.String"
},
@@ -82895,7 +82895,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.CosmosDB.Models.PSCertificate, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.CosmosDB.Models.PSCertificate"
]
@@ -82903,7 +82903,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCertificate, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Pem": "System.String"
},
@@ -82949,7 +82949,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.CosmosDB.Models.PSSeedNode, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.CosmosDB.Models.PSSeedNode"
]
@@ -82957,7 +82957,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDataCenterResourceProperties, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SeedNodes": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSSeedNode]",
"NodeCount": "System.Nullable`1[System.Int32]",
@@ -83005,7 +83005,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSLocation, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsZoneRedundant": "System.Nullable`1[System.Boolean]",
"FailoverPriority": "System.Nullable`1[System.Int32]",
@@ -83080,7 +83080,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSVirtualNetworkRule, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IgnoreMissingVNetServiceEndpoint": "System.Nullable`1[System.Boolean]",
"Id": "System.String"
@@ -83152,13 +83152,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCompositePath[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKey, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Paths": "System.Collections.Generic.IList`1[System.String]"
},
@@ -83204,7 +83204,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilegeResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Db": "System.String",
"Collection": "System.String"
@@ -83261,7 +83261,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilege, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilegeResource",
"Actions": "System.Collections.Generic.IList`1[System.String]"
@@ -83318,7 +83318,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Db": "System.String",
"Role": "System.String"
@@ -83375,7 +83375,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.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSPermission, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.11.1.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 921a0e9da69f..07861365132f 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.16.13",
+ "ModuleVersion": "1.17.0",
"Cmdlets": [
{
"VerbName": "Add",
@@ -16,7 +16,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Void",
- "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ParameterSets": [
"__AllParameterSets"
@@ -26,7 +26,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ParameterSets": [
"__AllParameterSets"
@@ -42,7 +42,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -51,7 +51,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -69,7 +69,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -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.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -100,7 +100,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -109,7 +109,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -147,7 +147,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -162,7 +162,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -177,7 +177,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -192,7 +192,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -256,7 +256,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -271,7 +271,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -286,7 +286,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -363,7 +363,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -378,7 +378,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -393,7 +393,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -507,7 +507,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTriggerSubscriptionStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTriggerSubscriptionStatus, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTriggerSubscriptionStatus, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"TriggerName": "System.String",
"Status": "System.String"
@@ -565,7 +565,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -574,7 +574,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactory.Models.Trigger",
"Name": "System.String",
@@ -592,7 +592,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -601,7 +601,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -610,7 +610,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -648,7 +648,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -663,7 +663,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -678,7 +678,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -724,7 +724,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactory.Models.Trigger",
"Name": "System.String",
@@ -779,7 +779,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -863,7 +863,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -923,7 +923,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -932,7 +932,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -967,7 +967,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -1013,7 +1013,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -1028,7 +1028,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -1081,7 +1081,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSActivityWindow",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSActivityWindow, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSActivityWindow, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"OutputDatasets": "System.Collections.Generic.IList`1[System.String]",
"InputDatasets": "System.Collections.Generic.IList`1[System.String]",
@@ -1161,7 +1161,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -1179,7 +1179,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -1188,7 +1188,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -1197,7 +1197,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -1206,7 +1206,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -1215,7 +1215,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -1224,7 +1224,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -1233,7 +1233,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -1242,7 +1242,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -1251,7 +1251,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.DateTime]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.DateTime"
]
@@ -1263,7 +1263,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.DateTime]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.DateTime"
]
@@ -1275,7 +1275,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.DateTime]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.DateTime"
]
@@ -1287,7 +1287,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.DateTime]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.DateTime"
]
@@ -1299,7 +1299,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Int32"
]
@@ -1311,7 +1311,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -1346,7 +1346,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -1370,7 +1370,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -1385,7 +1385,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -1400,7 +1400,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -1415,7 +1415,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -1430,7 +1430,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -1445,7 +1445,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -1460,7 +1460,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -1475,7 +1475,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.DateTime]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.DateTime"
]
@@ -1493,7 +1493,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.DateTime]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.DateTime"
]
@@ -1511,7 +1511,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.DateTime]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.DateTime"
]
@@ -1529,7 +1529,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.DateTime]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.DateTime"
]
@@ -1547,7 +1547,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Int32"
]
@@ -1596,7 +1596,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -1611,7 +1611,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -1626,7 +1626,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -1641,7 +1641,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -1656,7 +1656,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -1671,7 +1671,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -1686,7 +1686,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -1701,7 +1701,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -1716,7 +1716,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -1731,7 +1731,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.DateTime]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.DateTime"
]
@@ -1749,7 +1749,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.DateTime]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.DateTime"
]
@@ -1767,7 +1767,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.DateTime]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.DateTime"
]
@@ -1785,7 +1785,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.DateTime]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.DateTime"
]
@@ -1803,7 +1803,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Int32"
]
@@ -1852,7 +1852,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -1867,7 +1867,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -1882,7 +1882,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -1897,7 +1897,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -1912,7 +1912,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -1927,7 +1927,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -1942,7 +1942,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -1957,7 +1957,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.DateTime]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.DateTime"
]
@@ -1975,7 +1975,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.DateTime]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.DateTime"
]
@@ -1993,7 +1993,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.DateTime]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.DateTime"
]
@@ -2011,7 +2011,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.DateTime]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.DateTime"
]
@@ -2029,7 +2029,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Int32"
]
@@ -2085,7 +2085,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataset",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataset, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataset, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Availability": "Microsoft.Azure.Management.DataFactories.Common.Models.Availability",
"Policy": "Microsoft.Azure.Management.DataFactories.Common.Models.Policy",
@@ -2147,7 +2147,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -2165,7 +2165,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -2174,7 +2174,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -2183,7 +2183,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -2218,7 +2218,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -2242,7 +2242,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -2288,7 +2288,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -2303,7 +2303,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -2318,7 +2318,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -2364,7 +2364,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -2417,7 +2417,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactoryGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactoryGateway, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactoryGateway, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CreateTime": "System.Nullable`1[System.DateTime]",
"RegisterTime": "System.Nullable`1[System.DateTime]",
@@ -2485,7 +2485,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -2503,7 +2503,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -2512,7 +2512,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -2521,7 +2521,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -2556,7 +2556,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -2580,7 +2580,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -2626,7 +2626,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -2641,7 +2641,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -2656,7 +2656,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -2702,7 +2702,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -2755,7 +2755,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactoryGatewayAuthKey",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactoryGatewayAuthKey, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactoryGatewayAuthKey, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Key1": "System.String",
"Key2": "System.String"
@@ -2814,7 +2814,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -2832,7 +2832,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -2841,7 +2841,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -2850,7 +2850,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -2888,7 +2888,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -2912,7 +2912,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -2958,7 +2958,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -2973,7 +2973,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -2988,7 +2988,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -3034,7 +3034,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -3087,7 +3087,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSHub",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSHub, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSHub, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.HubBaseProperties",
"HubName": "System.String",
@@ -3145,7 +3145,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -3154,7 +3154,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -3172,7 +3172,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -3181,7 +3181,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -3216,7 +3216,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -3262,7 +3262,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -3286,7 +3286,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -3332,7 +3332,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -3347,7 +3347,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -3362,7 +3362,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -3415,7 +3415,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSLinkedService",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSLinkedService, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSLinkedService, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.LinkedServiceProperties",
"LinkedServiceName": "System.String",
@@ -3473,7 +3473,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -3491,7 +3491,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -3500,7 +3500,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -3509,7 +3509,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -3544,7 +3544,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -3568,7 +3568,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -3614,7 +3614,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -3629,7 +3629,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -3644,7 +3644,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -3690,7 +3690,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -3743,7 +3743,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSPipeline",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSPipeline, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSPipeline, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.PipelineProperties",
"PipelineName": "System.String",
@@ -3801,7 +3801,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -3810,7 +3810,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -3828,7 +3828,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -3837,7 +3837,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -3872,7 +3872,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -3918,7 +3918,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -3942,7 +3942,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -3988,7 +3988,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -4003,7 +4003,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -4018,7 +4018,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -4071,7 +4071,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataSliceRun",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataSliceRun, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataSliceRun, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"DataSliceEnd": "System.DateTime",
@@ -4141,7 +4141,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -4159,7 +4159,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -4168,7 +4168,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -4177,7 +4177,7 @@
"Type": {
"Namespace": "System",
"Name": "System.DateTime",
- "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -4186,7 +4186,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -4221,7 +4221,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -4245,7 +4245,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -4260,7 +4260,7 @@
"Type": {
"Namespace": "System",
"Name": "System.DateTime",
- "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -4306,7 +4306,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -4321,7 +4321,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -4336,7 +4336,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -4351,7 +4351,7 @@
"Type": {
"Namespace": "System",
"Name": "System.DateTime",
- "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -4397,7 +4397,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -4412,7 +4412,7 @@
"Type": {
"Namespace": "System",
"Name": "System.DateTime",
- "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -4465,7 +4465,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataSlice",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataSlice, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataSlice, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Start": "System.DateTime",
"End": "System.DateTime",
@@ -4528,7 +4528,7 @@
"Type": {
"Namespace": "System",
"Name": "System.DateTime",
- "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -4537,7 +4537,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -4555,7 +4555,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -4564,7 +4564,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -4573,7 +4573,7 @@
"Type": {
"Namespace": "System",
"Name": "System.DateTime",
- "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -4582,7 +4582,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -4617,7 +4617,7 @@
"Type": {
"Namespace": "System",
"Name": "System.DateTime",
- "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -4632,7 +4632,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -4647,7 +4647,7 @@
"Type": {
"Namespace": "System",
"Name": "System.DateTime",
- "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -4693,7 +4693,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -4717,7 +4717,7 @@
"Type": {
"Namespace": "System",
"Name": "System.DateTime",
- "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -4732,7 +4732,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -4747,7 +4747,7 @@
"Type": {
"Namespace": "System",
"Name": "System.DateTime",
- "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -4793,7 +4793,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -4808,7 +4808,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -4823,7 +4823,7 @@
"Type": {
"Namespace": "System",
"Name": "System.DateTime",
- "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -4838,7 +4838,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -4853,7 +4853,7 @@
"Type": {
"Namespace": "System",
"Name": "System.DateTime",
- "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -4906,7 +4906,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -4974,7 +4974,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -4986,7 +4986,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -5021,7 +5021,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -5039,7 +5039,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -5123,7 +5123,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSActivityRun",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSActivityRun, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSActivityRun, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]",
"ActivityRunStart": "System.Nullable`1[System.DateTime]",
@@ -5200,7 +5200,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -5209,7 +5209,7 @@
"Type": {
"Namespace": "System",
"Name": "System.DateTime",
- "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -5218,7 +5218,7 @@
"Type": {
"Namespace": "System",
"Name": "System.DateTime",
- "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -5227,7 +5227,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -5236,7 +5236,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -5245,7 +5245,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -5267,7 +5267,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -5276,7 +5276,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -5311,7 +5311,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -5326,7 +5326,7 @@
"Type": {
"Namespace": "System",
"Name": "System.DateTime",
- "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -5341,7 +5341,7 @@
"Type": {
"Namespace": "System",
"Name": "System.DateTime",
- "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -5356,7 +5356,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -5371,7 +5371,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -5386,7 +5386,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -5445,7 +5445,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -5460,7 +5460,7 @@
"Type": {
"Namespace": "System",
"Name": "System.DateTime",
- "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -5475,7 +5475,7 @@
"Type": {
"Namespace": "System",
"Name": "System.DateTime",
- "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -5490,7 +5490,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -5505,7 +5505,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -5520,7 +5520,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -5535,7 +5535,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -5619,7 +5619,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFlow",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFlow, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFlow, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactory.Models.DataFlow",
"Name": "System.String",
@@ -5691,7 +5691,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -5700,7 +5700,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -5709,7 +5709,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -5731,7 +5731,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -5740,7 +5740,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -5778,7 +5778,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -5793,7 +5793,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -5808,7 +5808,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -5857,7 +5857,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -5872,7 +5872,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -5931,7 +5931,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -6015,7 +6015,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFlowDebugSessionInfo",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFlowDebugSessionInfo, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFlowDebugSessionInfo, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CoreCount": "System.Nullable`1[System.Int32]",
"TimeToLiveInMinutes": "System.Nullable`1[System.Int32]",
@@ -6076,7 +6076,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -6085,7 +6085,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -6107,7 +6107,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -6116,7 +6116,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -6151,7 +6151,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -6197,7 +6197,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.13.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": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -6271,7 +6271,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -6355,7 +6355,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataset",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataset, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataset, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactory.Models.Dataset",
"Structure": "System.Object",
@@ -6426,7 +6426,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -6435,7 +6435,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -6444,7 +6444,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -6466,7 +6466,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -6475,7 +6475,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -6513,7 +6513,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -6528,7 +6528,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -6543,7 +6543,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -6592,7 +6592,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -6607,7 +6607,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -6666,7 +6666,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -6750,7 +6750,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -6811,7 +6811,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSManagedIntegrationRuntime",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSManagedIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSManagedIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExpressCustomSetup": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.DataFactory.Models.CustomSetupBase]",
"DataFlowEnableCleanUp": "System.Nullable`1[System.Boolean]",
@@ -6897,7 +6897,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.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSSelfHostedIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -6958,7 +6958,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.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSLinkedIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AuthorizationType": "System.String",
"Name": "System.String",
@@ -7026,7 +7026,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -7047,7 +7047,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -7056,7 +7056,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -7065,7 +7065,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -7074,7 +7074,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.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -7120,7 +7120,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -7135,7 +7135,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -7150,7 +7150,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -7260,7 +7260,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -7321,7 +7321,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.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -7397,7 +7397,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.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntimeKeys, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AuthKey1": "System.String",
"AuthKey2": "System.String"
@@ -7456,7 +7456,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -7468,7 +7468,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -7477,7 +7477,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -7486,7 +7486,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -7495,7 +7495,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.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -7541,7 +7541,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -7556,7 +7556,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -7571,7 +7571,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -7620,7 +7620,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -7666,7 +7666,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.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -7758,7 +7758,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.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntimeMetrics, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Nodes": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeNodeMonitoringData]",
"IntegrationRuntimeName": "System.String",
@@ -7826,7 +7826,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -7838,7 +7838,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -7847,7 +7847,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -7856,7 +7856,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -7865,7 +7865,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.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -7911,7 +7911,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -7926,7 +7926,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -7941,7 +7941,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -7990,7 +7990,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -8036,7 +8036,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.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -8128,7 +8128,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.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSManagedIntegrationRuntimeNode, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Errors": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.DataFactory.Models.ManagedIntegrationRuntimeError]",
"ResourceGroupName": "System.String",
@@ -8198,7 +8198,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.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSSelfHostedIntegrationRuntimeNode, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Capabilities": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"IsActiveDispatcher": "System.Nullable`1[System.Boolean]",
@@ -8290,7 +8290,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -8308,7 +8308,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -8320,7 +8320,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -8329,7 +8329,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -8338,7 +8338,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -8347,7 +8347,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.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -8390,7 +8390,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -8451,7 +8451,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -8466,7 +8466,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -8481,7 +8481,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -8496,7 +8496,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -8560,7 +8560,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -8575,7 +8575,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -8636,7 +8636,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.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -8659,7 +8659,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -8727,7 +8727,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.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.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.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint"
]
@@ -8746,7 +8746,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -8758,7 +8758,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -8767,7 +8767,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -8776,7 +8776,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -8785,7 +8785,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.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -8831,7 +8831,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -8846,7 +8846,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -8861,7 +8861,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -8910,7 +8910,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -8956,7 +8956,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.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -9048,7 +9048,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.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSLinkedService, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactory.Models.LinkedService",
"Name": "System.String",
@@ -9118,7 +9118,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -9127,7 +9127,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -9136,7 +9136,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.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -9158,7 +9158,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -9167,7 +9167,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -9205,7 +9205,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -9220,7 +9220,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -9235,7 +9235,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -9284,7 +9284,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -9299,7 +9299,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.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -9358,7 +9358,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -9442,7 +9442,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.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipeline, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.13.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]",
@@ -9513,7 +9513,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -9522,7 +9522,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -9531,7 +9531,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.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -9553,7 +9553,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -9562,7 +9562,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -9600,7 +9600,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -9615,7 +9615,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -9630,7 +9630,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -9679,7 +9679,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -9694,7 +9694,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.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -9753,7 +9753,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -9837,7 +9837,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.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipelineRun, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"InvokedBy": "Microsoft.Azure.Management.DataFactory.Models.PipelineRunInvokedBy",
"Parameters": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -9912,7 +9912,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.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -9934,7 +9934,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -9943,7 +9943,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -9952,7 +9952,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -9961,7 +9961,7 @@
"Type": {
"Namespace": "System",
"Name": "System.DateTime",
- "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -9970,7 +9970,7 @@
"Type": {
"Namespace": "System",
"Name": "System.DateTime",
- "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -9979,7 +9979,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -10014,7 +10014,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.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -10042,7 +10042,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -10088,7 +10088,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.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -10116,7 +10116,7 @@
"Type": {
"Namespace": "System",
"Name": "System.DateTime",
- "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -10131,7 +10131,7 @@
"Type": {
"Namespace": "System",
"Name": "System.DateTime",
- "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -10146,7 +10146,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -10192,7 +10192,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -10207,7 +10207,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -10222,7 +10222,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -10268,7 +10268,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -10283,7 +10283,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -10298,7 +10298,7 @@
"Type": {
"Namespace": "System",
"Name": "System.DateTime",
- "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -10313,7 +10313,7 @@
"Type": {
"Namespace": "System",
"Name": "System.DateTime",
- "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -10328,7 +10328,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -10412,7 +10412,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.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactory.Models.Trigger",
"Name": "System.String",
@@ -10483,7 +10483,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -10492,7 +10492,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -10501,7 +10501,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.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -10523,7 +10523,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -10532,7 +10532,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -10570,7 +10570,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -10585,7 +10585,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -10600,7 +10600,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -10649,7 +10649,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -10664,7 +10664,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.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -10723,7 +10723,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -10807,7 +10807,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.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTriggerRun, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.13.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]",
@@ -10882,7 +10882,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -10891,7 +10891,7 @@
"Type": {
"Namespace": "System",
"Name": "System.DateTime",
- "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -10900,7 +10900,7 @@
"Type": {
"Namespace": "System",
"Name": "System.DateTime",
- "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -10909,7 +10909,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.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -10931,7 +10931,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -10940,7 +10940,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -10978,7 +10978,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -10993,7 +10993,7 @@
"Type": {
"Namespace": "System",
"Name": "System.DateTime",
- "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -11008,7 +11008,7 @@
"Type": {
"Namespace": "System",
"Name": "System.DateTime",
- "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -11023,7 +11023,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.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -11085,7 +11085,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -11100,7 +11100,7 @@
"Type": {
"Namespace": "System",
"Name": "System.DateTime",
- "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -11115,7 +11115,7 @@
"Type": {
"Namespace": "System",
"Name": "System.DateTime",
- "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -11130,7 +11130,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -11145,7 +11145,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -11229,7 +11229,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.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTriggerSubscriptionStatus, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"TriggerName": "System.String",
"Status": "System.String"
@@ -11287,7 +11287,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -11296,7 +11296,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.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactory.Models.Trigger",
"Name": "System.String",
@@ -11314,7 +11314,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -11323,7 +11323,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -11332,7 +11332,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -11370,7 +11370,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -11385,7 +11385,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -11400,7 +11400,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -11446,7 +11446,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.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactory.Models.Trigger",
"Name": "System.String",
@@ -11501,7 +11501,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -11585,7 +11585,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.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFlowDebugSessionCommandResult, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Data": "System.String",
"Status": "System.String"
@@ -11640,7 +11640,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -11649,7 +11649,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -11658,7 +11658,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -11667,7 +11667,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Int32"
]
@@ -11679,7 +11679,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -11688,7 +11688,7 @@
"Type": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.List`1[System.String]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.String"
]
@@ -11709,7 +11709,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -11718,7 +11718,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.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -11740,7 +11740,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -11749,7 +11749,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -11784,7 +11784,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -11799,7 +11799,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -11814,7 +11814,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -11829,7 +11829,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Int32"
]
@@ -11847,7 +11847,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -11862,7 +11862,7 @@
"Type": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.List`1[System.String]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.String"
]
@@ -11880,7 +11880,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -11895,7 +11895,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -11956,7 +11956,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -11971,7 +11971,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -11986,7 +11986,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -12001,7 +12001,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Int32"
]
@@ -12019,7 +12019,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -12034,7 +12034,7 @@
"Type": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.List`1[System.String]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.String"
]
@@ -12052,7 +12052,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.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -12126,7 +12126,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -12141,7 +12141,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -12156,7 +12156,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -12171,7 +12171,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Int32"
]
@@ -12189,7 +12189,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -12204,7 +12204,7 @@
"Type": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.List`1[System.String]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.String"
]
@@ -12222,7 +12222,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -12336,7 +12336,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Void",
- "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ParameterSets": [
"__AllParameterSets"
@@ -12352,7 +12352,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -12364,7 +12364,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -12373,7 +12373,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -12382,7 +12382,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -12391,7 +12391,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.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -12437,7 +12437,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -12452,7 +12452,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -12467,7 +12467,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -12516,7 +12516,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -12562,7 +12562,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.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -12654,7 +12654,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ParameterSets": [
"__AllParameterSets"
@@ -12667,7 +12667,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.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipeline, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.13.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]",
@@ -12685,7 +12685,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -12694,7 +12694,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -12703,7 +12703,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -12712,7 +12712,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -12721,7 +12721,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -12730,7 +12730,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -12748,7 +12748,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -12792,7 +12792,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.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipeline, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.13.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]",
@@ -12816,7 +12816,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -12831,7 +12831,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -12861,7 +12861,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -12922,7 +12922,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.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipeline, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.13.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]",
@@ -12946,7 +12946,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -12961,7 +12961,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -12991,7 +12991,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -13052,7 +13052,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -13067,7 +13067,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -13082,7 +13082,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -13097,7 +13097,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -13112,7 +13112,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -13142,7 +13142,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -13203,7 +13203,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -13218,7 +13218,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -13233,7 +13233,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -13248,7 +13248,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -13263,7 +13263,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -13293,7 +13293,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -13392,7 +13392,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.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipeline, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.13.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]",
@@ -13460,7 +13460,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.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTriggerRun, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.13.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]",
@@ -13482,7 +13482,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -13491,7 +13491,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -13509,7 +13509,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.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -13531,7 +13531,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -13540,7 +13540,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -13575,7 +13575,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.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTriggerRun, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.13.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]",
@@ -13649,7 +13649,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -13664,7 +13664,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -13679,7 +13679,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -13694,7 +13694,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -13755,7 +13755,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -13770,7 +13770,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -13785,7 +13785,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.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -13912,7 +13912,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.DataFactories, Version=1.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -13972,7 +13972,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -13981,7 +13981,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -13990,7 +13990,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -14008,7 +14008,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -14043,7 +14043,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -14058,7 +14058,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -14073,7 +14073,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -14134,7 +14134,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -14149,7 +14149,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -14164,7 +14164,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -14179,7 +14179,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -14247,7 +14247,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.DataFactories, Version=1.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataset, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Availability": "Microsoft.Azure.Management.DataFactories.Common.Models.Availability",
"Policy": "Microsoft.Azure.Management.DataFactories.Common.Models.Policy",
@@ -14309,7 +14309,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.DataFactories, Version=1.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -14327,7 +14327,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -14336,7 +14336,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -14345,7 +14345,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -14363,7 +14363,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -14398,7 +14398,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.DataFactories, Version=1.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -14422,7 +14422,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -14437,7 +14437,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -14498,7 +14498,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -14513,7 +14513,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -14528,7 +14528,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -14543,7 +14543,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -14604,7 +14604,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -14619,7 +14619,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -14687,7 +14687,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ParameterSets": [
"__AllParameterSets"
@@ -14700,7 +14700,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.DataFactories, Version=1.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -14718,7 +14718,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -14727,7 +14727,7 @@
"Type": {
"Namespace": "System.Security",
"Name": "System.Security.SecureString",
- "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -14736,7 +14736,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -14754,7 +14754,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateSet": [
"OnPremisesSqlLinkedService",
@@ -14775,7 +14775,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -14784,7 +14784,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateSet": [
"Windows",
@@ -14798,7 +14798,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -14807,7 +14807,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -14816,7 +14816,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -14851,7 +14851,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.DataFactories, Version=1.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -14875,7 +14875,7 @@
"Type": {
"Namespace": "System.Security",
"Name": "System.Security.SecureString",
- "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -14890,7 +14890,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -14920,7 +14920,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateSet": [
"OnPremisesSqlLinkedService",
@@ -14947,7 +14947,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -14962,7 +14962,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateSet": [
"Windows",
@@ -14982,7 +14982,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -14997,7 +14997,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -15043,7 +15043,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -15058,7 +15058,7 @@
"Type": {
"Namespace": "System.Security",
"Name": "System.Security.SecureString",
- "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -15073,7 +15073,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -15103,7 +15103,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateSet": [
"OnPremisesSqlLinkedService",
@@ -15130,7 +15130,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -15145,7 +15145,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateSet": [
"Windows",
@@ -15165,7 +15165,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -15180,7 +15180,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -15195,7 +15195,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -15279,7 +15279,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.DataFactories, Version=1.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactoryGateway, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CreateTime": "System.Nullable`1[System.DateTime]",
"RegisterTime": "System.Nullable`1[System.DateTime]",
@@ -15347,7 +15347,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.DataFactories, Version=1.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -15365,7 +15365,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -15374,7 +15374,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -15383,7 +15383,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -15392,7 +15392,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -15427,7 +15427,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.DataFactories, Version=1.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -15451,7 +15451,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -15466,7 +15466,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -15512,7 +15512,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -15527,7 +15527,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -15542,7 +15542,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -15557,7 +15557,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -15603,7 +15603,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -15618,7 +15618,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -15671,7 +15671,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.DataFactories, Version=1.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactoryGatewayAuthKey, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Key1": "System.String",
"Key2": "System.String"
@@ -15730,7 +15730,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.DataFactories, Version=1.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -15748,7 +15748,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -15757,7 +15757,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -15766,7 +15766,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateSet": [
"key1",
@@ -15779,7 +15779,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -15817,7 +15817,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.DataFactories, Version=1.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -15841,7 +15841,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -15856,7 +15856,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateSet": [
"key1",
@@ -15906,7 +15906,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -15921,7 +15921,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -15936,7 +15936,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -15951,7 +15951,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateSet": [
"key1",
@@ -16001,7 +16001,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -16016,7 +16016,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateSet": [
"key1",
@@ -16073,7 +16073,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.DataFactories, Version=1.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSHub, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.HubBaseProperties",
"HubName": "System.String",
@@ -16131,7 +16131,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -16140,7 +16140,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -16158,7 +16158,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.DataFactories, Version=1.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -16176,7 +16176,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -16185,7 +16185,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -16220,7 +16220,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -16235,7 +16235,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -16296,7 +16296,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.DataFactories, Version=1.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -16320,7 +16320,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -16335,7 +16335,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -16396,7 +16396,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -16411,7 +16411,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -16426,7 +16426,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -16441,7 +16441,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -16509,7 +16509,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.DataFactories, Version=1.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSLinkedService, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.LinkedServiceProperties",
"LinkedServiceName": "System.String",
@@ -16567,7 +16567,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.DataFactories, Version=1.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -16585,7 +16585,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -16594,7 +16594,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -16603,7 +16603,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -16621,7 +16621,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -16656,7 +16656,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.DataFactories, Version=1.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -16680,7 +16680,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -16695,7 +16695,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -16756,7 +16756,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -16771,7 +16771,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -16786,7 +16786,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -16801,7 +16801,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -16862,7 +16862,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -16877,7 +16877,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -16945,7 +16945,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.DataFactories, Version=1.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSPipeline, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.PipelineProperties",
"PipelineName": "System.String",
@@ -17003,7 +17003,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -17012,7 +17012,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.DataFactories, Version=1.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -17030,7 +17030,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -17039,7 +17039,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -17057,7 +17057,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -17092,7 +17092,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -17107,7 +17107,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -17168,7 +17168,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.DataFactories, Version=1.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -17192,7 +17192,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -17207,7 +17207,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -17268,7 +17268,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -17283,7 +17283,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -17298,7 +17298,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -17313,7 +17313,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -17381,7 +17381,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.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntimeKeys, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AuthKey1": "System.String",
"AuthKey2": "System.String"
@@ -17437,7 +17437,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateSet": [
"AuthKey1",
@@ -17462,7 +17462,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -17474,7 +17474,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -17483,7 +17483,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -17492,7 +17492,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -17501,7 +17501,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.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -17544,7 +17544,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateSet": [
"AuthKey1",
@@ -17612,7 +17612,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -17627,7 +17627,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -17642,7 +17642,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -17657,7 +17657,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateSet": [
"AuthKey1",
@@ -17725,7 +17725,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -17740,7 +17740,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateSet": [
"AuthKey1",
@@ -17805,7 +17805,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.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -17828,7 +17828,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateSet": [
"AuthKey1",
@@ -17900,7 +17900,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ParameterSets": [
"__AllParameterSets"
@@ -17913,7 +17913,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -17925,7 +17925,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -17943,7 +17943,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.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -17965,7 +17965,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -17974,7 +17974,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -18009,7 +18009,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -18027,7 +18027,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -18042,7 +18042,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -18057,7 +18057,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -18118,7 +18118,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -18136,7 +18136,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -18151,7 +18151,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.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -18278,7 +18278,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Void",
- "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ParameterSets": [
"__AllParameterSets"
@@ -18294,7 +18294,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -18303,7 +18303,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.DataFactories, Version=1.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -18330,7 +18330,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -18368,7 +18368,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -18383,7 +18383,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -18444,7 +18444,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.DataFactories, Version=1.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -18567,7 +18567,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Void",
- "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ParameterSets": [
"__AllParameterSets"
@@ -18589,7 +18589,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.DataFactories, Version=1.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -18607,7 +18607,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -18619,7 +18619,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -18628,7 +18628,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -18681,7 +18681,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -18727,7 +18727,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.DataFactories, Version=1.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -18769,7 +18769,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -18815,7 +18815,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -18830,7 +18830,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -18863,7 +18863,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -18916,7 +18916,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ParameterSets": [
"__AllParameterSets"
@@ -18929,7 +18929,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.DataFactories, Version=1.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -18947,7 +18947,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -18956,7 +18956,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -18974,7 +18974,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -19009,7 +19009,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.DataFactories, Version=1.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -19033,7 +19033,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -19094,7 +19094,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -19109,7 +19109,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -19124,7 +19124,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -19185,7 +19185,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -19253,7 +19253,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ParameterSets": [
"__AllParameterSets"
@@ -19269,7 +19269,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -19287,7 +19287,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.DataFactories, Version=1.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -19305,7 +19305,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -19314,7 +19314,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -19352,7 +19352,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -19413,7 +19413,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.DataFactories, Version=1.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -19440,7 +19440,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -19501,7 +19501,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -19516,7 +19516,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -19534,7 +19534,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -19602,7 +19602,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Void",
- "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ParameterSets": [
"__AllParameterSets"
@@ -19624,7 +19624,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.DataFactories, Version=1.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -19642,7 +19642,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -19654,7 +19654,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -19663,7 +19663,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -19716,7 +19716,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -19762,7 +19762,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.DataFactories, Version=1.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -19804,7 +19804,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -19850,7 +19850,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -19865,7 +19865,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -19898,7 +19898,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -19951,7 +19951,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Void",
- "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ParameterSets": [
"__AllParameterSets"
@@ -19976,7 +19976,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -19985,7 +19985,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.DataFactories, Version=1.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -20003,7 +20003,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -20012,7 +20012,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -20065,7 +20065,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -20111,7 +20111,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.DataFactories, Version=1.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -20153,7 +20153,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -20199,7 +20199,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -20214,7 +20214,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -20247,7 +20247,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -20300,7 +20300,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Void",
- "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ParameterSets": [
"__AllParameterSets"
@@ -20313,7 +20313,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -20325,7 +20325,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -20334,7 +20334,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.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -20356,7 +20356,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -20400,7 +20400,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -20418,7 +20418,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -20479,7 +20479,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.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -20553,7 +20553,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -20667,7 +20667,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Void",
- "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ParameterSets": [
"__AllParameterSets"
@@ -20677,7 +20677,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ParameterSets": [
"__AllParameterSets"
@@ -20693,7 +20693,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -20702,7 +20702,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.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFlow, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactory.Models.DataFlow",
"Name": "System.String",
@@ -20739,7 +20739,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -20748,7 +20748,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -20757,7 +20757,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -20795,7 +20795,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -20810,7 +20810,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -20825,7 +20825,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -20901,7 +20901,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.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFlow, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactory.Models.DataFlow",
"Name": "System.String",
@@ -21048,7 +21048,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -21131,7 +21131,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Void",
- "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ParameterSets": [
"__AllParameterSets"
@@ -21147,7 +21147,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -21156,7 +21156,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.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataset, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactory.Models.Dataset",
"Structure": "System.Object",
@@ -21183,7 +21183,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -21192,7 +21192,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -21201,7 +21201,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -21239,7 +21239,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -21254,7 +21254,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -21269,7 +21269,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -21330,7 +21330,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.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataset, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactory.Models.Dataset",
"Structure": "System.Object",
@@ -21446,7 +21446,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -21514,7 +21514,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Void",
- "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ParameterSets": [
"__AllParameterSets"
@@ -21527,7 +21527,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -21548,7 +21548,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -21560,7 +21560,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -21569,7 +21569,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -21578,7 +21578,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -21587,7 +21587,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.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -21630,7 +21630,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -21694,7 +21694,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -21709,7 +21709,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -21724,7 +21724,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -21739,7 +21739,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -21803,7 +21803,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -21818,7 +21818,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -21879,7 +21879,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.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -21902,7 +21902,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -21970,7 +21970,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Void",
- "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ParameterSets": [
"__AllParameterSets"
@@ -21983,7 +21983,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -22001,7 +22001,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -22013,7 +22013,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -22022,7 +22022,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -22031,7 +22031,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -22040,7 +22040,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.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -22083,7 +22083,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -22144,7 +22144,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -22159,7 +22159,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -22174,7 +22174,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -22189,7 +22189,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -22253,7 +22253,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -22268,7 +22268,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -22329,7 +22329,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.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -22352,7 +22352,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -22420,7 +22420,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Void",
- "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ParameterSets": [
"__AllParameterSets"
@@ -22436,7 +22436,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -22445,7 +22445,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.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSLinkedService, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactory.Models.LinkedService",
"Name": "System.String",
@@ -22471,7 +22471,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -22480,7 +22480,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -22489,7 +22489,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -22527,7 +22527,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -22542,7 +22542,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -22557,7 +22557,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -22618,7 +22618,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.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSLinkedService, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactory.Models.LinkedService",
"Name": "System.String",
@@ -22733,7 +22733,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -22801,7 +22801,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ParameterSets": [
"__AllParameterSets"
@@ -22817,7 +22817,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -22826,7 +22826,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.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipeline, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.13.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]",
@@ -22853,7 +22853,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -22862,7 +22862,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -22871,7 +22871,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -22909,7 +22909,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -22924,7 +22924,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -22939,7 +22939,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -23000,7 +23000,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.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipeline, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.13.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]",
@@ -23116,7 +23116,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -23184,7 +23184,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ParameterSets": [
"__AllParameterSets"
@@ -23200,7 +23200,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -23209,7 +23209,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.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactory.Models.Trigger",
"Name": "System.String",
@@ -23236,7 +23236,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -23245,7 +23245,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -23254,7 +23254,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -23292,7 +23292,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -23307,7 +23307,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -23322,7 +23322,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -23383,7 +23383,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.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactory.Models.Trigger",
"Name": "System.String",
@@ -23499,7 +23499,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -23567,7 +23567,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Void",
- "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ParameterSets": [
"__AllParameterSets"
@@ -23583,7 +23583,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -23592,7 +23592,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.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactory.Models.Trigger",
"Name": "System.String",
@@ -23628,7 +23628,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -23637,7 +23637,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -23646,7 +23646,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -23684,7 +23684,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -23699,7 +23699,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -23714,7 +23714,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -23790,7 +23790,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.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactory.Models.Trigger",
"Name": "System.String",
@@ -23936,7 +23936,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -24019,7 +24019,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ParameterSets": [
"__AllParameterSets"
@@ -24035,7 +24035,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -24044,7 +24044,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.DataFactories, Version=1.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -24062,7 +24062,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -24071,7 +24071,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -24109,7 +24109,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -24155,7 +24155,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.DataFactories, Version=1.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -24182,7 +24182,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -24228,7 +24228,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -24243,7 +24243,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -24261,7 +24261,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -24314,7 +24314,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.DataFactories, Version=1.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSRunLogInfo, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SasUri": "System.String",
"StorageAccountName": "System.String",
@@ -24372,7 +24372,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.DataFactories, Version=1.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -24390,7 +24390,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -24399,7 +24399,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -24417,7 +24417,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -24426,7 +24426,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -24461,7 +24461,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.DataFactories, Version=1.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -24485,7 +24485,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -24515,7 +24515,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -24561,7 +24561,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -24576,7 +24576,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -24591,7 +24591,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -24621,7 +24621,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -24667,7 +24667,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -24697,7 +24697,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -24750,7 +24750,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.DataFactories, Version=1.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactoryGateway, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CreateTime": "System.Nullable`1[System.DateTime]",
"RegisterTime": "System.Nullable`1[System.DateTime]",
@@ -24818,7 +24818,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.DataFactories, Version=1.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -24836,7 +24836,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -24845,7 +24845,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -24854,7 +24854,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -24863,7 +24863,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -24898,7 +24898,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.DataFactories, Version=1.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -24922,7 +24922,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -24937,7 +24937,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -24983,7 +24983,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -24998,7 +24998,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -25013,7 +25013,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -25028,7 +25028,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -25074,7 +25074,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -25089,7 +25089,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -25142,7 +25142,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ParameterSets": [
"__AllParameterSets"
@@ -25158,7 +25158,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -25167,7 +25167,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.DataFactories, Version=1.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -25185,7 +25185,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -25194,7 +25194,7 @@
"Type": {
"Namespace": "System",
"Name": "System.DateTime",
- "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -25203,7 +25203,7 @@
"Type": {
"Namespace": "System",
"Name": "System.DateTime",
- "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -25230,7 +25230,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -25268,7 +25268,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -25283,7 +25283,7 @@
"Type": {
"Namespace": "System",
"Name": "System.DateTime",
- "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -25298,7 +25298,7 @@
"Type": {
"Namespace": "System",
"Name": "System.DateTime",
- "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -25374,7 +25374,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.DataFactories, Version=1.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -25401,7 +25401,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -25416,7 +25416,7 @@
"Type": {
"Namespace": "System",
"Name": "System.DateTime",
- "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -25431,7 +25431,7 @@
"Type": {
"Namespace": "System",
"Name": "System.DateTime",
- "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -25507,7 +25507,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -25522,7 +25522,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -25540,7 +25540,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -25555,7 +25555,7 @@
"Type": {
"Namespace": "System",
"Name": "System.DateTime",
- "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -25570,7 +25570,7 @@
"Type": {
"Namespace": "System",
"Name": "System.DateTime",
- "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -25653,7 +25653,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ParameterSets": [
"__AllParameterSets"
@@ -25666,7 +25666,7 @@
"Type": {
"Namespace": "System",
"Name": "System.DateTime",
- "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -25675,7 +25675,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateSet": [
"Failed",
@@ -25691,7 +25691,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateSet": [
"Individual",
@@ -25704,7 +25704,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.DataFactories, Version=1.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -25722,7 +25722,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -25731,7 +25731,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -25740,7 +25740,7 @@
"Type": {
"Namespace": "System",
"Name": "System.DateTime",
- "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -25749,7 +25749,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -25784,7 +25784,7 @@
"Type": {
"Namespace": "System",
"Name": "System.DateTime",
- "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -25799,7 +25799,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateSet": [
"Failed",
@@ -25821,7 +25821,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateSet": [
"Individual",
@@ -25840,7 +25840,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -25855,7 +25855,7 @@
"Type": {
"Namespace": "System",
"Name": "System.DateTime",
- "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -25901,7 +25901,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.DataFactories, Version=1.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -25925,7 +25925,7 @@
"Type": {
"Namespace": "System",
"Name": "System.DateTime",
- "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -25940,7 +25940,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateSet": [
"Failed",
@@ -25962,7 +25962,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateSet": [
"Individual",
@@ -25981,7 +25981,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -25996,7 +25996,7 @@
"Type": {
"Namespace": "System",
"Name": "System.DateTime",
- "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -26042,7 +26042,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -26057,7 +26057,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -26072,7 +26072,7 @@
"Type": {
"Namespace": "System",
"Name": "System.DateTime",
- "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -26087,7 +26087,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateSet": [
"Failed",
@@ -26109,7 +26109,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateSet": [
"Individual",
@@ -26128,7 +26128,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -26143,7 +26143,7 @@
"Type": {
"Namespace": "System",
"Name": "System.DateTime",
- "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -26196,7 +26196,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.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -26268,7 +26268,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -26277,7 +26277,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -26289,7 +26289,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -26298,7 +26298,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -26307,7 +26307,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -26316,7 +26316,7 @@
"Type": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IDictionary`2[System.String,System.Object]",
- "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.Object, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.Object, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.String",
"System.Object"
@@ -26329,7 +26329,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -26338,7 +26338,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -26347,7 +26347,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -26356,7 +26356,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -26365,7 +26365,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.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -26387,7 +26387,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -26396,7 +26396,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -26414,7 +26414,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=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification, Microsoft.Azure.Management.DataFactory, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification, Microsoft.Azure.Management.DataFactory, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.String",
"Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification"
@@ -26427,7 +26427,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -26436,7 +26436,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -26445,7 +26445,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -26454,7 +26454,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -26463,16 +26463,25 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
+ {
+ "Name": "DisablePublish",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
{
"Name": "ProjectName",
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -26481,7 +26490,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -26490,7 +26499,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -26529,7 +26538,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -26544,7 +26553,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -26559,7 +26568,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -26574,7 +26583,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -26589,7 +26598,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -26604,7 +26613,7 @@
"Type": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IDictionary`2[System.String,System.Object]",
- "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.Object, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.Object, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.String",
"System.Object"
@@ -26623,7 +26632,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -26638,7 +26647,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -26653,7 +26662,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -26668,7 +26677,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -26698,7 +26707,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=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification, Microsoft.Azure.Management.DataFactory, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification, Microsoft.Azure.Management.DataFactory, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.String",
"Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification"
@@ -26711,6 +26720,21 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
+ {
+ "ParameterMetadata": {
+ "Name": "DisablePublish",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
{
"ParameterMetadata": {
"Name": "DefaultProfile",
@@ -26752,7 +26776,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -26767,7 +26791,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -26782,7 +26806,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -26797,7 +26821,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -26812,7 +26836,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -26827,7 +26851,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -26842,7 +26866,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -26857,7 +26881,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -26872,7 +26896,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -26887,7 +26911,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -26902,7 +26926,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -26917,7 +26941,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -26932,7 +26956,7 @@
"Type": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IDictionary`2[System.String,System.Object]",
- "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.Object, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.Object, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.String",
"System.Object"
@@ -26951,7 +26975,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -26966,7 +26990,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -26981,7 +27005,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -26996,7 +27020,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -27026,7 +27050,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=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification, Microsoft.Azure.Management.DataFactory, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification, Microsoft.Azure.Management.DataFactory, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.String",
"Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification"
@@ -27039,6 +27063,21 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
+ {
+ "ParameterMetadata": {
+ "Name": "DisablePublish",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
{
"ParameterMetadata": {
"Name": "DefaultProfile",
@@ -27080,7 +27119,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -27095,7 +27134,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -27110,7 +27149,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -27125,7 +27164,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -27140,7 +27179,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -27155,7 +27194,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -27170,7 +27209,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -27185,7 +27224,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -27200,7 +27239,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -27215,7 +27254,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -27230,7 +27269,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -27245,7 +27284,7 @@
"Type": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IDictionary`2[System.String,System.Object]",
- "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.Object, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.Object, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.String",
"System.Object"
@@ -27264,7 +27303,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -27279,7 +27318,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -27294,7 +27333,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -27309,7 +27348,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -27339,7 +27378,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=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification, Microsoft.Azure.Management.DataFactory, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification, Microsoft.Azure.Management.DataFactory, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.String",
"Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification"
@@ -27352,6 +27391,21 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
+ {
+ "ParameterMetadata": {
+ "Name": "DisablePublish",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
{
"ParameterMetadata": {
"Name": "DefaultProfile",
@@ -27389,7 +27443,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -27407,7 +27461,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -27422,7 +27476,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -27437,7 +27491,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -27452,7 +27506,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -27467,7 +27521,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -27482,7 +27536,7 @@
"Type": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IDictionary`2[System.String,System.Object]",
- "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.Object, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.Object, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.String",
"System.Object"
@@ -27501,7 +27555,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -27516,7 +27570,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -27531,7 +27585,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -27546,7 +27600,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -27576,7 +27630,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=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification, Microsoft.Azure.Management.DataFactory, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification, Microsoft.Azure.Management.DataFactory, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.String",
"Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification"
@@ -27589,6 +27643,21 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
+ {
+ "ParameterMetadata": {
+ "Name": "DisablePublish",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
{
"ParameterMetadata": {
"Name": "DefaultProfile",
@@ -27626,7 +27695,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -27644,7 +27713,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -27659,7 +27728,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -27674,7 +27743,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -27689,7 +27758,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -27704,7 +27773,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -27719,7 +27788,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -27734,7 +27803,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -27749,7 +27818,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -27764,7 +27833,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -27779,7 +27848,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -27794,7 +27863,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -27809,7 +27878,7 @@
"Type": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IDictionary`2[System.String,System.Object]",
- "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.Object, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.Object, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.String",
"System.Object"
@@ -27828,7 +27897,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -27843,7 +27912,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -27858,7 +27927,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -27873,7 +27942,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -27903,7 +27972,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=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification, Microsoft.Azure.Management.DataFactory, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification, Microsoft.Azure.Management.DataFactory, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.String",
"Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification"
@@ -27916,6 +27985,21 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
+ {
+ "ParameterMetadata": {
+ "Name": "DisablePublish",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
{
"ParameterMetadata": {
"Name": "DefaultProfile",
@@ -27953,7 +28037,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -27971,7 +28055,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -27986,7 +28070,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -28001,7 +28085,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -28016,7 +28100,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -28031,7 +28115,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -28046,7 +28130,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -28061,7 +28145,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -28076,7 +28160,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -28091,7 +28175,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -28106,7 +28190,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -28121,7 +28205,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -28136,7 +28220,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -28151,7 +28235,7 @@
"Type": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IDictionary`2[System.String,System.Object]",
- "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.Object, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.Object, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.String",
"System.Object"
@@ -28170,7 +28254,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -28185,7 +28269,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -28200,7 +28284,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -28215,7 +28299,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -28245,7 +28329,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=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification, Microsoft.Azure.Management.DataFactory, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification, Microsoft.Azure.Management.DataFactory, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.String",
"Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification"
@@ -28258,6 +28342,21 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
+ {
+ "ParameterMetadata": {
+ "Name": "DisablePublish",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
{
"ParameterMetadata": {
"Name": "DefaultProfile",
@@ -28295,7 +28394,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -28310,7 +28409,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -28325,7 +28424,7 @@
"Type": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IDictionary`2[System.String,System.Object]",
- "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.Object, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.Object, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.String",
"System.Object"
@@ -28344,7 +28443,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -28359,7 +28458,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -28374,7 +28473,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -28389,7 +28488,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -28419,7 +28518,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=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification, Microsoft.Azure.Management.DataFactory, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification, Microsoft.Azure.Management.DataFactory, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.String",
"Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification"
@@ -28432,6 +28531,21 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
+ {
+ "ParameterMetadata": {
+ "Name": "DisablePublish",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
{
"ParameterMetadata": {
"Name": "DefaultProfile",
@@ -28469,7 +28583,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.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -28497,7 +28611,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -28512,7 +28626,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -28527,7 +28641,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -28542,7 +28656,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -28557,7 +28671,7 @@
"Type": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IDictionary`2[System.String,System.Object]",
- "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.Object, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.Object, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.String",
"System.Object"
@@ -28576,7 +28690,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -28591,7 +28705,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -28606,7 +28720,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -28621,7 +28735,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -28651,7 +28765,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=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification, Microsoft.Azure.Management.DataFactory, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification, Microsoft.Azure.Management.DataFactory, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.String",
"Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification"
@@ -28664,6 +28778,21 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
+ {
+ "ParameterMetadata": {
+ "Name": "DisablePublish",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
{
"ParameterMetadata": {
"Name": "DefaultProfile",
@@ -28701,7 +28830,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.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -28729,7 +28858,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -28744,7 +28873,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -28759,7 +28888,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -28774,7 +28903,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -28789,7 +28918,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -28804,7 +28933,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -28819,7 +28948,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -28834,7 +28963,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -28849,7 +28978,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -28864,7 +28993,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -28879,7 +29008,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -28894,7 +29023,7 @@
"Type": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IDictionary`2[System.String,System.Object]",
- "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.Object, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.Object, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.String",
"System.Object"
@@ -28913,7 +29042,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -28928,7 +29057,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -28943,7 +29072,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -28958,7 +29087,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -28988,7 +29117,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=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification, Microsoft.Azure.Management.DataFactory, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification, Microsoft.Azure.Management.DataFactory, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.String",
"Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification"
@@ -29001,6 +29130,21 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
+ {
+ "ParameterMetadata": {
+ "Name": "DisablePublish",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
{
"ParameterMetadata": {
"Name": "DefaultProfile",
@@ -29038,7 +29182,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.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -29066,7 +29210,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -29081,7 +29225,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -29096,7 +29240,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -29111,7 +29255,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -29126,7 +29270,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -29141,7 +29285,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -29156,7 +29300,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -29171,7 +29315,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -29186,7 +29330,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -29201,7 +29345,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -29216,7 +29360,7 @@
"Type": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IDictionary`2[System.String,System.Object]",
- "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.Object, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.Object, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.String",
"System.Object"
@@ -29235,7 +29379,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -29250,7 +29394,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -29265,7 +29409,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -29280,7 +29424,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -29310,7 +29454,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=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification, Microsoft.Azure.Management.DataFactory, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification, Microsoft.Azure.Management.DataFactory, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.String",
"Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification"
@@ -29323,6 +29467,21 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
+ {
+ "ParameterMetadata": {
+ "Name": "DisablePublish",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
{
"ParameterMetadata": {
"Name": "DefaultProfile",
@@ -29370,7 +29529,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.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFlow, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactory.Models.DataFlow",
"Name": "System.String",
@@ -29442,7 +29601,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -29454,7 +29613,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -29472,7 +29631,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -29481,7 +29640,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -29490,7 +29649,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -29528,7 +29687,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -29546,7 +29705,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -29561,7 +29720,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -29576,7 +29735,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -29640,7 +29799,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -29655,7 +29814,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -29769,7 +29928,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.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataset, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactory.Models.Dataset",
"Structure": "System.Object",
@@ -29840,7 +29999,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -29852,7 +30011,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -29870,7 +30029,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -29879,7 +30038,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -29888,7 +30047,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -29926,7 +30085,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -29944,7 +30103,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -29959,7 +30118,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -29974,7 +30133,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -30038,7 +30197,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -30053,7 +30212,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -30170,7 +30329,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.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -30237,7 +30396,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -30246,7 +30405,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -30255,7 +30414,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -30264,7 +30423,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.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -30284,7 +30443,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -30293,7 +30452,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateSet": [
"Managed",
@@ -30306,7 +30465,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -30315,7 +30474,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -30324,7 +30483,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -30333,7 +30492,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Int32"
]
@@ -30345,7 +30504,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -30363,7 +30522,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -30372,7 +30531,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -30384,7 +30543,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -30393,7 +30552,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -30402,7 +30561,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -30412,7 +30571,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -30430,7 +30589,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Int32"
]
@@ -30442,7 +30601,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Int32"
]
@@ -30454,7 +30613,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -30463,7 +30622,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateSet": [
"Standard",
@@ -30476,7 +30635,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateSet": [
"Standard",
@@ -30489,7 +30648,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.ArrayList",
- "AssemblyQualifiedName": "System.Collections.ArrayList, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.ArrayList, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -30498,7 +30657,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -30507,7 +30666,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -30516,7 +30675,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -30525,7 +30684,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Int32"
]
@@ -30537,7 +30696,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateSet": [
"LicenseIncluded",
@@ -30550,7 +30709,7 @@
"Type": {
"Namespace": "System.Security",
"Name": "System.Security.SecureString",
- "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -30559,7 +30718,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -30606,7 +30765,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -30621,7 +30780,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -30636,7 +30795,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -30651,7 +30810,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Int32"
]
@@ -30669,7 +30828,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -30699,7 +30858,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -30714,7 +30873,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -30732,7 +30891,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -30747,7 +30906,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -30762,7 +30921,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -30778,7 +30937,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -30808,7 +30967,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Int32"
]
@@ -30826,7 +30985,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Int32"
]
@@ -30844,7 +31003,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -30859,7 +31018,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateSet": [
"Standard",
@@ -30878,7 +31037,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateSet": [
"Standard",
@@ -30897,7 +31056,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.ArrayList",
- "AssemblyQualifiedName": "System.Collections.ArrayList, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.ArrayList, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -30912,7 +31071,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -30927,7 +31086,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -30942,7 +31101,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -30957,7 +31116,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Int32"
]
@@ -30975,7 +31134,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateSet": [
"LicenseIncluded",
@@ -30994,7 +31153,7 @@
"Type": {
"Namespace": "System.Security",
"Name": "System.Security.SecureString",
- "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -31009,7 +31168,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateSet": [
"Managed",
@@ -31028,7 +31187,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -31092,7 +31251,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -31107,7 +31266,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -31122,7 +31281,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateSet": [
"Managed",
@@ -31141,7 +31300,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -31202,7 +31361,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -31217,7 +31376,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -31235,7 +31394,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -31250,7 +31409,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -31265,7 +31424,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -31280,7 +31439,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Int32"
]
@@ -31298,7 +31457,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -31328,7 +31487,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -31343,7 +31502,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -31361,7 +31520,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -31376,7 +31535,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -31391,7 +31550,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -31407,7 +31566,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -31437,7 +31596,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Int32"
]
@@ -31455,7 +31614,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Int32"
]
@@ -31473,7 +31632,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -31488,7 +31647,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateSet": [
"Standard",
@@ -31507,7 +31666,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateSet": [
"Standard",
@@ -31526,7 +31685,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.ArrayList",
- "AssemblyQualifiedName": "System.Collections.ArrayList, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.ArrayList, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -31541,7 +31700,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -31556,7 +31715,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -31571,7 +31730,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -31586,7 +31745,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Int32"
]
@@ -31604,7 +31763,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateSet": [
"LicenseIncluded",
@@ -31623,7 +31782,7 @@
"Type": {
"Namespace": "System.Security",
"Name": "System.Security.SecureString",
- "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -31638,7 +31797,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateSet": [
"Managed",
@@ -31657,7 +31816,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -31718,7 +31877,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -31733,7 +31892,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -31751,7 +31910,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -31766,7 +31925,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -31781,7 +31940,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateSet": [
"Managed",
@@ -31800,7 +31959,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -31861,7 +32020,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.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -31884,7 +32043,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -31899,7 +32058,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -31914,7 +32073,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Int32"
]
@@ -31932,7 +32091,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -31962,7 +32121,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -31977,7 +32136,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -31995,7 +32154,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -32010,7 +32169,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -32025,7 +32184,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -32041,7 +32200,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -32071,7 +32230,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Int32"
]
@@ -32089,7 +32248,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Int32"
]
@@ -32107,7 +32266,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -32122,7 +32281,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateSet": [
"Standard",
@@ -32141,7 +32300,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateSet": [
"Standard",
@@ -32160,7 +32319,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.ArrayList",
- "AssemblyQualifiedName": "System.Collections.ArrayList, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.ArrayList, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -32175,7 +32334,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -32190,7 +32349,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -32205,7 +32364,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -32220,7 +32379,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Int32"
]
@@ -32238,7 +32397,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateSet": [
"LicenseIncluded",
@@ -32257,7 +32416,7 @@
"Type": {
"Namespace": "System.Security",
"Name": "System.Security.SecureString",
- "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -32272,7 +32431,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateSet": [
"Managed",
@@ -32291,7 +32450,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -32352,7 +32511,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.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -32375,7 +32534,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -32390,7 +32549,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateSet": [
"Managed",
@@ -32409,7 +32568,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -32470,7 +32629,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateSet": [
"Managed",
@@ -32489,7 +32648,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -32557,7 +32716,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.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSLinkedService, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactory.Models.LinkedService",
"Name": "System.String",
@@ -32627,7 +32786,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -32639,7 +32798,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -32657,7 +32816,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -32666,7 +32825,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -32675,7 +32834,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -32713,7 +32872,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -32731,7 +32890,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -32746,7 +32905,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -32761,7 +32920,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -32825,7 +32984,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -32840,7 +32999,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -32957,7 +33116,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.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipeline, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.13.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]",
@@ -33028,7 +33187,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -33040,7 +33199,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -33058,7 +33217,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -33067,7 +33226,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -33076,7 +33235,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -33114,7 +33273,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -33132,7 +33291,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -33147,7 +33306,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -33162,7 +33321,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -33226,7 +33385,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -33241,7 +33400,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -33358,7 +33517,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.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactory.Models.Trigger",
"Name": "System.String",
@@ -33429,7 +33588,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -33441,7 +33600,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -33459,7 +33618,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -33468,7 +33627,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -33477,7 +33636,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -33515,7 +33674,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -33533,7 +33692,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -33548,7 +33707,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -33563,7 +33722,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -33627,7 +33786,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -33642,7 +33801,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -33759,7 +33918,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.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFlowDebugSession, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SessionId": "System.String",
"Status": "System.String"
@@ -33817,7 +33976,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -33835,7 +33994,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -33844,7 +34003,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.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -33866,7 +34025,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -33875,7 +34034,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -33913,7 +34072,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -33928,7 +34087,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -33943,7 +34102,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -34007,7 +34166,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -34022,7 +34181,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.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -34099,7 +34258,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -34114,7 +34273,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -34228,7 +34387,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.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSManagedIntegrationRuntimeStatus, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.13.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]",
@@ -34337,7 +34496,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -34349,7 +34508,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -34358,7 +34517,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -34367,7 +34526,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -34376,7 +34535,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.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -34468,7 +34627,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -34483,7 +34642,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -34498,7 +34657,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -34562,7 +34721,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -34623,7 +34782,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.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -34699,7 +34858,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.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactory.Models.Trigger",
"Name": "System.String",
@@ -34770,7 +34929,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -34779,7 +34938,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.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactory.Models.Trigger",
"Name": "System.String",
@@ -34806,7 +34965,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -34815,7 +34974,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -34824,7 +34983,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -34862,7 +35021,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -34877,7 +35036,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -34892,7 +35051,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -34953,7 +35112,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.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactory.Models.Trigger",
"Name": "System.String",
@@ -35069,7 +35228,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -35137,7 +35296,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Void",
- "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ParameterSets": [
"__AllParameterSets"
@@ -35147,7 +35306,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ParameterSets": [
"__AllParameterSets"
@@ -35160,7 +35319,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -35187,7 +35346,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -35196,7 +35355,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.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -35218,7 +35377,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -35227,7 +35386,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -35262,7 +35421,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -35277,7 +35436,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -35292,7 +35451,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -35368,7 +35527,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -35383,7 +35542,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.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -35472,7 +35631,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -35487,7 +35646,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -35631,7 +35790,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Void",
- "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ParameterSets": [
"__AllParameterSets"
@@ -35656,7 +35815,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -35668,7 +35827,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -35677,7 +35836,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -35686,7 +35845,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -35695,7 +35854,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.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -35787,7 +35946,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -35802,7 +35961,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -35817,7 +35976,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -35881,7 +36040,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -35942,7 +36101,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.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -36018,7 +36177,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ParameterSets": [
"__AllParameterSets"
@@ -36031,7 +36190,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.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipelineRun, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"InvokedBy": "Microsoft.Azure.Management.DataFactory.Models.PipelineRunInvokedBy",
"Parameters": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -36056,7 +36215,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -36074,7 +36233,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.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -36096,7 +36255,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -36105,7 +36264,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -36140,7 +36299,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.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipelineRun, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"InvokedBy": "Microsoft.Azure.Management.DataFactory.Models.PipelineRunInvokedBy",
"Parameters": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -36217,7 +36376,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -36232,7 +36391,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -36247,7 +36406,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -36308,7 +36467,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -36323,7 +36482,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.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -36450,7 +36609,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.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactory.Models.Trigger",
"Name": "System.String",
@@ -36521,7 +36680,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -36530,7 +36689,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.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactory.Models.Trigger",
"Name": "System.String",
@@ -36557,7 +36716,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -36566,7 +36725,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -36575,7 +36734,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -36613,7 +36772,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -36628,7 +36787,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -36643,7 +36802,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -36704,7 +36863,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.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactory.Models.Trigger",
"Name": "System.String",
@@ -36820,7 +36979,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -36888,7 +37047,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ParameterSets": [
"__AllParameterSets"
@@ -36901,7 +37060,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.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTriggerRun, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.13.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]",
@@ -36923,7 +37082,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -36932,7 +37091,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -36950,7 +37109,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.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -36972,7 +37131,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -36981,7 +37140,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -37016,7 +37175,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.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTriggerRun, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.13.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]",
@@ -37090,7 +37249,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -37105,7 +37264,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -37120,7 +37279,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -37135,7 +37294,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -37196,7 +37355,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -37211,7 +37370,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -37226,7 +37385,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.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -37353,7 +37512,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ParameterSets": [
"__AllParameterSets"
@@ -37369,7 +37528,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -37378,7 +37537,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.DataFactories, Version=1.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -37396,7 +37555,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -37405,7 +37564,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -37443,7 +37602,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -37489,7 +37648,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.DataFactories, Version=1.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -37516,7 +37675,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -37562,7 +37721,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -37577,7 +37736,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -37595,7 +37754,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -37648,7 +37807,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Void",
- "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ParameterSets": [
"__AllParameterSets"
@@ -37670,7 +37829,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -37682,7 +37841,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -37691,7 +37850,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -37700,7 +37859,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -37709,7 +37868,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.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -37798,7 +37957,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -37813,7 +37972,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -37828,7 +37987,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -37892,7 +38051,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -37953,7 +38112,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.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -38029,7 +38188,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.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -38097,7 +38256,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -38109,7 +38268,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -38118,7 +38277,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -38127,7 +38286,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -38136,7 +38295,7 @@
"Type": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IDictionary`2[System.String,System.Object]",
- "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.Object, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.Object, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.String",
"System.Object"
@@ -38149,7 +38308,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -38158,7 +38317,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -38167,7 +38326,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -38176,7 +38335,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -38185,7 +38344,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.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -38207,7 +38366,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -38216,7 +38375,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -38251,7 +38410,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -38269,7 +38428,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -38284,7 +38443,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -38299,7 +38458,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -38314,7 +38473,7 @@
"Type": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IDictionary`2[System.String,System.Object]",
- "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.Object, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.Object, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.String",
"System.Object"
@@ -38333,7 +38492,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -38348,7 +38507,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -38363,7 +38522,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -38378,7 +38537,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -38393,7 +38552,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -38439,7 +38598,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -38454,7 +38613,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -38469,7 +38628,7 @@
"Type": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IDictionary`2[System.String,System.Object]",
- "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.Object, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.Object, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.String",
"System.Object"
@@ -38488,7 +38647,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -38503,7 +38662,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -38518,7 +38677,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -38533,7 +38692,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -38548,7 +38707,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -38594,7 +38753,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.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -38622,7 +38781,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -38637,7 +38796,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -38652,7 +38811,7 @@
"Type": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IDictionary`2[System.String,System.Object]",
- "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.Object, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.Object, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.String",
"System.Object"
@@ -38671,7 +38830,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -38686,7 +38845,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -38701,7 +38860,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -38716,7 +38875,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -38731,7 +38890,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -38777,7 +38936,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -38792,7 +38951,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -38807,7 +38966,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -38822,7 +38981,7 @@
"Type": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IDictionary`2[System.String,System.Object]",
- "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.Object, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.Object, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.String",
"System.Object"
@@ -38841,7 +39000,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -38856,7 +39015,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -38871,7 +39030,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -38886,7 +39045,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -38901,7 +39060,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -38954,7 +39113,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.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSSelfHostedIntegrationRuntimeStatus, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.13.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]",
@@ -39043,7 +39202,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateSet": [
"On",
@@ -39056,7 +39215,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.TimeSpan]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.TimeSpan, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.TimeSpan, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.TimeSpan"
]
@@ -39071,7 +39230,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -39083,7 +39242,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -39092,7 +39251,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -39101,7 +39260,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -39110,7 +39269,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.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -39153,7 +39312,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateSet": [
"On",
@@ -39172,7 +39331,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.TimeSpan]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.TimeSpan, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.TimeSpan, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.TimeSpan"
]
@@ -39224,7 +39383,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -39239,7 +39398,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -39254,7 +39413,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -39269,7 +39428,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateSet": [
"On",
@@ -39288,7 +39447,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.TimeSpan]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.TimeSpan, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.TimeSpan, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.TimeSpan"
]
@@ -39340,7 +39499,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -39355,7 +39514,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateSet": [
"On",
@@ -39374,7 +39533,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.TimeSpan]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.TimeSpan, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.TimeSpan, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.TimeSpan"
]
@@ -39423,7 +39582,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.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -39446,7 +39605,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateSet": [
"On",
@@ -39465,7 +39624,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.TimeSpan]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.TimeSpan, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.TimeSpan, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.TimeSpan"
]
@@ -39521,7 +39680,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.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSSelfHostedIntegrationRuntimeNode, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Capabilities": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"IsActiveDispatcher": "System.Nullable`1[System.Boolean]",
@@ -39613,7 +39772,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -39622,7 +39781,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -39631,7 +39790,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -39643,7 +39802,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -39652,7 +39811,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -39661,7 +39820,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -39670,7 +39829,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.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -39713,7 +39872,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -39728,7 +39887,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -39774,7 +39933,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -39789,7 +39948,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -39804,7 +39963,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -39819,7 +39978,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -39834,7 +39993,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -39883,7 +40042,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -39898,7 +40057,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -39913,7 +40072,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -39959,7 +40118,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.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -39982,7 +40141,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -39997,7 +40156,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -40194,12 +40353,12 @@
"System.Type": {
"Namespace": "System",
"Name": "System.Type",
- "AssemblyQualifiedName": "System.Type, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Type, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"System.Void": {
"Namespace": "System",
"Name": "System.Void",
- "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity": {
"Namespace": "Microsoft.Azure.Management.DataFactory.Models",
@@ -40286,7 +40445,7 @@
"System.Collections.Generic.IDictionary`2[System.String,System.Object]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IDictionary`2[System.String,System.Object]",
- "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.Object, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.Object, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.String",
"System.Object"
@@ -40295,12 +40454,12 @@
"System.Object": {
"Namespace": "System",
"Name": "System.Object",
- "AssemblyQualifiedName": "System.Object, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Object, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"System.Nullable`1[System.Guid]": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Guid]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Guid, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Guid, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Guid"
]
@@ -40308,7 +40467,7 @@
"System.Guid": {
"Namespace": "System",
"Name": "System.Guid",
- "AssemblyQualifiedName": "System.Guid, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Guid, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"Microsoft.Azure.Management.DataFactory.Models.FactoryRepoConfiguration": {
"Namespace": "Microsoft.Azure.Management.DataFactory.Models",
@@ -40388,7 +40547,7 @@
"System.Nullable`1[System.Boolean]": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Boolean]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Boolean"
]
@@ -40396,7 +40555,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=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification, Microsoft.Azure.Management.DataFactory, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification, Microsoft.Azure.Management.DataFactory, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.String",
"Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification"
@@ -40460,7 +40619,7 @@
"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=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.String",
"System.String"
@@ -40523,7 +40682,7 @@
"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=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.String"
]
@@ -40563,13 +40722,13 @@
"System.Byte[]": {
"Namespace": "System",
"Name": "System.Byte[]",
- "AssemblyQualifiedName": "System.Byte[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Byte[], System.Private.CoreLib, Version=6.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]",
- "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount"
]
@@ -40577,7 +40736,7 @@
"System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment"
]
@@ -40585,7 +40744,7 @@
"System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]",
- "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription"
]
@@ -40654,7 +40813,7 @@
"System.Collections.Generic.IList`1[System.Object]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[System.Object]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[System.Object, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[System.Object, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Object"
]
@@ -40701,12 +40860,12 @@
"System.DateTime": {
"Namespace": "System",
"Name": "System.DateTime",
- "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"System.Nullable`1[System.DateTime]": {
"Namespace": "System",
"Name": "System.Nullable`1[System.DateTime]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.DateTime"
]
@@ -40714,7 +40873,7 @@
"System.Nullable`1[System.Int32]": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Int32"
]
@@ -40722,7 +40881,7 @@
"System.Nullable`1[System.TimeSpan]": {
"Namespace": "System",
"Name": "System.Nullable`1[System.TimeSpan]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.TimeSpan, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.TimeSpan, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.TimeSpan"
]
@@ -40730,7 +40889,7 @@
"System.TimeSpan": {
"Namespace": "System",
"Name": "System.TimeSpan",
- "AssemblyQualifiedName": "System.TimeSpan, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.TimeSpan, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"Microsoft.Azure.Management.DataFactories.Common.Models.Availability": {
"Namespace": "Microsoft.Azure.Management.DataFactories.Common.Models",
@@ -40944,7 +41103,7 @@
"System.Nullable`1[System.Double]": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Double]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Double, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Double, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Double"
]
@@ -40952,7 +41111,7 @@
"System.Nullable`1[System.Int64]": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Int64]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Int64"
]
@@ -41074,7 +41233,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.DataFactories.Common.Models.DataElement]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.DataFactories.Common.Models.DataElement]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.DataFactories.Common.Models.DataElement, Microsoft.Azure.Management.DataFactories, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.DataFactories.Common.Models.DataElement, Microsoft.Azure.Management.DataFactories, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.DataFactories.Common.Models.DataElement"
]
@@ -41452,7 +41611,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.DataFactories.Models.Activity]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.DataFactories.Models.Activity]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.DataFactories.Models.Activity, Microsoft.Azure.Management.DataFactories, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.DataFactories.Models.Activity, Microsoft.Azure.Management.DataFactories, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.DataFactories.Models.Activity"
]
@@ -41570,7 +41729,7 @@
"System.Nullable`1[System.UInt32]": {
"Namespace": "System",
"Name": "System.Nullable`1[System.UInt32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.UInt32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.UInt32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.UInt32"
]
@@ -41661,7 +41820,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.DataFactories.Common.Models.ActivityInput]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.DataFactories.Common.Models.ActivityInput]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.DataFactories.Common.Models.ActivityInput, Microsoft.Azure.Management.DataFactories, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.DataFactories.Common.Models.ActivityInput, Microsoft.Azure.Management.DataFactories, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.DataFactories.Common.Models.ActivityInput"
]
@@ -41718,7 +41877,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.DataFactories.Common.Models.ActivityOutput]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.DataFactories.Common.Models.ActivityOutput]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.DataFactories.Common.Models.ActivityOutput, Microsoft.Azure.Management.DataFactories, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.DataFactories.Common.Models.ActivityOutput, Microsoft.Azure.Management.DataFactories, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.DataFactories.Common.Models.ActivityOutput"
]
@@ -41772,7 +41931,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.DataFactories.Models.Dataset]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.DataFactories.Models.Dataset]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.DataFactories.Models.Dataset, Microsoft.Azure.Management.DataFactories, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.DataFactories.Models.Dataset, Microsoft.Azure.Management.DataFactories, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.DataFactories.Models.Dataset"
]
@@ -42120,7 +42279,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=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.DataFactory.Models.ParameterSpecification, Microsoft.Azure.Management.DataFactory, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.DataFactory.Models.ParameterSpecification, Microsoft.Azure.Management.DataFactory, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.String",
"Microsoft.Azure.Management.DataFactory.Models.ParameterSpecification"
@@ -42184,7 +42343,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.Management.DataFactory, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.DataFactory.Models.CustomSetupBase, Microsoft.Azure.Management.DataFactory, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.DataFactory.Models.CustomSetupBase"
]
@@ -42226,13 +42385,13 @@
"System.String[]": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"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.Management.DataFactory, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeNodeMonitoringData, Microsoft.Azure.Management.DataFactory, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeNodeMonitoringData"
]
@@ -42326,7 +42485,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.Management.DataFactory, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.DataFactory.Models.ManagedIntegrationRuntimeError, Microsoft.Azure.Management.DataFactory, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.DataFactory.Models.ManagedIntegrationRuntimeError"
]
@@ -42400,7 +42559,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.16.12.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Category": "System.String",
"EndPoint": "System.String"
@@ -42570,7 +42729,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.Management.DataFactory, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.DataFactory.Models.Activity, Microsoft.Azure.Management.DataFactory, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.DataFactory.Models.Activity"
]
@@ -42648,7 +42807,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.Management.DataFactory, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.DataFactory.Models.ActivityDependency, Microsoft.Azure.Management.DataFactory, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.DataFactory.Models.ActivityDependency"
]
@@ -42716,7 +42875,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.Management.DataFactory, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.DataFactory.Models.UserProperty, Microsoft.Azure.Management.DataFactory, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.DataFactory.Models.UserProperty"
]
@@ -42921,7 +43080,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.Management.DataFactory, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.DataFactory.Models.ManagedIntegrationRuntimeNode, Microsoft.Azure.Management.DataFactory, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.DataFactory.Models.ManagedIntegrationRuntimeNode"
]
@@ -42990,7 +43149,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.Management.DataFactory, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.DataFactory.Models.LinkedIntegrationRuntime, Microsoft.Azure.Management.DataFactory, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.DataFactory.Models.LinkedIntegrationRuntime"
]
@@ -43064,7 +43223,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.Management.DataFactory, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.DataFactory.Models.SelfHostedIntegrationRuntimeNode, Microsoft.Azure.Management.DataFactory, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.DataFactory.Models.SelfHostedIntegrationRuntimeNode"
]
diff --git a/tools/Tools.Common/SerializedCmdlets/Az.DataMigration.json b/tools/Tools.Common/SerializedCmdlets/Az.DataMigration.json
deleted file mode 100644
index a36677602efe..000000000000
--- a/tools/Tools.Common/SerializedCmdlets/Az.DataMigration.json
+++ /dev/null
@@ -1,24805 +0,0 @@
-{
- "ModuleName": "Az.DataMigration",
- "ModuleVersion": "0.14.0",
- "Cmdlets": [
- {
- "VerbName": "Get",
- "NounName": "AzDataMigrationProject",
- "Name": "Get-AzDataMigrationProject",
- "ClassName": "Microsoft.Azure.Commands.DataMigration.Cmdlets.GetProjectCmdlet",
- "SupportsShouldProcess": false,
- "ConfirmImpact": 2,
- "SupportsPaging": false,
- "DefaultParameterSetName": "ComponentNameParameterSet",
- "OutputTypes": [
- {
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.DataMigration.Models",
- "Name": "Microsoft.Azure.Commands.DataMigration.Models.PSProject",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataMigration.Models.PSProject, Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "Project": "Microsoft.Azure.Management.DataMigration.Models.Project",
- "ResourceGroupName": "System.String",
- "ServiceName": "System.String",
- "Location": "System.String",
- "Name": "System.String"
- },
- "Methods": [
- {
- "Name": "GetType",
- "ReturnType": "System.Type"
- },
- {
- "Name": "ToString",
- "ReturnType": "System.String"
- },
- {
- "Name": "Equals",
- "Parameters": [
- {
- "Name": "obj",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Boolean"
- },
- {
- "Name": "GetHashCode",
- "ReturnType": "System.Int32"
- }
- ],
- "Constructors": [
- {
- "Name": "",
- "Parameters": [
- {
- "Name": "project",
- "Type": "System.Reflection.RuntimeParameterInfo"
- }
- ]
- }
- ]
- },
- "ParameterSets": [
- "__AllParameterSets"
- ]
- }
- ],
- "Parameters": [
- {
- "Name": "InputObject",
- "AliasList": [
- "DataMigrationService"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.DataMigration.Models",
- "Name": "Microsoft.Azure.Commands.DataMigration.Models.PSDataMigrationService",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataMigration.Models.PSDataMigrationService, Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "Service": "Microsoft.Azure.Management.DataMigration.Models.DataMigrationService",
- "ResourceGroupName": "System.String",
- "Name": "System.String",
- "Location": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "ResourceId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "ServiceName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "Name",
- "AliasList": [
- "ProjectName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- }
- ],
- "ParameterSets": [
- {
- "Name": "ComponentObjectParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "InputObject",
- "AliasList": [
- "DataMigrationService"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.DataMigration.Models",
- "Name": "Microsoft.Azure.Commands.DataMigration.Models.PSDataMigrationService",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataMigration.Models.PSDataMigrationService, Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "Service": "Microsoft.Azure.Management.DataMigration.Models.DataMigrationService",
- "ResourceGroupName": "System.String",
- "Name": "System.String",
- "Location": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": 0,
- "ValueFromPipeline": true,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "ProjectName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "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": "ResourceIdParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ResourceId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": 0,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
- {
- "ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "ProjectName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "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": "ComponentNameParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ServiceName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "ProjectName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "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": "Name",
- "AliasList": [
- "ProjectName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "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
- }
- ]
- }
- ],
- "AliasList": [
- "Get-AzDmsProject"
- ]
- },
- {
- "VerbName": "Get",
- "NounName": "AzDataMigrationService",
- "Name": "Get-AzDataMigrationService",
- "ClassName": "Microsoft.Azure.Commands.DataMigration.Cmdlets.GetAzureDataMigrationService",
- "SupportsShouldProcess": false,
- "ConfirmImpact": 2,
- "SupportsPaging": false,
- "DefaultParameterSetName": "ResourceGroupSet",
- "OutputTypes": [
- {
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.DataMigration.Models",
- "Name": "Microsoft.Azure.Commands.DataMigration.Models.PSDataMigrationService",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataMigration.Models.PSDataMigrationService, Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "Service": "Microsoft.Azure.Management.DataMigration.Models.DataMigrationService",
- "ResourceGroupName": "System.String",
- "Name": "System.String",
- "Location": "System.String"
- },
- "Methods": [
- {
- "Name": "GetType",
- "ReturnType": "System.Type"
- },
- {
- "Name": "ToString",
- "ReturnType": "System.String"
- },
- {
- "Name": "Equals",
- "Parameters": [
- {
- "Name": "obj",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Boolean"
- },
- {
- "Name": "GetHashCode",
- "ReturnType": "System.Int32"
- }
- ],
- "Constructors": [
- {
- "Name": "",
- "Parameters": [
- {
- "Name": "service",
- "Type": "System.Reflection.RuntimeParameterInfo"
- }
- ]
- }
- ]
- },
- "ParameterSets": [
- "__AllParameterSets"
- ]
- }
- ],
- "Parameters": [
- {
- "Name": "ResourceId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "Name",
- "AliasList": [
- "ServiceName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- }
- ],
- "ParameterSets": [
- {
- "Name": "ResourceIdParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ResourceId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": 0,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "ServiceNameGroupSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": 0,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "ServiceName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": 1,
- "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": "ResourceGroupSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "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": "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
- }
- ]
- }
- ],
- "AliasList": [
- "Get-AzDms"
- ]
- },
- {
- "VerbName": "Get",
- "NounName": "AzDataMigrationTask",
- "Name": "Get-AzDataMigrationTask",
- "ClassName": "Microsoft.Azure.Commands.DataMigration.Cmdlets.GetDataMigrationTask",
- "SupportsShouldProcess": false,
- "ConfirmImpact": 2,
- "SupportsPaging": false,
- "DefaultParameterSetName": "ListByComponent",
- "OutputTypes": [
- {
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.DataMigration.Models",
- "Name": "Microsoft.Azure.Commands.DataMigration.Models.PSProjectTask",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataMigration.Models.PSProjectTask, Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "ProjectTask": "Microsoft.Azure.Management.DataMigration.Models.ProjectTask",
- "ResourceGroupName": "System.String",
- "ServiceName": "System.String",
- "ProjectName": "System.String",
- "Name": "System.String"
- },
- "Methods": [
- {
- "Name": "GetType",
- "ReturnType": "System.Type"
- },
- {
- "Name": "ToString",
- "ReturnType": "System.String"
- },
- {
- "Name": "Equals",
- "Parameters": [
- {
- "Name": "obj",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Boolean"
- },
- {
- "Name": "GetHashCode",
- "ReturnType": "System.Int32"
- }
- ],
- "Constructors": [
- {
- "Name": "",
- "Parameters": [
- {
- "Name": "task",
- "Type": "System.Reflection.RuntimeParameterInfo"
- }
- ]
- }
- ]
- },
- "ParameterSets": [
- "__AllParameterSets"
- ]
- }
- ],
- "Parameters": [
- {
- "Name": "InputObject",
- "AliasList": [
- "Project"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.DataMigration.Models",
- "Name": "Microsoft.Azure.Commands.DataMigration.Models.PSProject",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataMigration.Models.PSProject, Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "Project": "Microsoft.Azure.Management.DataMigration.Models.Project",
- "ResourceGroupName": "System.String",
- "ServiceName": "System.String",
- "Location": "System.String",
- "Name": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "ResourceId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "ServiceName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "ProjectName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "Name",
- "AliasList": [
- "TaskName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "Expand",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "ResultType",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.DataMigration.Models",
- "Name": "Microsoft.Azure.Commands.DataMigration.Models.ResultTypeEnum",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataMigration.Models.ResultTypeEnum, Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "TaskType",
- "Type": {
- "Namespace": "System",
- "Name": "System.Nullable`1[Microsoft.Azure.Commands.DataMigration.Models.TaskTypeEnum]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.DataMigration.Models.TaskTypeEnum, Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "Microsoft.Azure.Commands.DataMigration.Models.TaskTypeEnum"
- ]
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- }
- ],
- "ParameterSets": [
- {
- "Name": "ListByInputObject",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "InputObject",
- "AliasList": [
- "Project"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.DataMigration.Models",
- "Name": "Microsoft.Azure.Commands.DataMigration.Models.PSProject",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataMigration.Models.PSProject, Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "Project": "Microsoft.Azure.Management.DataMigration.Models.Project",
- "ResourceGroupName": "System.String",
- "ServiceName": "System.String",
- "Location": "System.String",
- "Name": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": 0,
- "ValueFromPipeline": true,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "TaskType",
- "Type": {
- "Namespace": "System",
- "Name": "System.Nullable`1[Microsoft.Azure.Commands.DataMigration.Models.TaskTypeEnum]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.DataMigration.Models.TaskTypeEnum, Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "Microsoft.Azure.Commands.DataMigration.Models.TaskTypeEnum"
- ]
- },
- "ValidateNotNullOrEmpty": true
- },
- "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": "GetByInputObject",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "InputObject",
- "AliasList": [
- "Project"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.DataMigration.Models",
- "Name": "Microsoft.Azure.Commands.DataMigration.Models.PSProject",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataMigration.Models.PSProject, Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "Project": "Microsoft.Azure.Management.DataMigration.Models.Project",
- "ResourceGroupName": "System.String",
- "ServiceName": "System.String",
- "Location": "System.String",
- "Name": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "TaskName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Expand",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": true
- },
- "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": "GetByInputObjectResultType",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "InputObject",
- "AliasList": [
- "Project"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.DataMigration.Models",
- "Name": "Microsoft.Azure.Commands.DataMigration.Models.PSProject",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataMigration.Models.PSProject, Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "Project": "Microsoft.Azure.Management.DataMigration.Models.Project",
- "ResourceGroupName": "System.String",
- "ServiceName": "System.String",
- "Location": "System.String",
- "Name": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "TaskName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Expand",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ResultType",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.DataMigration.Models",
- "Name": "Microsoft.Azure.Commands.DataMigration.Models.ResultTypeEnum",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataMigration.Models.ResultTypeEnum, Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "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": "ListByResourceId",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ResourceId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": 0,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
- {
- "ParameterMetadata": {
- "Name": "TaskType",
- "Type": {
- "Namespace": "System",
- "Name": "System.Nullable`1[Microsoft.Azure.Commands.DataMigration.Models.TaskTypeEnum]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.DataMigration.Models.TaskTypeEnum, Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "Microsoft.Azure.Commands.DataMigration.Models.TaskTypeEnum"
- ]
- },
- "ValidateNotNullOrEmpty": true
- },
- "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": "GetByResourceId",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ResourceId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "TaskName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Expand",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": true
- },
- "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": "GetByResourceIdResultType",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ResourceId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "TaskName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Expand",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ResultType",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.DataMigration.Models",
- "Name": "Microsoft.Azure.Commands.DataMigration.Models.ResultTypeEnum",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataMigration.Models.ResultTypeEnum, Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "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": "ListByComponent",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ServiceName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ProjectName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "TaskType",
- "Type": {
- "Namespace": "System",
- "Name": "System.Nullable`1[Microsoft.Azure.Commands.DataMigration.Models.TaskTypeEnum]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.DataMigration.Models.TaskTypeEnum, Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "Microsoft.Azure.Commands.DataMigration.Models.TaskTypeEnum"
- ]
- },
- "ValidateNotNullOrEmpty": true
- },
- "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": "GetByComponent",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ServiceName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ProjectName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "TaskName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Expand",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": true
- },
- "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": "GetByComponentResultType",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ServiceName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ProjectName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "TaskName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Expand",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ResultType",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.DataMigration.Models",
- "Name": "Microsoft.Azure.Commands.DataMigration.Models.ResultTypeEnum",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataMigration.Models.ResultTypeEnum, Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "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": "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
- }
- ]
- }
- ],
- "AliasList": [
- "Get-AzDmsTask"
- ]
- },
- {
- "VerbName": "Invoke",
- "NounName": "AzDataMigrationCommand",
- "Name": "Invoke-AzDataMigrationCommand",
- "ClassName": "Microsoft.Azure.Commands.DataMigration.Cmdlets.InvokeDataMigrationCommand",
- "SupportsShouldProcess": true,
- "ConfirmImpact": 2,
- "SupportsPaging": false,
- "DefaultParameterSetName": "ComponentNameParameterSet",
- "OutputTypes": [
- {
- "Type": {
- "Namespace": "Microsoft.Azure.Management.DataMigration.Models",
- "Name": "Microsoft.Azure.Management.DataMigration.Models.CommandProperties",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.DataMigration.Models.CommandProperties, Microsoft.Azure.Management.DataMigration, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "Errors": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.DataMigration.Models.ODataError]",
- "State": "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": "errors",
- "Type": "System.Reflection.RuntimeParameterInfo"
- },
- {
- "Name": "state",
- "Type": "System.Reflection.RuntimeParameterInfo"
- }
- ]
- }
- ]
- },
- "ParameterSets": [
- "__AllParameterSets"
- ]
- }
- ],
- "Parameters": [
- {
- "Name": "CommandType",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.DataMigration.Models",
- "Name": "Microsoft.Azure.Commands.DataMigration.Models.CommandTypeEnum",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataMigration.Models.CommandTypeEnum, Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "ServiceName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "ProjectName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "TaskName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- }
- ],
- "ParameterSets": [
- {
- "Name": "__AllParameterSets",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "CommandType",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.DataMigration.Models",
- "Name": "Microsoft.Azure.Commands.DataMigration.Models.CommandTypeEnum",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataMigration.Models.CommandTypeEnum, Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "TaskName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "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": "ComponentNameParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
- {
- "ParameterMetadata": {
- "Name": "ServiceName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
- {
- "ParameterMetadata": {
- "Name": "ProjectName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
- {
- "ParameterMetadata": {
- "Name": "CommandType",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.DataMigration.Models",
- "Name": "Microsoft.Azure.Commands.DataMigration.Models.CommandTypeEnum",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataMigration.Models.CommandTypeEnum, Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "TaskName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "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
- }
- ]
- }
- ],
- "AliasList": [
- "Invoke-AzDmsCommand"
- ]
- },
- {
- "VerbName": "New",
- "NounName": "AzDataMigrationAzureActiveDirectoryApp",
- "Name": "New-AzDataMigrationAzureActiveDirectoryApp",
- "ClassName": "Microsoft.Azure.Commands.DataMigration.Cmdlets.NewAzureActiveDirectoryAppCmdlet",
- "SupportsShouldProcess": true,
- "ConfirmImpact": 2,
- "SupportsPaging": false,
- "DefaultParameterSetName": "__AllParameterSets",
- "OutputTypes": [
- {
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.DataMigration.Models",
- "Name": "Microsoft.Azure.Commands.DataMigration.Models.PSAzureActiveDirectoryApp",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataMigration.Models.PSAzureActiveDirectoryApp, Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "AppKey": "System.Security.SecureString",
- "ApplicationId": "System.String",
- "TenantId": "System.String"
- },
- "Methods": [
- {
- "Name": "GetType",
- "ReturnType": "System.Type"
- },
- {
- "Name": "ToString",
- "ReturnType": "System.String"
- },
- {
- "Name": "Equals",
- "Parameters": [
- {
- "Name": "obj",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Boolean"
- },
- {
- "Name": "GetHashCode",
- "ReturnType": "System.Int32"
- }
- ],
- "Constructors": [
- {
- "Name": "",
- "Parameters": [
- {
- "Name": "tenantId",
- "Type": "System.Reflection.RuntimeParameterInfo"
- }
- ]
- }
- ]
- },
- "ParameterSets": [
- "__AllParameterSets"
- ]
- }
- ],
- "Parameters": [
- {
- "Name": "ApplicationId",
- "AliasList": [
- "AppId"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "AppKey",
- "AliasList": [
- "Key"
- ],
- "Type": {
- "Namespace": "System.Security",
- "Name": "System.Security.SecureString",
- "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- }
- ],
- "ParameterSets": [
- {
- "Name": "__AllParameterSets",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ApplicationId",
- "AliasList": [
- "AppId"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "AppKey",
- "AliasList": [
- "Key"
- ],
- "Type": {
- "Namespace": "System.Security",
- "Name": "System.Security.SecureString",
- "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "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
- }
- ]
- }
- ],
- "AliasList": [
- "New-AzDmsAadApp"
- ]
- },
- {
- "VerbName": "New",
- "NounName": "AzDataMigrationConnectionInfo",
- "Name": "New-AzDataMigrationConnectionInfo",
- "ClassName": "Microsoft.Azure.Commands.DataMigration.Cmdlets.NewConnectionInfoCmdlet",
- "SupportsShouldProcess": false,
- "ConfirmImpact": 2,
- "SupportsPaging": false,
- "DefaultParameterSetName": "__AllParameterSets",
- "OutputTypes": [
- {
- "Type": {
- "Namespace": "Microsoft.Azure.Management.DataMigration.Models",
- "Name": "Microsoft.Azure.Management.DataMigration.Models.ConnectionInfo",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.DataMigration.Models.ConnectionInfo, Microsoft.Azure.Management.DataMigration, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "UserName": "System.String",
- "Password": "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": "userName",
- "Type": "System.Reflection.RuntimeParameterInfo"
- },
- {
- "Name": "password",
- "Type": "System.Reflection.RuntimeParameterInfo"
- }
- ]
- }
- ]
- },
- "ParameterSets": [
- "__AllParameterSets"
- ]
- }
- ],
- "Parameters": [
- {
- "Name": "ServerType",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.DataMigration.Models",
- "Name": "Microsoft.Azure.Commands.DataMigration.Models.ServerTypeEnum",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataMigration.Models.ServerTypeEnum, Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- }
- ],
- "ParameterSets": [
- {
- "Name": "__AllParameterSets",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ServerType",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.DataMigration.Models",
- "Name": "Microsoft.Azure.Commands.DataMigration.Models.ServerTypeEnum",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataMigration.Models.ServerTypeEnum, Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "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
- }
- ]
- }
- ],
- "AliasList": [
- "New-AzDmsConnInfo"
- ]
- },
- {
- "VerbName": "New",
- "NounName": "AzDataMigrationDatabaseInfo",
- "Name": "New-AzDataMigrationDatabaseInfo",
- "ClassName": "Microsoft.Azure.Commands.DataMigration.Cmdlets.NewDatabaseInfoCmdlet",
- "SupportsShouldProcess": false,
- "ConfirmImpact": 2,
- "SupportsPaging": false,
- "DefaultParameterSetName": "__AllParameterSets",
- "OutputTypes": [
- {
- "Type": {
- "Namespace": "Microsoft.Azure.Management.DataMigration.Models",
- "Name": "Microsoft.Azure.Management.DataMigration.Models.DatabaseInfo",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.DataMigration.Models.DatabaseInfo, Microsoft.Azure.Management.DataMigration, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "SourceDatabaseName": "System.String"
- },
- "Methods": [
- {
- "Name": "Validate",
- "ReturnType": "System.Void"
- },
- {
- "Name": "GetType",
- "ReturnType": "System.Type"
- },
- {
- "Name": "ToString",
- "ReturnType": "System.String"
- },
- {
- "Name": "Equals",
- "Parameters": [
- {
- "Name": "obj",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Boolean"
- },
- {
- "Name": "GetHashCode",
- "ReturnType": "System.Int32"
- }
- ],
- "Constructors": [
- {
- "Name": ""
- },
- {
- "Name": "",
- "Parameters": [
- {
- "Name": "sourceDatabaseName",
- "Type": "System.Reflection.RuntimeParameterInfo"
- }
- ]
- }
- ]
- },
- "ParameterSets": [
- "__AllParameterSets"
- ]
- }
- ],
- "Parameters": [
- {
- "Name": "SourceDatabaseName",
- "AliasList": [
- "SourceDBName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- }
- ],
- "ParameterSets": [
- {
- "Name": "__AllParameterSets",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "SourceDatabaseName",
- "AliasList": [
- "SourceDBName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "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
- }
- ]
- }
- ],
- "AliasList": [
- "New-AzDmsDBInfo"
- ]
- },
- {
- "VerbName": "New",
- "NounName": "AzDataMigrationFileShare",
- "Name": "New-AzDataMigrationFileShare",
- "ClassName": "Microsoft.Azure.Commands.DataMigration.Cmdlets.NewFileShare",
- "SupportsShouldProcess": false,
- "ConfirmImpact": 2,
- "SupportsPaging": false,
- "DefaultParameterSetName": "__AllParameterSets",
- "OutputTypes": [
- {
- "Type": {
- "Namespace": "Microsoft.Azure.Management.DataMigration.Models",
- "Name": "Microsoft.Azure.Management.DataMigration.Models.MigrateSqlServerSqlDbDatabaseInput",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.DataMigration.Models.MigrateSqlServerSqlDbDatabaseInput, Microsoft.Azure.Management.DataMigration, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "TableMap": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
- "MakeSourceDbReadOnly": "System.Nullable`1[System.Boolean]",
- "Name": "System.String",
- "TargetDatabaseName": "System.String"
- },
- "Methods": [
- {
- "Name": "GetType",
- "ReturnType": "System.Type"
- },
- {
- "Name": "ToString",
- "ReturnType": "System.String"
- },
- {
- "Name": "Equals",
- "Parameters": [
- {
- "Name": "obj",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Boolean"
- },
- {
- "Name": "GetHashCode",
- "ReturnType": "System.Int32"
- }
- ],
- "Constructors": [
- {
- "Name": ""
- },
- {
- "Name": "",
- "Parameters": [
- {
- "Name": "name",
- "Type": "System.Reflection.RuntimeParameterInfo"
- },
- {
- "Name": "targetDatabaseName",
- "Type": "System.Reflection.RuntimeParameterInfo"
- },
- {
- "Name": "makeSourceDbReadOnly",
- "Type": "System.Reflection.RuntimeParameterInfo"
- },
- {
- "Name": "tableMap",
- "Type": "System.Reflection.RuntimeParameterInfo"
- }
- ]
- }
- ]
- },
- "ParameterSets": [
- "__AllParameterSets"
- ]
- }
- ],
- "Parameters": [
- {
- "Name": "Path",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "Credential",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- }
- ],
- "ParameterSets": [
- {
- "Name": "__AllParameterSets",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "Path",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Credential",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "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
- }
- ]
- }
- ],
- "AliasList": [
- "New-AzDmsFileShare"
- ]
- },
- {
- "VerbName": "New",
- "NounName": "AzDataMigrationMongoDbCollectionSetting",
- "Name": "New-AzDataMigrationMongoDbCollectionSetting",
- "ClassName": "Microsoft.Azure.Commands.DataMigration.Cmdlets.NewMongoDbCollectionSettingCmdlet",
- "SupportsShouldProcess": true,
- "ConfirmImpact": 2,
- "SupportsPaging": false,
- "DefaultParameterSetName": "__AllParameterSets",
- "OutputTypes": [
- {
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.DataMigration.Models.MongoDb",
- "Name": "Microsoft.Azure.Commands.DataMigration.Models.MongoDb.MongoDbCollectionSetting",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataMigration.Models.MongoDb.MongoDbCollectionSetting, Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "Setting": "Microsoft.Azure.Management.DataMigration.Models.MongoDbCollectionSettings",
- "Name": "System.String"
- },
- "Methods": [
- {
- "Name": "GetType",
- "ReturnType": "System.Type"
- },
- {
- "Name": "ToString",
- "ReturnType": "System.String"
- },
- {
- "Name": "Equals",
- "Parameters": [
- {
- "Name": "obj",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Boolean"
- },
- {
- "Name": "GetHashCode",
- "ReturnType": "System.Int32"
- }
- ],
- "Constructors": [
- {
- "Name": ""
- }
- ]
- },
- "ParameterSets": [
- "__AllParameterSets"
- ]
- }
- ],
- "Parameters": [
- {
- "Name": "TargetRequestUnit",
- "AliasList": [
- "RU"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.Int32"
- ]
- },
- "ValidateRangeMin": 400,
- "ValidateRangeMax": 1000000,
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "CanDelete",
- "AliasList": [
- "Clean"
- ],
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "UniqueShard",
- "AliasList": [
- "Unique"
- ],
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "ShardKey",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "DefaultProfile",
- "AliasList": [
- "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": "Name",
- "AliasList": [
- "CollectionName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- }
- ],
- "ParameterSets": [
- {
- "Name": "__AllParameterSets",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "TargetRequestUnit",
- "AliasList": [
- "RU"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.Int32"
- ]
- },
- "ValidateRangeMin": 400,
- "ValidateRangeMax": 1000000,
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "CanDelete",
- "AliasList": [
- "Clean"
- ],
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "UniqueShard",
- "AliasList": [
- "Unique"
- ],
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ShardKey",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "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": "Name",
- "AliasList": [
- "CollectionName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- }
- ],
- "AliasList": [
- "New-AzDmsMongoDbCollectionSetting"
- ]
- },
- {
- "VerbName": "New",
- "NounName": "AzDataMigrationMongoDbDatabaseSetting",
- "Name": "New-AzDataMigrationMongoDbDatabaseSetting",
- "ClassName": "Microsoft.Azure.Commands.DataMigration.Cmdlets.NewMongoDbDatabaseSettingCmdlet",
- "SupportsShouldProcess": true,
- "ConfirmImpact": 2,
- "SupportsPaging": false,
- "DefaultParameterSetName": "__AllParameterSets",
- "OutputTypes": [
- {
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.DataMigration.Models.MongoDb",
- "Name": "Microsoft.Azure.Commands.DataMigration.Models.MongoDb.MongoDbDatabaseSetting",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataMigration.Models.MongoDb.MongoDbDatabaseSetting, Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "Setting": "Microsoft.Azure.Management.DataMigration.Models.MongoDbDatabaseSettings",
- "Name": "System.String"
- },
- "Methods": [
- {
- "Name": "GetType",
- "ReturnType": "System.Type"
- },
- {
- "Name": "ToString",
- "ReturnType": "System.String"
- },
- {
- "Name": "Equals",
- "Parameters": [
- {
- "Name": "obj",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Boolean"
- },
- {
- "Name": "GetHashCode",
- "ReturnType": "System.Int32"
- }
- ],
- "Constructors": [
- {
- "Name": ""
- }
- ]
- },
- "ParameterSets": [
- "__AllParameterSets"
- ]
- }
- ],
- "Parameters": [
- {
- "Name": "Name",
- "AliasList": [
- "DatabaseName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "TargetRequestUnit",
- "AliasList": [
- "RU"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.Int32"
- ]
- },
- "ValidateRangeMin": 400,
- "ValidateRangeMax": 1000000,
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "CollectionSetting",
- "AliasList": [
- "Coll"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.DataMigration.Models.MongoDb",
- "Name": "Microsoft.Azure.Commands.DataMigration.Models.MongoDb.MongoDbCollectionSetting[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataMigration.Models.MongoDb.MongoDbCollectionSetting[], Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.Commands.DataMigration.Models.MongoDb.MongoDbCollectionSetting"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- }
- ],
- "ParameterSets": [
- {
- "Name": "__AllParameterSets",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "DatabaseName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "TargetRequestUnit",
- "AliasList": [
- "RU"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.Int32"
- ]
- },
- "ValidateRangeMin": 400,
- "ValidateRangeMax": 1000000,
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "CollectionSetting",
- "AliasList": [
- "Coll"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.DataMigration.Models.MongoDb",
- "Name": "Microsoft.Azure.Commands.DataMigration.Models.MongoDb.MongoDbCollectionSetting[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataMigration.Models.MongoDb.MongoDbCollectionSetting[], Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.Commands.DataMigration.Models.MongoDb.MongoDbCollectionSetting"
- },
- "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
- }
- ]
- }
- ],
- "AliasList": [
- "New-AzDmsMongoDbDatabaseSetting"
- ]
- },
- {
- "VerbName": "New",
- "NounName": "AzDataMigrationProject",
- "Name": "New-AzDataMigrationProject",
- "ClassName": "Microsoft.Azure.Commands.DataMigration.Cmdlets.NewProjectCmdlet",
- "SupportsShouldProcess": true,
- "ConfirmImpact": 2,
- "SupportsPaging": false,
- "DefaultParameterSetName": "ComponentNameParameterSet",
- "OutputTypes": [
- {
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.DataMigration.Models",
- "Name": "Microsoft.Azure.Commands.DataMigration.Models.PSProject",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataMigration.Models.PSProject, Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "Project": "Microsoft.Azure.Management.DataMigration.Models.Project",
- "ResourceGroupName": "System.String",
- "ServiceName": "System.String",
- "Location": "System.String",
- "Name": "System.String"
- },
- "Methods": [
- {
- "Name": "GetType",
- "ReturnType": "System.Type"
- },
- {
- "Name": "ToString",
- "ReturnType": "System.String"
- },
- {
- "Name": "Equals",
- "Parameters": [
- {
- "Name": "obj",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Boolean"
- },
- {
- "Name": "GetHashCode",
- "ReturnType": "System.Int32"
- }
- ],
- "Constructors": [
- {
- "Name": "",
- "Parameters": [
- {
- "Name": "project",
- "Type": "System.Reflection.RuntimeParameterInfo"
- }
- ]
- }
- ]
- },
- "ParameterSets": [
- "__AllParameterSets"
- ]
- }
- ],
- "Parameters": [
- {
- "Name": "InputObject",
- "AliasList": [
- "DataMigrationService"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.DataMigration.Models",
- "Name": "Microsoft.Azure.Commands.DataMigration.Models.PSDataMigrationService",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataMigration.Models.PSDataMigrationService, Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "Service": "Microsoft.Azure.Management.DataMigration.Models.DataMigrationService",
- "ResourceGroupName": "System.String",
- "Name": "System.String",
- "Location": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "ResourceId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "ServiceName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "Location",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "Name",
- "AliasList": [
- "ProjectName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "SourceType",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "TargetType",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "SourceConnection",
- "Type": {
- "Namespace": "Microsoft.Azure.Management.DataMigration.Models",
- "Name": "Microsoft.Azure.Management.DataMigration.Models.ConnectionInfo",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.DataMigration.Models.ConnectionInfo, Microsoft.Azure.Management.DataMigration, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "UserName": "System.String",
- "Password": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "TargetConnection",
- "Type": {
- "Namespace": "Microsoft.Azure.Management.DataMigration.Models",
- "Name": "Microsoft.Azure.Management.DataMigration.Models.ConnectionInfo",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.DataMigration.Models.ConnectionInfo, Microsoft.Azure.Management.DataMigration, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "UserName": "System.String",
- "Password": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "DatabaseInfo",
- "Type": {
- "Namespace": "Microsoft.Azure.Management.DataMigration.Models",
- "Name": "Microsoft.Azure.Management.DataMigration.Models.DatabaseInfo[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.DataMigration.Models.DatabaseInfo[], Microsoft.Azure.Management.DataMigration, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.Management.DataMigration.Models.DatabaseInfo"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- }
- ],
- "ParameterSets": [
- {
- "Name": "ComponentObjectParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "InputObject",
- "AliasList": [
- "DataMigrationService"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.DataMigration.Models",
- "Name": "Microsoft.Azure.Commands.DataMigration.Models.PSDataMigrationService",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataMigration.Models.PSDataMigrationService, Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "Service": "Microsoft.Azure.Management.DataMigration.Models.DataMigrationService",
- "ResourceGroupName": "System.String",
- "Name": "System.String",
- "Location": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": 0,
- "ValueFromPipeline": true,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Location",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "ProjectName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "SourceType",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "TargetType",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "SourceConnection",
- "Type": {
- "Namespace": "Microsoft.Azure.Management.DataMigration.Models",
- "Name": "Microsoft.Azure.Management.DataMigration.Models.ConnectionInfo",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.DataMigration.Models.ConnectionInfo, Microsoft.Azure.Management.DataMigration, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "UserName": "System.String",
- "Password": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "TargetConnection",
- "Type": {
- "Namespace": "Microsoft.Azure.Management.DataMigration.Models",
- "Name": "Microsoft.Azure.Management.DataMigration.Models.ConnectionInfo",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.DataMigration.Models.ConnectionInfo, Microsoft.Azure.Management.DataMigration, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "UserName": "System.String",
- "Password": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DatabaseInfo",
- "Type": {
- "Namespace": "Microsoft.Azure.Management.DataMigration.Models",
- "Name": "Microsoft.Azure.Management.DataMigration.Models.DatabaseInfo[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.DataMigration.Models.DatabaseInfo[], Microsoft.Azure.Management.DataMigration, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.Management.DataMigration.Models.DatabaseInfo"
- },
- "ValidateNotNullOrEmpty": true
- },
- "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": "ResourceIdParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ResourceId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": 0,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
- {
- "ParameterMetadata": {
- "Name": "Location",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "ProjectName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "SourceType",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "TargetType",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "SourceConnection",
- "Type": {
- "Namespace": "Microsoft.Azure.Management.DataMigration.Models",
- "Name": "Microsoft.Azure.Management.DataMigration.Models.ConnectionInfo",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.DataMigration.Models.ConnectionInfo, Microsoft.Azure.Management.DataMigration, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "UserName": "System.String",
- "Password": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "TargetConnection",
- "Type": {
- "Namespace": "Microsoft.Azure.Management.DataMigration.Models",
- "Name": "Microsoft.Azure.Management.DataMigration.Models.ConnectionInfo",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.DataMigration.Models.ConnectionInfo, Microsoft.Azure.Management.DataMigration, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "UserName": "System.String",
- "Password": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DatabaseInfo",
- "Type": {
- "Namespace": "Microsoft.Azure.Management.DataMigration.Models",
- "Name": "Microsoft.Azure.Management.DataMigration.Models.DatabaseInfo[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.DataMigration.Models.DatabaseInfo[], Microsoft.Azure.Management.DataMigration, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.Management.DataMigration.Models.DatabaseInfo"
- },
- "ValidateNotNullOrEmpty": true
- },
- "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": "ComponentNameParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ServiceName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Location",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "ProjectName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "SourceType",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "TargetType",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "SourceConnection",
- "Type": {
- "Namespace": "Microsoft.Azure.Management.DataMigration.Models",
- "Name": "Microsoft.Azure.Management.DataMigration.Models.ConnectionInfo",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.DataMigration.Models.ConnectionInfo, Microsoft.Azure.Management.DataMigration, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "UserName": "System.String",
- "Password": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "TargetConnection",
- "Type": {
- "Namespace": "Microsoft.Azure.Management.DataMigration.Models",
- "Name": "Microsoft.Azure.Management.DataMigration.Models.ConnectionInfo",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.DataMigration.Models.ConnectionInfo, Microsoft.Azure.Management.DataMigration, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "UserName": "System.String",
- "Password": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DatabaseInfo",
- "Type": {
- "Namespace": "Microsoft.Azure.Management.DataMigration.Models",
- "Name": "Microsoft.Azure.Management.DataMigration.Models.DatabaseInfo[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.DataMigration.Models.DatabaseInfo[], Microsoft.Azure.Management.DataMigration, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.Management.DataMigration.Models.DatabaseInfo"
- },
- "ValidateNotNullOrEmpty": true
- },
- "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": "Location",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "ProjectName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "SourceType",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "TargetType",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "SourceConnection",
- "Type": {
- "Namespace": "Microsoft.Azure.Management.DataMigration.Models",
- "Name": "Microsoft.Azure.Management.DataMigration.Models.ConnectionInfo",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.DataMigration.Models.ConnectionInfo, Microsoft.Azure.Management.DataMigration, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "UserName": "System.String",
- "Password": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "TargetConnection",
- "Type": {
- "Namespace": "Microsoft.Azure.Management.DataMigration.Models",
- "Name": "Microsoft.Azure.Management.DataMigration.Models.ConnectionInfo",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.DataMigration.Models.ConnectionInfo, Microsoft.Azure.Management.DataMigration, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "UserName": "System.String",
- "Password": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DatabaseInfo",
- "Type": {
- "Namespace": "Microsoft.Azure.Management.DataMigration.Models",
- "Name": "Microsoft.Azure.Management.DataMigration.Models.DatabaseInfo[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.DataMigration.Models.DatabaseInfo[], Microsoft.Azure.Management.DataMigration, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.Management.DataMigration.Models.DatabaseInfo"
- },
- "ValidateNotNullOrEmpty": true
- },
- "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
- }
- ]
- }
- ],
- "AliasList": [
- "New-AzDmsProject"
- ]
- },
- {
- "VerbName": "New",
- "NounName": "AzDataMigrationSelectedDBObject",
- "Name": "New-AzDataMigrationSelectedDBObject",
- "ClassName": "Microsoft.Azure.Commands.DataMigration.Cmdlets.NewDataMigrationSelectedDBObject",
- "SupportsShouldProcess": false,
- "ConfirmImpact": 2,
- "SupportsPaging": false,
- "DefaultParameterSetName": "MigrateSqlServerSqlDb",
- "OutputTypes": [
- {
- "Type": {
- "Namespace": "Microsoft.Azure.Management.DataMigration.Models",
- "Name": "Microsoft.Azure.Management.DataMigration.Models.MigrateSqlServerSqlDbDatabaseInput",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.DataMigration.Models.MigrateSqlServerSqlDbDatabaseInput, Microsoft.Azure.Management.DataMigration, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "TableMap": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
- "MakeSourceDbReadOnly": "System.Nullable`1[System.Boolean]",
- "Name": "System.String",
- "TargetDatabaseName": "System.String"
- },
- "Methods": [
- {
- "Name": "GetType",
- "ReturnType": "System.Type"
- },
- {
- "Name": "ToString",
- "ReturnType": "System.String"
- },
- {
- "Name": "Equals",
- "Parameters": [
- {
- "Name": "obj",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Boolean"
- },
- {
- "Name": "GetHashCode",
- "ReturnType": "System.Int32"
- }
- ],
- "Constructors": [
- {
- "Name": ""
- },
- {
- "Name": "",
- "Parameters": [
- {
- "Name": "name",
- "Type": "System.Reflection.RuntimeParameterInfo"
- },
- {
- "Name": "targetDatabaseName",
- "Type": "System.Reflection.RuntimeParameterInfo"
- },
- {
- "Name": "makeSourceDbReadOnly",
- "Type": "System.Reflection.RuntimeParameterInfo"
- },
- {
- "Name": "tableMap",
- "Type": "System.Reflection.RuntimeParameterInfo"
- }
- ]
- }
- ]
- },
- "ParameterSets": [
- "__AllParameterSets"
- ]
- }
- ],
- "Parameters": [
- {
- "Name": "SourceDatabaseName",
- "AliasList": [
- "Name"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "TargetDatabaseName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "MigrateSqlServerSqlDbMi",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "BackupFileShare",
- "Type": {
- "Namespace": "Microsoft.Azure.Management.DataMigration.Models",
- "Name": "Microsoft.Azure.Management.DataMigration.Models.FileShare",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.DataMigration.Models.FileShare, Microsoft.Azure.Management.DataMigration, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "UserName": "System.String",
- "Password": "System.String",
- "Path": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "MigrateSqlServerSqlDb",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "MakeSourceDbReadOnly",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "TableMap",
- "Type": {
- "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=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.String",
- "System.String"
- ]
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- }
- ],
- "ParameterSets": [
- {
- "Name": "MigrateSqlServerSqlDbMi",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "SourceDatabaseName",
- "AliasList": [
- "Name"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "TargetDatabaseName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "MigrateSqlServerSqlDbMi",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "BackupFileShare",
- "Type": {
- "Namespace": "Microsoft.Azure.Management.DataMigration.Models",
- "Name": "Microsoft.Azure.Management.DataMigration.Models.FileShare",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.DataMigration.Models.FileShare, Microsoft.Azure.Management.DataMigration, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "UserName": "System.String",
- "Password": "System.String",
- "Path": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": true,
- "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": "MigrateSqlServerSqlDb",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "SourceDatabaseName",
- "AliasList": [
- "Name"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "TargetDatabaseName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "MigrateSqlServerSqlDb",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "MakeSourceDbReadOnly",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "TableMap",
- "Type": {
- "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=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.String",
- "System.String"
- ]
- },
- "ValidateNotNullOrEmpty": true
- },
- "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": "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
- }
- ]
- }
- ],
- "AliasList": [
- "New-AzDataMigrationSelectedDB",
- "New-AzDmsSelectedDB",
- "New-AzDmsSelectedDBObject"
- ]
- },
- {
- "VerbName": "New",
- "NounName": "AzDataMigrationService",
- "Name": "New-AzDataMigrationService",
- "ClassName": "Microsoft.Azure.Commands.DataMigration.Cmdlets.NewAzureRmDataMigrationService",
- "SupportsShouldProcess": true,
- "ConfirmImpact": 2,
- "SupportsPaging": false,
- "DefaultParameterSetName": "__AllParameterSets",
- "OutputTypes": [
- {
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.DataMigration.Models",
- "Name": "Microsoft.Azure.Commands.DataMigration.Models.PSDataMigrationService",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataMigration.Models.PSDataMigrationService, Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "Service": "Microsoft.Azure.Management.DataMigration.Models.DataMigrationService",
- "ResourceGroupName": "System.String",
- "Name": "System.String",
- "Location": "System.String"
- },
- "Methods": [
- {
- "Name": "GetType",
- "ReturnType": "System.Type"
- },
- {
- "Name": "ToString",
- "ReturnType": "System.String"
- },
- {
- "Name": "Equals",
- "Parameters": [
- {
- "Name": "obj",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Boolean"
- },
- {
- "Name": "GetHashCode",
- "ReturnType": "System.Int32"
- }
- ],
- "Constructors": [
- {
- "Name": "",
- "Parameters": [
- {
- "Name": "service",
- "Type": "System.Reflection.RuntimeParameterInfo"
- }
- ]
- }
- ]
- },
- "ParameterSets": [
- "__AllParameterSets"
- ]
- }
- ],
- "Parameters": [
- {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "Name",
- "AliasList": [
- "ServiceName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "Location",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "Sku",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "VirtualSubnetId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- }
- ],
- "ParameterSets": [
- {
- "Name": "__AllParameterSets",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "ServiceName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Location",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Sku",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "VirtualSubnetId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "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
- }
- ]
- }
- ],
- "AliasList": [
- "New-AzDms"
- ]
- },
- {
- "VerbName": "New",
- "NounName": "AzDataMigrationSyncSelectedDBObject",
- "Name": "New-AzDataMigrationSyncSelectedDBObject",
- "ClassName": "Microsoft.Azure.Commands.DataMigration.Cmdlets.NewDataMigrationSyncSelectedDBObject",
- "SupportsShouldProcess": false,
- "ConfirmImpact": 2,
- "SupportsPaging": false,
- "DefaultParameterSetName": "__AllParameterSets",
- "OutputTypes": [
- {
- "Type": {
- "Namespace": "Microsoft.Azure.Management.DataMigration.Models",
- "Name": "Microsoft.Azure.Management.DataMigration.Models.MigrateSqlServerSqlDbSyncTaskInput",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.DataMigration.Models.MigrateSqlServerSqlDbSyncTaskInput, Microsoft.Azure.Management.DataMigration, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "ValidationOptions": "Microsoft.Azure.Management.DataMigration.Models.MigrationValidationOptions",
- "SourceConnectionInfo": "Microsoft.Azure.Management.DataMigration.Models.SqlConnectionInfo",
- "TargetConnectionInfo": "Microsoft.Azure.Management.DataMigration.Models.SqlConnectionInfo",
- "SelectedDatabases": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.DataMigration.Models.MigrateSqlServerSqlDbSyncDatabaseInput]"
- },
- "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": "sourceConnectionInfo",
- "Type": "System.Reflection.RuntimeParameterInfo"
- },
- {
- "Name": "targetConnectionInfo",
- "Type": "System.Reflection.RuntimeParameterInfo"
- },
- {
- "Name": "selectedDatabases",
- "Type": "System.Reflection.RuntimeParameterInfo"
- },
- {
- "Name": "validationOptions",
- "Type": "System.Reflection.RuntimeParameterInfo"
- }
- ]
- }
- ]
- },
- "ParameterSets": [
- "__AllParameterSets"
- ]
- }
- ],
- "Parameters": [
- {
- "Name": "TargetDatabaseName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "SchemaName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "TableMap",
- "Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "MigrationSetting",
- "Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "SourceSetting",
- "Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "TargetSetting",
- "Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "SourceDatabaseName",
- "AliasList": [
- "Name"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- }
- ],
- "ParameterSets": [
- {
- "Name": "__AllParameterSets",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "TargetDatabaseName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "SchemaName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "TableMap",
- "Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "MigrationSetting",
- "Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "SourceSetting",
- "Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "TargetSetting",
- "Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "SourceDatabaseName",
- "AliasList": [
- "Name"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "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
- }
- ]
- }
- ],
- "AliasList": [
- "New-AzDataMigrationSyncSelectedDB",
- "New-AzDmsSyncSelectedDB",
- "New-AzDmsSyncSelectedDBObject"
- ]
- },
- {
- "VerbName": "New",
- "NounName": "AzDataMigrationTask",
- "Name": "New-AzDataMigrationTask",
- "ClassName": "Microsoft.Azure.Commands.DataMigration.Cmdlets.NewDataMigrationTask",
- "SupportsShouldProcess": true,
- "ConfirmImpact": 2,
- "SupportsPaging": false,
- "DefaultParameterSetName": "ComponentNameParameterSet",
- "OutputTypes": [
- {
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.DataMigration.Models",
- "Name": "Microsoft.Azure.Commands.DataMigration.Models.PSProjectTask",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataMigration.Models.PSProjectTask, Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "ProjectTask": "Microsoft.Azure.Management.DataMigration.Models.ProjectTask",
- "ResourceGroupName": "System.String",
- "ServiceName": "System.String",
- "ProjectName": "System.String",
- "Name": "System.String"
- },
- "Methods": [
- {
- "Name": "GetType",
- "ReturnType": "System.Type"
- },
- {
- "Name": "ToString",
- "ReturnType": "System.String"
- },
- {
- "Name": "Equals",
- "Parameters": [
- {
- "Name": "obj",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Boolean"
- },
- {
- "Name": "GetHashCode",
- "ReturnType": "System.Int32"
- }
- ],
- "Constructors": [
- {
- "Name": "",
- "Parameters": [
- {
- "Name": "task",
- "Type": "System.Reflection.RuntimeParameterInfo"
- }
- ]
- }
- ]
- },
- "ParameterSets": [
- "__AllParameterSets"
- ]
- }
- ],
- "Parameters": [
- {
- "Name": "InputObject",
- "AliasList": [
- "Project"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.DataMigration.Models",
- "Name": "Microsoft.Azure.Commands.DataMigration.Models.PSProject",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataMigration.Models.PSProject, Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "Project": "Microsoft.Azure.Management.DataMigration.Models.Project",
- "ResourceGroupName": "System.String",
- "ServiceName": "System.String",
- "Location": "System.String",
- "Name": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "ResourceId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "TaskType",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.DataMigration.Models",
- "Name": "Microsoft.Azure.Commands.DataMigration.Models.TaskTypeEnum",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataMigration.Models.TaskTypeEnum, Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "ServiceName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "ProjectName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "Wait",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "Name",
- "AliasList": [
- "TaskName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- }
- ],
- "ParameterSets": [
- {
- "Name": "ComponentObjectParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "InputObject",
- "AliasList": [
- "Project"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.DataMigration.Models",
- "Name": "Microsoft.Azure.Commands.DataMigration.Models.PSProject",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataMigration.Models.PSProject, Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "Project": "Microsoft.Azure.Management.DataMigration.Models.Project",
- "ResourceGroupName": "System.String",
- "ServiceName": "System.String",
- "Location": "System.String",
- "Name": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": 0,
- "ValueFromPipeline": true,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "TaskType",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.DataMigration.Models",
- "Name": "Microsoft.Azure.Commands.DataMigration.Models.TaskTypeEnum",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataMigration.Models.TaskTypeEnum, Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "TaskName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "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": "ResourceIdParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ResourceId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": 0,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
- {
- "ParameterMetadata": {
- "Name": "TaskType",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.DataMigration.Models",
- "Name": "Microsoft.Azure.Commands.DataMigration.Models.TaskTypeEnum",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataMigration.Models.TaskTypeEnum, Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "TaskName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "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": "TaskType",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.DataMigration.Models",
- "Name": "Microsoft.Azure.Commands.DataMigration.Models.TaskTypeEnum",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataMigration.Models.TaskTypeEnum, Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "TaskName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "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": "ComponentNameParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ServiceName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ProjectName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Wait",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "TaskType",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.DataMigration.Models",
- "Name": "Microsoft.Azure.Commands.DataMigration.Models.TaskTypeEnum",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataMigration.Models.TaskTypeEnum, Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "TaskName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "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
- }
- ]
- }
- ],
- "AliasList": [
- "New-AzDmsTask"
- ]
- },
- {
- "VerbName": "Remove",
- "NounName": "AzDataMigrationProject",
- "Name": "Remove-AzDataMigrationProject",
- "ClassName": "Microsoft.Azure.Commands.DataMigration.Cmdlets.RemoveDataMigrationProject",
- "SupportsShouldProcess": true,
- "ConfirmImpact": 2,
- "SupportsPaging": false,
- "DefaultParameterSetName": "ComponentNameParameterSet",
- "OutputTypes": [
- {
- "Type": {
- "Namespace": "System",
- "Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ParameterSets": [
- "__AllParameterSets"
- ]
- }
- ],
- "Parameters": [
- {
- "Name": "InputObject",
- "AliasList": [
- "Project"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.DataMigration.Models",
- "Name": "Microsoft.Azure.Commands.DataMigration.Models.PSProject",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataMigration.Models.PSProject, Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "Project": "Microsoft.Azure.Management.DataMigration.Models.Project",
- "ResourceGroupName": "System.String",
- "ServiceName": "System.String",
- "Location": "System.String",
- "Name": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "ResourceId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "ServiceName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "Name",
- "AliasList": [
- "ProjectName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "Force",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "DeleteRunningTask",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "PassThru",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- }
- ],
- "ParameterSets": [
- {
- "Name": "ComponentObjectParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "InputObject",
- "AliasList": [
- "Project"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.DataMigration.Models",
- "Name": "Microsoft.Azure.Commands.DataMigration.Models.PSProject",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataMigration.Models.PSProject, Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "Project": "Microsoft.Azure.Management.DataMigration.Models.Project",
- "ResourceGroupName": "System.String",
- "ServiceName": "System.String",
- "Location": "System.String",
- "Name": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": 0,
- "ValueFromPipeline": true,
- "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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DeleteRunningTask",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "PassThru",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "ResourceIdParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ResourceId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": 0,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
- {
- "ParameterMetadata": {
- "Name": "Force",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DeleteRunningTask",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "PassThru",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "ComponentNameParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ServiceName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "ProjectName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DeleteRunningTask",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "PassThru",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "__AllParameterSets",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "Force",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DeleteRunningTask",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "PassThru",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- }
- ],
- "AliasList": [
- "Remove-AzDmsProject"
- ]
- },
- {
- "VerbName": "Remove",
- "NounName": "AzDataMigrationService",
- "Name": "Remove-AzDataMigrationService",
- "ClassName": "Microsoft.Azure.Commands.DataMigration.Cmdlets.RemoveDataMigrationService",
- "SupportsShouldProcess": true,
- "ConfirmImpact": 2,
- "SupportsPaging": false,
- "DefaultParameterSetName": "ComponentNameParameterSet",
- "OutputTypes": [
- {
- "Type": {
- "Namespace": "System",
- "Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ParameterSets": [
- "__AllParameterSets"
- ]
- }
- ],
- "Parameters": [
- {
- "Name": "InputObject",
- "AliasList": [
- "DataMigrationService"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.DataMigration.Models",
- "Name": "Microsoft.Azure.Commands.DataMigration.Models.PSDataMigrationService",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataMigration.Models.PSDataMigrationService, Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "Service": "Microsoft.Azure.Management.DataMigration.Models.DataMigrationService",
- "ResourceGroupName": "System.String",
- "Name": "System.String",
- "Location": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "ResourceId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "Name",
- "AliasList": [
- "ServiceName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "Force",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "DeleteRunningTask",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "PassThru",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- }
- ],
- "ParameterSets": [
- {
- "Name": "ComponentObjectParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "InputObject",
- "AliasList": [
- "DataMigrationService"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.DataMigration.Models",
- "Name": "Microsoft.Azure.Commands.DataMigration.Models.PSDataMigrationService",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataMigration.Models.PSDataMigrationService, Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "Service": "Microsoft.Azure.Management.DataMigration.Models.DataMigrationService",
- "ResourceGroupName": "System.String",
- "Name": "System.String",
- "Location": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": 0,
- "ValueFromPipeline": true,
- "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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DeleteRunningTask",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "PassThru",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "ResourceIdParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ResourceId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": 0,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
- {
- "ParameterMetadata": {
- "Name": "Force",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DeleteRunningTask",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "PassThru",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "ComponentNameParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "ServiceName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DeleteRunningTask",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "PassThru",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "__AllParameterSets",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "Force",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DeleteRunningTask",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "PassThru",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- }
- ],
- "AliasList": [
- "Remove-AzDms"
- ]
- },
- {
- "VerbName": "Remove",
- "NounName": "AzDataMigrationTask",
- "Name": "Remove-AzDataMigrationTask",
- "ClassName": "Microsoft.Azure.Commands.DataMigration.Cmdlets.RemoveDataMigrationTask",
- "SupportsShouldProcess": true,
- "ConfirmImpact": 2,
- "SupportsPaging": false,
- "DefaultParameterSetName": "ComponentNameParameterSet",
- "OutputTypes": [
- {
- "Type": {
- "Namespace": "System",
- "Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ParameterSets": [
- "__AllParameterSets"
- ]
- }
- ],
- "Parameters": [
- {
- "Name": "InputObject",
- "AliasList": [
- "ProjectTask"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.DataMigration.Models",
- "Name": "Microsoft.Azure.Commands.DataMigration.Models.PSProjectTask",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataMigration.Models.PSProjectTask, Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "ProjectTask": "Microsoft.Azure.Management.DataMigration.Models.ProjectTask",
- "ResourceGroupName": "System.String",
- "ServiceName": "System.String",
- "ProjectName": "System.String",
- "Name": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "ResourceId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "ServiceName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "ProjectName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "Name",
- "AliasList": [
- "TaskName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "Force",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "PassThru",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- }
- ],
- "ParameterSets": [
- {
- "Name": "ComponentObjectParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "InputObject",
- "AliasList": [
- "ProjectTask"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.DataMigration.Models",
- "Name": "Microsoft.Azure.Commands.DataMigration.Models.PSProjectTask",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataMigration.Models.PSProjectTask, Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "ProjectTask": "Microsoft.Azure.Management.DataMigration.Models.ProjectTask",
- "ResourceGroupName": "System.String",
- "ServiceName": "System.String",
- "ProjectName": "System.String",
- "Name": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": 0,
- "ValueFromPipeline": true,
- "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.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "ResourceIdParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ResourceId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": 0,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
- {
- "ParameterMetadata": {
- "Name": "Force",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "PassThru",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "ComponentNameParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ServiceName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ProjectName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "TaskName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "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.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "__AllParameterSets",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "Force",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "PassThru",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- }
- ],
- "AliasList": [
- "Remove-AzDmsTask"
- ]
- },
- {
- "VerbName": "Start",
- "NounName": "AzDataMigrationService",
- "Name": "Start-AzDataMigrationService",
- "ClassName": "Microsoft.Azure.Commands.DataMigration.Cmdlets.StartDataMigrationService",
- "SupportsShouldProcess": true,
- "ConfirmImpact": 2,
- "SupportsPaging": false,
- "DefaultParameterSetName": "ComponentNameParameterSet",
- "OutputTypes": [
- {
- "Type": {
- "Namespace": "System",
- "Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ParameterSets": [
- "__AllParameterSets"
- ]
- }
- ],
- "Parameters": [
- {
- "Name": "InputObject",
- "AliasList": [
- "DataMigrationService"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.DataMigration.Models",
- "Name": "Microsoft.Azure.Commands.DataMigration.Models.PSDataMigrationService",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataMigration.Models.PSDataMigrationService, Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "Service": "Microsoft.Azure.Management.DataMigration.Models.DataMigrationService",
- "ResourceGroupName": "System.String",
- "Name": "System.String",
- "Location": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "ResourceId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "Name",
- "AliasList": [
- "ServiceName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- }
- ],
- "ParameterSets": [
- {
- "Name": "ComponentObjectParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "InputObject",
- "AliasList": [
- "DataMigrationService"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.DataMigration.Models",
- "Name": "Microsoft.Azure.Commands.DataMigration.Models.PSDataMigrationService",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataMigration.Models.PSDataMigrationService, Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "Service": "Microsoft.Azure.Management.DataMigration.Models.DataMigrationService",
- "ResourceGroupName": "System.String",
- "Name": "System.String",
- "Location": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": 0,
- "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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "ResourceIdParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ResourceId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "ComponentNameParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "ServiceName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- }
- ],
- "AliasList": [
- "Start-AzDmsService"
- ]
- },
- {
- "VerbName": "Stop",
- "NounName": "AzDataMigrationService",
- "Name": "Stop-AzDataMigrationService",
- "ClassName": "Microsoft.Azure.Commands.DataMigration.Cmdlets.StopDataMigrationService",
- "SupportsShouldProcess": true,
- "ConfirmImpact": 2,
- "SupportsPaging": false,
- "DefaultParameterSetName": "ComponentNameParameterSet",
- "OutputTypes": [
- {
- "Type": {
- "Namespace": "System",
- "Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ParameterSets": [
- "__AllParameterSets"
- ]
- }
- ],
- "Parameters": [
- {
- "Name": "InputObject",
- "AliasList": [
- "DataMigrationService"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.DataMigration.Models",
- "Name": "Microsoft.Azure.Commands.DataMigration.Models.PSDataMigrationService",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataMigration.Models.PSDataMigrationService, Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "Service": "Microsoft.Azure.Management.DataMigration.Models.DataMigrationService",
- "ResourceGroupName": "System.String",
- "Name": "System.String",
- "Location": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "ResourceId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "Name",
- "AliasList": [
- "ServiceName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- }
- ],
- "ParameterSets": [
- {
- "Name": "ComponentObjectParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "InputObject",
- "AliasList": [
- "DataMigrationService"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.DataMigration.Models",
- "Name": "Microsoft.Azure.Commands.DataMigration.Models.PSDataMigrationService",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataMigration.Models.PSDataMigrationService, Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "Service": "Microsoft.Azure.Management.DataMigration.Models.DataMigrationService",
- "ResourceGroupName": "System.String",
- "Name": "System.String",
- "Location": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": 0,
- "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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "ResourceIdParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ResourceId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "ComponentNameParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "ServiceName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- }
- ],
- "AliasList": [
- "Stop-AzDmsService"
- ]
- },
- {
- "VerbName": "Stop",
- "NounName": "AzDataMigrationTask",
- "Name": "Stop-AzDataMigrationTask",
- "ClassName": "Microsoft.Azure.Commands.DataMigration.Cmdlets.StopDataMigrationTask",
- "SupportsShouldProcess": true,
- "ConfirmImpact": 2,
- "SupportsPaging": false,
- "DefaultParameterSetName": "ComponentNameParameterSet",
- "OutputTypes": [
- {
- "Type": {
- "Namespace": "System",
- "Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ParameterSets": [
- "__AllParameterSets"
- ]
- }
- ],
- "Parameters": [
- {
- "Name": "InputObject",
- "AliasList": [
- "ProjectTask"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.DataMigration.Models",
- "Name": "Microsoft.Azure.Commands.DataMigration.Models.PSProjectTask",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataMigration.Models.PSProjectTask, Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "ProjectTask": "Microsoft.Azure.Management.DataMigration.Models.ProjectTask",
- "ResourceGroupName": "System.String",
- "ServiceName": "System.String",
- "ProjectName": "System.String",
- "Name": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "ResourceId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "ServiceName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "ProjectName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "Name",
- "AliasList": [
- "TaskName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- }
- ],
- "ParameterSets": [
- {
- "Name": "ComponentObjectParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "InputObject",
- "AliasList": [
- "ProjectTask"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.DataMigration.Models",
- "Name": "Microsoft.Azure.Commands.DataMigration.Models.PSProjectTask",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataMigration.Models.PSProjectTask, Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "ProjectTask": "Microsoft.Azure.Management.DataMigration.Models.ProjectTask",
- "ResourceGroupName": "System.String",
- "ServiceName": "System.String",
- "ProjectName": "System.String",
- "Name": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": 0,
- "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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "ResourceIdParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ResourceId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "ComponentNameParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ServiceName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ProjectName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "TaskName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- }
- ],
- "AliasList": [
- "Stop-AzDmsTask"
- ]
- },
- {
- "VerbName": "Get",
- "NounName": "AzDataMigrationAssessment",
- "Name": "Get-AzDataMigrationAssessment",
- "ClassName": "Get-AzDataMigrationAssessment",
- "SupportsShouldProcess": false,
- "ConfirmImpact": 0,
- "SupportsPaging": false,
- "DefaultParameterSetName": "CommandLine",
- "OutputTypes": [
- {
- "Type": {
- "Namespace": "System",
- "Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ParameterSets": [
- "__AllParameterSets"
- ]
- }
- ],
- "Parameters": [
- {
- "Name": "ConnectionString",
- "Type": {
- "Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.String"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "OutputFolder",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "Overwrite",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "ConfigFilePath",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- }
- ],
- "ParameterSets": [
- {
- "Name": "CommandLine",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ConnectionString",
- "Type": {
- "Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.String"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "OutputFolder",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Overwrite",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "PassThru",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "ConfigFile",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ConfigFilePath",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- }
- ]
- },
- {
- "VerbName": "Get",
- "NounName": "AzDataMigrationPerformanceDataCollection",
- "Name": "Get-AzDataMigrationPerformanceDataCollection",
- "ClassName": "Get-AzDataMigrationPerformanceDataCollection",
- "SupportsShouldProcess": false,
- "ConfirmImpact": 0,
- "SupportsPaging": false,
- "DefaultParameterSetName": "CommandLine",
- "OutputTypes": [
- {
- "Type": {
- "Namespace": "System",
- "Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ParameterSets": [
- "__AllParameterSets"
- ]
- }
- ],
- "Parameters": [
- {
- "Name": "SqlConnectionStrings",
- "Type": {
- "Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.String"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "OutputFolder",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "PerfQueryInterval",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "StaticQueryInterval",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "NumberOfIterations",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "Time",
- "Type": {
- "Namespace": "System",
- "Name": "System.Int64",
- "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "ConfigFilePath",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- }
- ],
- "ParameterSets": [
- {
- "Name": "CommandLine",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "SqlConnectionStrings",
- "Type": {
- "Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.String"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "OutputFolder",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "PerfQueryInterval",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "StaticQueryInterval",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "NumberOfIterations",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Time",
- "Type": {
- "Namespace": "System",
- "Name": "System.Int64",
- "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "PassThru",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "__AllParameterSets",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "Time",
- "Type": {
- "Namespace": "System",
- "Name": "System.Int64",
- "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "PassThru",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "ConfigFile",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ConfigFilePath",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Time",
- "Type": {
- "Namespace": "System",
- "Name": "System.Int64",
- "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "PassThru",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- }
- ]
- },
- {
- "VerbName": "Get",
- "NounName": "AzDataMigrationSkuRecommendation",
- "Name": "Get-AzDataMigrationSkuRecommendation",
- "ClassName": "Get-AzDataMigrationSkuRecommendation",
- "SupportsShouldProcess": false,
- "ConfirmImpact": 0,
- "SupportsPaging": false,
- "DefaultParameterSetName": "CommandLine",
- "OutputTypes": [
- {
- "Type": {
- "Namespace": "System",
- "Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ParameterSets": [
- "__AllParameterSets"
- ]
- }
- ],
- "Parameters": [
- {
- "Name": "OutputFolder",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "TargetPlatform",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "TargetSqlInstance",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "TargetPercentile",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "ScalingFactor",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "StartTime",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "EndTime",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "Overwrite",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "DisplayResult",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "ElasticStrategy",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "DatabaseAllowList",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "DatabaseDenyList",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "ConfigFilePath",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- }
- ],
- "ParameterSets": [
- {
- "Name": "CommandLine",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "OutputFolder",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "TargetPlatform",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "TargetSqlInstance",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "TargetPercentile",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ScalingFactor",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "StartTime",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "EndTime",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Overwrite",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DisplayResult",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ElasticStrategy",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DatabaseAllowList",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DatabaseDenyList",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "PassThru",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "ConfigFile",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ConfigFilePath",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- }
- ]
- },
- {
- "VerbName": "Get",
- "NounName": "AzDataMigrationSqlService",
- "Name": "Get-AzDataMigrationSqlService",
- "ClassName": "Get-AzDataMigrationSqlService",
- "SupportsShouldProcess": false,
- "ConfirmImpact": 0,
- "SupportsPaging": false,
- "DefaultParameterSetName": "List1",
- "OutputTypes": [
- {
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20220330Preview",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20220330Preview.ISqlMigrationService",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20220330Preview.ISqlMigrationService, Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "IntegrationRuntimeState": "System.String",
- "ProvisioningState": "System.String"
- }
- },
- "ParameterSets": [
- "__AllParameterSets"
- ]
- }
- ],
- "Parameters": [
- {
- "Name": "Name",
- "AliasList": [
- "SqlMigrationServiceName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "SubscriptionId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.String"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "InputObject",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.IDataMigrationIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.IDataMigrationIdentity, Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "Id": "System.String",
- "ManagedInstanceName": "System.String",
- "ResourceGroupName": "System.String",
- "SqlDbInstanceName": "System.String",
- "SqlMigrationServiceName": "System.String",
- "SqlVirtualMachineName": "System.String",
- "SubscriptionId": "System.String",
- "TargetDbName": "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.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "HttpPipelineAppend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "HttpPipelinePrepend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "Proxy",
- "Type": {
- "Namespace": "System",
- "Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "ProxyCredential",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- }
- ],
- "ParameterSets": [
- {
- "Name": "Get",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "SqlMigrationServiceName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "SubscriptionId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.String"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzureRMContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelineAppend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelinePrepend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.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.0.6.0, 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.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "List",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "SubscriptionId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.String"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzureRMContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelineAppend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelinePrepend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.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.0.6.0, 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.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "List1",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "SubscriptionId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.String"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzureRMContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelineAppend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelinePrepend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.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.0.6.0, 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.0.6.0, 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.0.6.0, 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.DataMigration.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.IDataMigrationIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.IDataMigrationIdentity, Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "Id": "System.String",
- "ManagedInstanceName": "System.String",
- "ResourceGroupName": "System.String",
- "SqlDbInstanceName": "System.String",
- "SqlMigrationServiceName": "System.String",
- "SqlVirtualMachineName": "System.String",
- "SubscriptionId": "System.String",
- "TargetDbName": "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.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelineAppend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelinePrepend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.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.0.6.0, 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.0.6.0, 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.0.6.0, 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.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelineAppend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelinePrepend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.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.0.6.0, 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.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- }
- ]
- },
- {
- "VerbName": "Get",
- "NounName": "AzDataMigrationSqlServiceAuthKey",
- "Name": "Get-AzDataMigrationSqlServiceAuthKey",
- "ClassName": "Get-AzDataMigrationSqlServiceAuthKey",
- "SupportsShouldProcess": true,
- "ConfirmImpact": 2,
- "SupportsPaging": false,
- "DefaultParameterSetName": "List",
- "OutputTypes": [
- {
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20220330Preview",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20220330Preview.IAuthenticationKeys",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20220330Preview.IAuthenticationKeys, Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "AuthKey1": "System.String",
- "AuthKey2": "System.String"
- }
- },
- "ParameterSets": [
- "__AllParameterSets"
- ]
- }
- ],
- "Parameters": [
- {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "SqlMigrationServiceName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "SubscriptionId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.String"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzureRMContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "HttpPipelineAppend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "HttpPipelinePrepend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "Proxy",
- "Type": {
- "Namespace": "System",
- "Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "ProxyCredential",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- }
- ],
- "ParameterSets": [
- {
- "Name": "__AllParameterSets",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "SqlMigrationServiceName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "SubscriptionId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.String"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzureRMContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelineAppend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelinePrepend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.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.0.6.0, 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.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- }
- ]
- },
- {
- "VerbName": "Get",
- "NounName": "AzDataMigrationSqlServiceIntegrationRuntimeMetric",
- "Name": "Get-AzDataMigrationSqlServiceIntegrationRuntimeMetric",
- "ClassName": "Get-AzDataMigrationSqlServiceIntegrationRuntimeMetric",
- "SupportsShouldProcess": true,
- "ConfirmImpact": 2,
- "SupportsPaging": false,
- "DefaultParameterSetName": "List",
- "OutputTypes": [
- {
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20220330Preview",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20220330Preview.IIntegrationRuntimeMonitoringData",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20220330Preview.IIntegrationRuntimeMonitoringData, Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "Node": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20220330Preview.INodeMonitoringData[]",
- "Name": "System.String"
- }
- },
- "ParameterSets": [
- "__AllParameterSets"
- ]
- }
- ],
- "Parameters": [
- {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "SqlMigrationServiceName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "SubscriptionId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.String"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzureRMContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "HttpPipelineAppend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "HttpPipelinePrepend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "Proxy",
- "Type": {
- "Namespace": "System",
- "Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "ProxyCredential",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- }
- ],
- "ParameterSets": [
- {
- "Name": "__AllParameterSets",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "SqlMigrationServiceName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "SubscriptionId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.String"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzureRMContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelineAppend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelinePrepend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.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.0.6.0, 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.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- }
- ]
- },
- {
- "VerbName": "Get",
- "NounName": "AzDataMigrationSqlServiceMigration",
- "Name": "Get-AzDataMigrationSqlServiceMigration",
- "ClassName": "Get-AzDataMigrationSqlServiceMigration",
- "SupportsShouldProcess": false,
- "ConfirmImpact": 0,
- "SupportsPaging": false,
- "DefaultParameterSetName": "List",
- "OutputTypes": [
- {
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20220330Preview",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20220330Preview.IDatabaseMigration",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20220330Preview.IDatabaseMigration, Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support.CreatedByType]",
- "SystemDataLastModifiedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support.CreatedByType]",
- "Kind": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support.ResourceType]",
- "SourceSqlConnectionTrustServerCertificate": "System.Nullable`1[System.Boolean]",
- "SourceSqlConnectionEncryptConnection": "System.Nullable`1[System.Boolean]",
- "EndedOn": "System.Nullable`1[System.DateTime]",
- "SystemDataLastModifiedAt": "System.Nullable`1[System.DateTime]",
- "SystemDataCreatedAt": "System.Nullable`1[System.DateTime]",
- "StartedOn": "System.Nullable`1[System.DateTime]",
- "SourceSqlConnectionPassword": "System.Security.SecureString",
- "SystemDataLastModifiedBy": "System.String",
- "SystemDataCreatedBy": "System.String",
- "SourceSqlConnectionUserName": "System.String",
- "SourceSqlConnectionAuthentication": "System.String",
- "SourceServerName": "System.String",
- "SourceDatabaseName": "System.String",
- "Scope": "System.String",
- "ProvisioningState": "System.String",
- "ProvisioningError": "System.String",
- "MigrationStatus": "System.String",
- "MigrationService": "System.String",
- "MigrationOperationId": "System.String",
- "MigrationFailureErrorMessage": "System.String",
- "MigrationFailureErrorCode": "System.String",
- "SourceSqlConnectionDataSource": "System.String",
- "TargetDatabaseCollation": "System.String"
- }
- },
- "ParameterSets": [
- "__AllParameterSets"
- ]
- }
- ],
- "Parameters": [
- {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "SqlMigrationServiceName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "SubscriptionId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.String"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzureRMContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "HttpPipelineAppend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "HttpPipelinePrepend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "Proxy",
- "Type": {
- "Namespace": "System",
- "Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "ProxyCredential",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- }
- ],
- "ParameterSets": [
- {
- "Name": "__AllParameterSets",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "SqlMigrationServiceName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "SubscriptionId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.String"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzureRMContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelineAppend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelinePrepend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.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.0.6.0, 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.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- }
- ]
- },
- {
- "VerbName": "Get",
- "NounName": "AzDataMigrationToSqlDb",
- "Name": "Get-AzDataMigrationToSqlDb",
- "ClassName": "Get-AzDataMigrationToSqlDb",
- "SupportsShouldProcess": false,
- "ConfirmImpact": 0,
- "SupportsPaging": false,
- "DefaultParameterSetName": "Get",
- "OutputTypes": [
- {
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20220330Preview",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20220330Preview.IDatabaseMigrationSqlDb",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20220330Preview.IDatabaseMigrationSqlDb, Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "MigrationStatusDetailListOfCopyProgressDetail": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20220330Preview.ICopyProgressDetails[]",
- "SystemDataLastModifiedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support.CreatedByType]",
- "SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support.CreatedByType]",
- "Kind": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support.ResourceType]",
- "SourceSqlConnectionEncryptConnection": "System.Nullable`1[System.Boolean]",
- "TargetSqlConnectionEncryptConnection": "System.Nullable`1[System.Boolean]",
- "SourceSqlConnectionTrustServerCertificate": "System.Nullable`1[System.Boolean]",
- "OfflineConfigurationOffline": "System.Nullable`1[System.Boolean]",
- "TargetSqlConnectionTrustServerCertificate": "System.Nullable`1[System.Boolean]",
- "SystemDataLastModifiedAt": "System.Nullable`1[System.DateTime]",
- "SystemDataCreatedAt": "System.Nullable`1[System.DateTime]",
- "StartedOn": "System.Nullable`1[System.DateTime]",
- "EndedOn": "System.Nullable`1[System.DateTime]",
- "TargetSqlConnectionPassword": "System.Security.SecureString",
- "SourceSqlConnectionPassword": "System.Security.SecureString",
- "Scope": "System.String",
- "MigrationFailureErrorCode": "System.String",
- "TargetSqlConnectionDataSource": "System.String",
- "TargetSqlConnectionAuthentication": "System.String",
- "TargetDatabaseCollation": "System.String",
- "MigrationFailureErrorMessage": "System.String",
- "SystemDataLastModifiedBy": "System.String",
- "MigrationOperationId": "System.String",
- "MigrationService": "System.String",
- "SystemDataCreatedBy": "System.String",
- "MigrationStatus": "System.String",
- "MigrationStatusDetailMigrationState": "System.String",
- "SourceSqlConnectionUserName": "System.String",
- "ProvisioningError": "System.String",
- "SourceSqlConnectionDataSource": "System.String",
- "SourceSqlConnectionAuthentication": "System.String",
- "SourceServerName": "System.String",
- "SourceDatabaseName": "System.String",
- "ProvisioningState": "System.String",
- "TargetSqlConnectionUserName": "System.String",
- "MigrationStatusDetailSqlDataCopyError": "System.String[]",
- "TableList": "System.String[]"
- }
- },
- "ParameterSets": [
- "__AllParameterSets"
- ]
- }
- ],
- "Parameters": [
- {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "SqlDbInstanceName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "SubscriptionId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.String"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "TargetDbName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "InputObject",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.IDataMigrationIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.IDataMigrationIdentity, Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "Id": "System.String",
- "ManagedInstanceName": "System.String",
- "ResourceGroupName": "System.String",
- "SqlDbInstanceName": "System.String",
- "SqlMigrationServiceName": "System.String",
- "SqlVirtualMachineName": "System.String",
- "SubscriptionId": "System.String",
- "TargetDbName": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "Expand",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "MigrationOperationId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzureRMContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "HttpPipelineAppend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "HttpPipelinePrepend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "Proxy",
- "Type": {
- "Namespace": "System",
- "Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "ProxyCredential",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- }
- ],
- "ParameterSets": [
- {
- "Name": "Get",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "SqlDbInstanceName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "SubscriptionId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.String"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "TargetDbName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Expand",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "MigrationOperationId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzureRMContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelineAppend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelinePrepend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.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.0.6.0, 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.0.6.0, 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.0.6.0, 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.DataMigration.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.IDataMigrationIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.IDataMigrationIdentity, Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "Id": "System.String",
- "ManagedInstanceName": "System.String",
- "ResourceGroupName": "System.String",
- "SqlDbInstanceName": "System.String",
- "SqlMigrationServiceName": "System.String",
- "SqlVirtualMachineName": "System.String",
- "SubscriptionId": "System.String",
- "TargetDbName": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": true,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Expand",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "MigrationOperationId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzureRMContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelineAppend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelinePrepend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.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.0.6.0, 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.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "__AllParameterSets",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "Expand",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "MigrationOperationId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzureRMContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelineAppend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelinePrepend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.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.0.6.0, 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.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- }
- ]
- },
- {
- "VerbName": "Get",
- "NounName": "AzDataMigrationToSqlManagedInstance",
- "Name": "Get-AzDataMigrationToSqlManagedInstance",
- "ClassName": "Get-AzDataMigrationToSqlManagedInstance",
- "SupportsShouldProcess": false,
- "ConfirmImpact": 0,
- "SupportsPaging": false,
- "DefaultParameterSetName": "Get",
- "OutputTypes": [
- {
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20220330Preview",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20220330Preview.IDatabaseMigrationSqlMi",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20220330Preview.IDatabaseMigrationSqlMi, Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "MigrationStatusDetail": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20220330Preview.IMigrationStatusDetails",
- "SystemDataLastModifiedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support.CreatedByType]",
- "SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support.CreatedByType]",
- "Kind": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support.ResourceType]",
- "SourceSqlConnectionEncryptConnection": "System.Nullable`1[System.Boolean]",
- "OfflineConfigurationOffline": "System.Nullable`1[System.Boolean]",
- "SourceSqlConnectionTrustServerCertificate": "System.Nullable`1[System.Boolean]",
- "SystemDataCreatedAt": "System.Nullable`1[System.DateTime]",
- "EndedOn": "System.Nullable`1[System.DateTime]",
- "SystemDataLastModifiedAt": "System.Nullable`1[System.DateTime]",
- "StartedOn": "System.Nullable`1[System.DateTime]",
- "FileSharePassword": "System.Security.SecureString",
- "SourceSqlConnectionPassword": "System.Security.SecureString",
- "SourceSqlConnectionDataSource": "System.String",
- "AzureBlobAccountKey": "System.String",
- "SourceSqlConnectionAuthentication": "System.String",
- "SystemDataCreatedBy": "System.String",
- "SystemDataLastModifiedBy": "System.String",
- "TargetDatabaseCollation": "System.String",
- "SourceSqlConnectionUserName": "System.String",
- "SourceServerName": "System.String",
- "Scope": "System.String",
- "SourceDatabaseName": "System.String",
- "TargetLocationAccountKey": "System.String",
- "ProvisioningState": "System.String",
- "ProvisioningError": "System.String",
- "OfflineConfigurationLastBackupName": "System.String",
- "MigrationStatus": "System.String",
- "MigrationService": "System.String",
- "MigrationOperationId": "System.String",
- "MigrationFailureErrorMessage": "System.String",
- "MigrationFailureErrorCode": "System.String",
- "FileShareUsername": "System.String",
- "FileSharePath": "System.String",
- "AzureBlobStorageAccountResourceId": "System.String",
- "AzureBlobContainerName": "System.String",
- "SourceLocationFileStorageType": "System.String",
- "TargetLocationStorageAccountResourceId": "System.String"
- }
- },
- "ParameterSets": [
- "__AllParameterSets"
- ]
- }
- ],
- "Parameters": [
- {
- "Name": "ManagedInstanceName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "SubscriptionId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.String"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "TargetDbName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "InputObject",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.IDataMigrationIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.IDataMigrationIdentity, Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "Id": "System.String",
- "ManagedInstanceName": "System.String",
- "ResourceGroupName": "System.String",
- "SqlDbInstanceName": "System.String",
- "SqlMigrationServiceName": "System.String",
- "SqlVirtualMachineName": "System.String",
- "SubscriptionId": "System.String",
- "TargetDbName": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "Expand",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "MigrationOperationId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzureRMContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "HttpPipelineAppend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "HttpPipelinePrepend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "Proxy",
- "Type": {
- "Namespace": "System",
- "Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "ProxyCredential",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- }
- ],
- "ParameterSets": [
- {
- "Name": "Get",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ManagedInstanceName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "SubscriptionId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.String"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "TargetDbName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Expand",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "MigrationOperationId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzureRMContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelineAppend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelinePrepend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.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.0.6.0, 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.0.6.0, 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.0.6.0, 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.DataMigration.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.IDataMigrationIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.IDataMigrationIdentity, Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "Id": "System.String",
- "ManagedInstanceName": "System.String",
- "ResourceGroupName": "System.String",
- "SqlDbInstanceName": "System.String",
- "SqlMigrationServiceName": "System.String",
- "SqlVirtualMachineName": "System.String",
- "SubscriptionId": "System.String",
- "TargetDbName": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": true,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Expand",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "MigrationOperationId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzureRMContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelineAppend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelinePrepend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.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.0.6.0, 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.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "__AllParameterSets",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "Expand",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "MigrationOperationId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzureRMContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelineAppend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelinePrepend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.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.0.6.0, 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.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- }
- ]
- },
- {
- "VerbName": "Get",
- "NounName": "AzDataMigrationToSqlVM",
- "Name": "Get-AzDataMigrationToSqlVM",
- "ClassName": "Get-AzDataMigrationToSqlVM",
- "SupportsShouldProcess": false,
- "ConfirmImpact": 0,
- "SupportsPaging": false,
- "DefaultParameterSetName": "Get",
- "OutputTypes": [
- {
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20220330Preview",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20220330Preview.IDatabaseMigrationSqlVM",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20220330Preview.IDatabaseMigrationSqlVM, Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "MigrationStatusDetail": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20220330Preview.IMigrationStatusDetails",
- "SystemDataLastModifiedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support.CreatedByType]",
- "SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support.CreatedByType]",
- "Kind": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support.ResourceType]",
- "SourceSqlConnectionEncryptConnection": "System.Nullable`1[System.Boolean]",
- "OfflineConfigurationOffline": "System.Nullable`1[System.Boolean]",
- "SourceSqlConnectionTrustServerCertificate": "System.Nullable`1[System.Boolean]",
- "SystemDataCreatedAt": "System.Nullable`1[System.DateTime]",
- "EndedOn": "System.Nullable`1[System.DateTime]",
- "SystemDataLastModifiedAt": "System.Nullable`1[System.DateTime]",
- "StartedOn": "System.Nullable`1[System.DateTime]",
- "FileSharePassword": "System.Security.SecureString",
- "SourceSqlConnectionPassword": "System.Security.SecureString",
- "SourceSqlConnectionDataSource": "System.String",
- "AzureBlobAccountKey": "System.String",
- "SourceSqlConnectionAuthentication": "System.String",
- "SystemDataCreatedBy": "System.String",
- "SystemDataLastModifiedBy": "System.String",
- "TargetDatabaseCollation": "System.String",
- "SourceSqlConnectionUserName": "System.String",
- "SourceServerName": "System.String",
- "Scope": "System.String",
- "SourceDatabaseName": "System.String",
- "TargetLocationAccountKey": "System.String",
- "ProvisioningState": "System.String",
- "ProvisioningError": "System.String",
- "OfflineConfigurationLastBackupName": "System.String",
- "MigrationStatus": "System.String",
- "MigrationService": "System.String",
- "MigrationOperationId": "System.String",
- "MigrationFailureErrorMessage": "System.String",
- "MigrationFailureErrorCode": "System.String",
- "FileShareUsername": "System.String",
- "FileSharePath": "System.String",
- "AzureBlobStorageAccountResourceId": "System.String",
- "AzureBlobContainerName": "System.String",
- "SourceLocationFileStorageType": "System.String",
- "TargetLocationStorageAccountResourceId": "System.String"
- }
- },
- "ParameterSets": [
- "__AllParameterSets"
- ]
- }
- ],
- "Parameters": [
- {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "SqlVirtualMachineName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "SubscriptionId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.String"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "TargetDbName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "InputObject",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.IDataMigrationIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.IDataMigrationIdentity, Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "Id": "System.String",
- "ManagedInstanceName": "System.String",
- "ResourceGroupName": "System.String",
- "SqlDbInstanceName": "System.String",
- "SqlMigrationServiceName": "System.String",
- "SqlVirtualMachineName": "System.String",
- "SubscriptionId": "System.String",
- "TargetDbName": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "Expand",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "MigrationOperationId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzureRMContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "HttpPipelineAppend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "HttpPipelinePrepend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "Proxy",
- "Type": {
- "Namespace": "System",
- "Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "ProxyCredential",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- }
- ],
- "ParameterSets": [
- {
- "Name": "Get",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "SqlVirtualMachineName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "SubscriptionId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.String"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "TargetDbName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Expand",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "MigrationOperationId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzureRMContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelineAppend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelinePrepend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.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.0.6.0, 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.0.6.0, 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.0.6.0, 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.DataMigration.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.IDataMigrationIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.IDataMigrationIdentity, Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "Id": "System.String",
- "ManagedInstanceName": "System.String",
- "ResourceGroupName": "System.String",
- "SqlDbInstanceName": "System.String",
- "SqlMigrationServiceName": "System.String",
- "SqlVirtualMachineName": "System.String",
- "SubscriptionId": "System.String",
- "TargetDbName": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": true,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Expand",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "MigrationOperationId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzureRMContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelineAppend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelinePrepend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.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.0.6.0, 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.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "__AllParameterSets",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "Expand",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "MigrationOperationId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzureRMContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelineAppend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelinePrepend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.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.0.6.0, 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.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- }
- ]
- },
- {
- "VerbName": "Invoke",
- "NounName": "AzDataMigrationCutoverToSqlManagedInstance",
- "Name": "Invoke-AzDataMigrationCutoverToSqlManagedInstance",
- "ClassName": "Invoke-AzDataMigrationCutoverToSqlManagedInstance",
- "SupportsShouldProcess": true,
- "ConfirmImpact": 2,
- "SupportsPaging": false,
- "DefaultParameterSetName": "CutoverExpanded",
- "OutputTypes": [
- {
- "Type": {
- "Namespace": "System",
- "Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ParameterSets": [
- "__AllParameterSets"
- ]
- }
- ],
- "Parameters": [
- {
- "Name": "ManagedInstanceName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "TargetDbName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "SubscriptionId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "MigrationOperationId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzureRMContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, 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.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "HttpPipelineAppend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "HttpPipelinePrepend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.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.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "Proxy",
- "Type": {
- "Namespace": "System",
- "Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "ProxyCredential",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- }
- ],
- "ParameterSets": [
- {
- "Name": "__AllParameterSets",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ManagedInstanceName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "TargetDbName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "SubscriptionId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "MigrationOperationId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzureRMContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, 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.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelineAppend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelinePrepend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.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.0.6.0, 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.0.6.0, 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.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- }
- ]
- },
- {
- "VerbName": "Invoke",
- "NounName": "AzDataMigrationCutoverToSqlVM",
- "Name": "Invoke-AzDataMigrationCutoverToSqlVM",
- "ClassName": "Invoke-AzDataMigrationCutoverToSqlVM",
- "SupportsShouldProcess": true,
- "ConfirmImpact": 2,
- "SupportsPaging": false,
- "DefaultParameterSetName": "CutoverExpanded",
- "OutputTypes": [
- {
- "Type": {
- "Namespace": "System",
- "Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ParameterSets": [
- "__AllParameterSets"
- ]
- }
- ],
- "Parameters": [
- {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "SqlVirtualMachineName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "TargetDbName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "SubscriptionId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "MigrationOperationId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzureRMContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, 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.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "HttpPipelineAppend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "HttpPipelinePrepend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.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.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "Proxy",
- "Type": {
- "Namespace": "System",
- "Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "ProxyCredential",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- }
- ],
- "ParameterSets": [
- {
- "Name": "__AllParameterSets",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "SqlVirtualMachineName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "TargetDbName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "SubscriptionId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "MigrationOperationId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzureRMContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, 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.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelineAppend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelinePrepend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.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.0.6.0, 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.0.6.0, 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.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- }
- ]
- },
- {
- "VerbName": "New",
- "NounName": "AzDataMigrationLoginsMigration",
- "Name": "New-AzDataMigrationLoginsMigration",
- "ClassName": "New-AzDataMigrationLoginsMigration",
- "SupportsShouldProcess": true,
- "ConfirmImpact": 2,
- "SupportsPaging": false,
- "DefaultParameterSetName": "ConfigFile",
- "OutputTypes": [
- {
- "Type": {
- "Namespace": "System",
- "Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ParameterSets": [
- "__AllParameterSets"
- ]
- }
- ],
- "Parameters": [
- {
- "Name": "SourceSqlConnectionString",
- "Type": {
- "Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.String"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "TargetSqlConnectionString",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "CSVFilePath",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "ListOfLogin",
- "Type": {
- "Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.String"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "OutputFolder",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "AADDomainName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "ConfigFilePath",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- }
- ],
- "ParameterSets": [
- {
- "Name": "CommandLine",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "SourceSqlConnectionString",
- "Type": {
- "Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.String"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "TargetSqlConnectionString",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "CSVFilePath",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ListOfLogin",
- "Type": {
- "Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.String"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "OutputFolder",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "AADDomainName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "PassThru",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "ConfigFile",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ConfigFilePath",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- }
- ]
- },
- {
- "VerbName": "New",
- "NounName": "AzDataMigrationSqlServerSchema",
- "Name": "New-AzDataMigrationSqlServerSchema",
- "ClassName": "New-AzDataMigrationSqlServerSchema",
- "SupportsShouldProcess": true,
- "ConfirmImpact": 2,
- "SupportsPaging": false,
- "DefaultParameterSetName": "ConfigFile",
- "OutputTypes": [
- {
- "Type": {
- "Namespace": "System",
- "Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ParameterSets": [
- "__AllParameterSets"
- ]
- }
- ],
- "Parameters": [
- {
- "Name": "Action",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "SourceConnectionString",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "TargetConnectionString",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "InputScriptFilePath",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "OutputFolder",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "ConfigFilePath",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- }
- ],
- "ParameterSets": [
- {
- "Name": "CommandLine",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "Action",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "SourceConnectionString",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "TargetConnectionString",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "InputScriptFilePath",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "OutputFolder",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "PassThru",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "ConfigFile",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ConfigFilePath",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- }
- ]
- },
- {
- "VerbName": "New",
- "NounName": "AzDataMigrationSqlService",
- "Name": "New-AzDataMigrationSqlService",
- "ClassName": "New-AzDataMigrationSqlService",
- "SupportsShouldProcess": true,
- "ConfirmImpact": 2,
- "SupportsPaging": false,
- "DefaultParameterSetName": "CreateExpanded",
- "OutputTypes": [
- {
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20220330Preview",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20220330Preview.ISqlMigrationService",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20220330Preview.ISqlMigrationService, Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "IntegrationRuntimeState": "System.String",
- "ProvisioningState": "System.String"
- }
- },
- "ParameterSets": [
- "__AllParameterSets"
- ]
- }
- ],
- "Parameters": [
- {
- "Name": "Name",
- "AliasList": [
- "SqlMigrationServiceName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "SubscriptionId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "Location",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "Tag",
- "Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzureRMContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, 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.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "HttpPipelineAppend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "HttpPipelinePrepend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.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.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "Proxy",
- "Type": {
- "Namespace": "System",
- "Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "ProxyCredential",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- }
- ],
- "ParameterSets": [
- {
- "Name": "__AllParameterSets",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "SqlMigrationServiceName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "SubscriptionId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Location",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Tag",
- "Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzureRMContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, 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.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelineAppend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelinePrepend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.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.0.6.0, 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.0.6.0, 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.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- }
- ]
- },
- {
- "VerbName": "New",
- "NounName": "AzDataMigrationSqlServiceAuthKey",
- "Name": "New-AzDataMigrationSqlServiceAuthKey",
- "ClassName": "New-AzDataMigrationSqlServiceAuthKey",
- "SupportsShouldProcess": true,
- "ConfirmImpact": 2,
- "SupportsPaging": false,
- "DefaultParameterSetName": "RegenerateExpanded",
- "OutputTypes": [
- {
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20220330Preview",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20220330Preview.IRegenAuthKeys",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20220330Preview.IRegenAuthKeys, Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "AuthKey1": "System.String",
- "AuthKey2": "System.String",
- "KeyName": "System.String"
- }
- },
- "ParameterSets": [
- "__AllParameterSets"
- ]
- }
- ],
- "Parameters": [
- {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "SqlMigrationServiceName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "SubscriptionId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "AuthKey1",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "AuthKey2",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "KeyName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzureRMContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "HttpPipelineAppend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "HttpPipelinePrepend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "Proxy",
- "Type": {
- "Namespace": "System",
- "Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "ProxyCredential",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- }
- ],
- "ParameterSets": [
- {
- "Name": "__AllParameterSets",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "SqlMigrationServiceName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "SubscriptionId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "AuthKey1",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "AuthKey2",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "KeyName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzureRMContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelineAppend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelinePrepend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.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.0.6.0, 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.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- }
- ]
- },
- {
- "VerbName": "New",
- "NounName": "AzDataMigrationTdeCertificateMigration",
- "Name": "New-AzDataMigrationTdeCertificateMigration",
- "ClassName": "New-AzDataMigrationTdeCertificateMigration",
- "SupportsShouldProcess": true,
- "ConfirmImpact": 2,
- "SupportsPaging": false,
- "DefaultParameterSetName": "CommandLine",
- "OutputTypes": [
- {
- "Type": {
- "Namespace": "System",
- "Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ParameterSets": [
- "__AllParameterSets"
- ]
- }
- ],
- "Parameters": [
- {
- "Name": "SourceSqlConnectionString",
- "Type": {
- "Namespace": "System.Security",
- "Name": "System.Security.SecureString",
- "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "TargetSubscriptionId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "TargetResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "TargetManagedInstanceName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "NetworkSharePath",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "NetworkShareDomain",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "DatabaseName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.String"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "NetworkShareUserName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "NetworkSharePassword",
- "Type": {
- "Namespace": "System.Security",
- "Name": "System.Security.SecureString",
- "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "PassThru",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- }
- ],
- "ParameterSets": [
- {
- "Name": "__AllParameterSets",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "SourceSqlConnectionString",
- "Type": {
- "Namespace": "System.Security",
- "Name": "System.Security.SecureString",
- "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "TargetSubscriptionId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "TargetResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "TargetManagedInstanceName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "NetworkSharePath",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "NetworkShareDomain",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DatabaseName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.String"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "NetworkShareUserName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "NetworkSharePassword",
- "Type": {
- "Namespace": "System.Security",
- "Name": "System.Security.SecureString",
- "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "PassThru",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- }
- ]
- },
- {
- "VerbName": "New",
- "NounName": "AzDataMigrationToSqlDb",
- "Name": "New-AzDataMigrationToSqlDb",
- "ClassName": "New-AzDataMigrationToSqlDb",
- "SupportsShouldProcess": true,
- "ConfirmImpact": 2,
- "SupportsPaging": false,
- "DefaultParameterSetName": "CreateExpanded",
- "OutputTypes": [
- {
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20220330Preview",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20220330Preview.IDatabaseMigrationSqlDb",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20220330Preview.IDatabaseMigrationSqlDb, Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "MigrationStatusDetailListOfCopyProgressDetail": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20220330Preview.ICopyProgressDetails[]",
- "SystemDataLastModifiedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support.CreatedByType]",
- "SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support.CreatedByType]",
- "Kind": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support.ResourceType]",
- "SourceSqlConnectionEncryptConnection": "System.Nullable`1[System.Boolean]",
- "TargetSqlConnectionEncryptConnection": "System.Nullable`1[System.Boolean]",
- "SourceSqlConnectionTrustServerCertificate": "System.Nullable`1[System.Boolean]",
- "OfflineConfigurationOffline": "System.Nullable`1[System.Boolean]",
- "TargetSqlConnectionTrustServerCertificate": "System.Nullable`1[System.Boolean]",
- "SystemDataLastModifiedAt": "System.Nullable`1[System.DateTime]",
- "SystemDataCreatedAt": "System.Nullable`1[System.DateTime]",
- "StartedOn": "System.Nullable`1[System.DateTime]",
- "EndedOn": "System.Nullable`1[System.DateTime]",
- "TargetSqlConnectionPassword": "System.Security.SecureString",
- "SourceSqlConnectionPassword": "System.Security.SecureString",
- "Scope": "System.String",
- "MigrationFailureErrorCode": "System.String",
- "TargetSqlConnectionDataSource": "System.String",
- "TargetSqlConnectionAuthentication": "System.String",
- "TargetDatabaseCollation": "System.String",
- "MigrationFailureErrorMessage": "System.String",
- "SystemDataLastModifiedBy": "System.String",
- "MigrationOperationId": "System.String",
- "MigrationService": "System.String",
- "SystemDataCreatedBy": "System.String",
- "MigrationStatus": "System.String",
- "MigrationStatusDetailMigrationState": "System.String",
- "SourceSqlConnectionUserName": "System.String",
- "ProvisioningError": "System.String",
- "SourceSqlConnectionDataSource": "System.String",
- "SourceSqlConnectionAuthentication": "System.String",
- "SourceServerName": "System.String",
- "SourceDatabaseName": "System.String",
- "ProvisioningState": "System.String",
- "TargetSqlConnectionUserName": "System.String",
- "MigrationStatusDetailSqlDataCopyError": "System.String[]",
- "TableList": "System.String[]"
- }
- },
- "ParameterSets": [
- "__AllParameterSets"
- ]
- }
- ],
- "Parameters": [
- {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "SqlDbInstanceName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "TargetDbName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "SubscriptionId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "Kind",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support.ResourceType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support.ResourceType, Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "MigrationService",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "Scope",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "SourceDatabaseName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "SourceSqlConnectionAuthentication",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "SourceSqlConnectionDataSource",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "SourceSqlConnectionEncryptConnection",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "SourceSqlConnectionPassword",
- "Type": {
- "Namespace": "System.Security",
- "Name": "System.Security.SecureString",
- "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "SourceSqlConnectionTrustServerCertificate",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "SourceSqlConnectionUserName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "TableList",
- "Type": {
- "Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.String"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "TargetDatabaseCollation",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "TargetSqlConnectionAuthentication",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "TargetSqlConnectionDataSource",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "TargetSqlConnectionEncryptConnection",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "TargetSqlConnectionPassword",
- "Type": {
- "Namespace": "System.Security",
- "Name": "System.Security.SecureString",
- "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "TargetSqlConnectionTrustServerCertificate",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "TargetSqlConnectionUserName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzureRMContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, 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.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "HttpPipelineAppend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "HttpPipelinePrepend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.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.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "Proxy",
- "Type": {
- "Namespace": "System",
- "Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "ProxyCredential",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- }
- ],
- "ParameterSets": [
- {
- "Name": "__AllParameterSets",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "SqlDbInstanceName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "TargetDbName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "SubscriptionId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Kind",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support.ResourceType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support.ResourceType, Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "MigrationService",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Scope",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "SourceDatabaseName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "SourceSqlConnectionAuthentication",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "SourceSqlConnectionDataSource",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "SourceSqlConnectionEncryptConnection",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "SourceSqlConnectionPassword",
- "Type": {
- "Namespace": "System.Security",
- "Name": "System.Security.SecureString",
- "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "SourceSqlConnectionTrustServerCertificate",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "SourceSqlConnectionUserName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "TableList",
- "Type": {
- "Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.String"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "TargetDatabaseCollation",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "TargetSqlConnectionAuthentication",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "TargetSqlConnectionDataSource",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "TargetSqlConnectionEncryptConnection",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "TargetSqlConnectionPassword",
- "Type": {
- "Namespace": "System.Security",
- "Name": "System.Security.SecureString",
- "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "TargetSqlConnectionTrustServerCertificate",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "TargetSqlConnectionUserName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzureRMContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, 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.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelineAppend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelinePrepend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.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.0.6.0, 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.0.6.0, 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.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- }
- ]
- },
- {
- "VerbName": "New",
- "NounName": "AzDataMigrationToSqlManagedInstance",
- "Name": "New-AzDataMigrationToSqlManagedInstance",
- "ClassName": "New-AzDataMigrationToSqlManagedInstance",
- "SupportsShouldProcess": true,
- "ConfirmImpact": 2,
- "SupportsPaging": false,
- "DefaultParameterSetName": "CreateExpanded",
- "OutputTypes": [
- {
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20220330Preview",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20220330Preview.IDatabaseMigrationSqlMi",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20220330Preview.IDatabaseMigrationSqlMi, Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "MigrationStatusDetail": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20220330Preview.IMigrationStatusDetails",
- "SystemDataLastModifiedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support.CreatedByType]",
- "SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support.CreatedByType]",
- "Kind": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support.ResourceType]",
- "SourceSqlConnectionEncryptConnection": "System.Nullable`1[System.Boolean]",
- "OfflineConfigurationOffline": "System.Nullable`1[System.Boolean]",
- "SourceSqlConnectionTrustServerCertificate": "System.Nullable`1[System.Boolean]",
- "SystemDataCreatedAt": "System.Nullable`1[System.DateTime]",
- "EndedOn": "System.Nullable`1[System.DateTime]",
- "SystemDataLastModifiedAt": "System.Nullable`1[System.DateTime]",
- "StartedOn": "System.Nullable`1[System.DateTime]",
- "FileSharePassword": "System.Security.SecureString",
- "SourceSqlConnectionPassword": "System.Security.SecureString",
- "SourceSqlConnectionDataSource": "System.String",
- "AzureBlobAccountKey": "System.String",
- "SourceSqlConnectionAuthentication": "System.String",
- "SystemDataCreatedBy": "System.String",
- "SystemDataLastModifiedBy": "System.String",
- "TargetDatabaseCollation": "System.String",
- "SourceSqlConnectionUserName": "System.String",
- "SourceServerName": "System.String",
- "Scope": "System.String",
- "SourceDatabaseName": "System.String",
- "TargetLocationAccountKey": "System.String",
- "ProvisioningState": "System.String",
- "ProvisioningError": "System.String",
- "OfflineConfigurationLastBackupName": "System.String",
- "MigrationStatus": "System.String",
- "MigrationService": "System.String",
- "MigrationOperationId": "System.String",
- "MigrationFailureErrorMessage": "System.String",
- "MigrationFailureErrorCode": "System.String",
- "FileShareUsername": "System.String",
- "FileSharePath": "System.String",
- "AzureBlobStorageAccountResourceId": "System.String",
- "AzureBlobContainerName": "System.String",
- "SourceLocationFileStorageType": "System.String",
- "TargetLocationStorageAccountResourceId": "System.String"
- }
- },
- "ParameterSets": [
- "__AllParameterSets"
- ]
- }
- ],
- "Parameters": [
- {
- "Name": "ManagedInstanceName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "TargetDbName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "SubscriptionId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "AzureBlobAccountKey",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "AzureBlobContainerName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "AzureBlobStorageAccountResourceId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "FileSharePassword",
- "Type": {
- "Namespace": "System.Security",
- "Name": "System.Security.SecureString",
- "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "FileSharePath",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "FileShareUsername",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "Kind",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support.ResourceType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support.ResourceType, Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "MigrationService",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "Offline",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "OfflineConfigurationLastBackupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "Scope",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "SourceDatabaseName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "SourceSqlConnectionAuthentication",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "SourceSqlConnectionDataSource",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "SourceSqlConnectionEncryptConnection",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "SourceSqlConnectionPassword",
- "Type": {
- "Namespace": "System.Security",
- "Name": "System.Security.SecureString",
- "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "SourceSqlConnectionTrustServerCertificate",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "SourceSqlConnectionUserName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "StorageAccountKey",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "StorageAccountResourceId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "TargetDatabaseCollation",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzureRMContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, 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.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "HttpPipelineAppend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "HttpPipelinePrepend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.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.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "Proxy",
- "Type": {
- "Namespace": "System",
- "Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "ProxyCredential",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- }
- ],
- "ParameterSets": [
- {
- "Name": "__AllParameterSets",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ManagedInstanceName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "TargetDbName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "SubscriptionId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "AzureBlobAccountKey",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "AzureBlobContainerName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "AzureBlobStorageAccountResourceId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "FileSharePassword",
- "Type": {
- "Namespace": "System.Security",
- "Name": "System.Security.SecureString",
- "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "FileSharePath",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "FileShareUsername",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Kind",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support.ResourceType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support.ResourceType, Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "MigrationService",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Offline",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "OfflineConfigurationLastBackupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Scope",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "SourceDatabaseName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "SourceSqlConnectionAuthentication",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "SourceSqlConnectionDataSource",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "SourceSqlConnectionEncryptConnection",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "SourceSqlConnectionPassword",
- "Type": {
- "Namespace": "System.Security",
- "Name": "System.Security.SecureString",
- "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "SourceSqlConnectionTrustServerCertificate",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "SourceSqlConnectionUserName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "StorageAccountKey",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "StorageAccountResourceId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "TargetDatabaseCollation",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzureRMContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, 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.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelineAppend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelinePrepend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.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.0.6.0, 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.0.6.0, 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.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- }
- ]
- },
- {
- "VerbName": "New",
- "NounName": "AzDataMigrationToSqlVM",
- "Name": "New-AzDataMigrationToSqlVM",
- "ClassName": "New-AzDataMigrationToSqlVM",
- "SupportsShouldProcess": true,
- "ConfirmImpact": 2,
- "SupportsPaging": false,
- "DefaultParameterSetName": "CreateExpanded",
- "OutputTypes": [
- {
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20220330Preview",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20220330Preview.IDatabaseMigrationSqlVM",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20220330Preview.IDatabaseMigrationSqlVM, Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "MigrationStatusDetail": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20220330Preview.IMigrationStatusDetails",
- "SystemDataLastModifiedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support.CreatedByType]",
- "SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support.CreatedByType]",
- "Kind": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support.ResourceType]",
- "SourceSqlConnectionEncryptConnection": "System.Nullable`1[System.Boolean]",
- "OfflineConfigurationOffline": "System.Nullable`1[System.Boolean]",
- "SourceSqlConnectionTrustServerCertificate": "System.Nullable`1[System.Boolean]",
- "SystemDataCreatedAt": "System.Nullable`1[System.DateTime]",
- "EndedOn": "System.Nullable`1[System.DateTime]",
- "SystemDataLastModifiedAt": "System.Nullable`1[System.DateTime]",
- "StartedOn": "System.Nullable`1[System.DateTime]",
- "FileSharePassword": "System.Security.SecureString",
- "SourceSqlConnectionPassword": "System.Security.SecureString",
- "SourceSqlConnectionDataSource": "System.String",
- "AzureBlobAccountKey": "System.String",
- "SourceSqlConnectionAuthentication": "System.String",
- "SystemDataCreatedBy": "System.String",
- "SystemDataLastModifiedBy": "System.String",
- "TargetDatabaseCollation": "System.String",
- "SourceSqlConnectionUserName": "System.String",
- "SourceServerName": "System.String",
- "Scope": "System.String",
- "SourceDatabaseName": "System.String",
- "TargetLocationAccountKey": "System.String",
- "ProvisioningState": "System.String",
- "ProvisioningError": "System.String",
- "OfflineConfigurationLastBackupName": "System.String",
- "MigrationStatus": "System.String",
- "MigrationService": "System.String",
- "MigrationOperationId": "System.String",
- "MigrationFailureErrorMessage": "System.String",
- "MigrationFailureErrorCode": "System.String",
- "FileShareUsername": "System.String",
- "FileSharePath": "System.String",
- "AzureBlobStorageAccountResourceId": "System.String",
- "AzureBlobContainerName": "System.String",
- "SourceLocationFileStorageType": "System.String",
- "TargetLocationStorageAccountResourceId": "System.String"
- }
- },
- "ParameterSets": [
- "__AllParameterSets"
- ]
- }
- ],
- "Parameters": [
- {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "SqlVirtualMachineName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "TargetDbName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "SubscriptionId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "AzureBlobAccountKey",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "AzureBlobContainerName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "AzureBlobStorageAccountResourceId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "FileSharePassword",
- "Type": {
- "Namespace": "System.Security",
- "Name": "System.Security.SecureString",
- "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "FileSharePath",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "FileShareUsername",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "Kind",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support.ResourceType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support.ResourceType, Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "MigrationService",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "Offline",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "OfflineConfigurationLastBackupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "Scope",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "SourceDatabaseName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "SourceSqlConnectionAuthentication",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "SourceSqlConnectionDataSource",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "SourceSqlConnectionEncryptConnection",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "SourceSqlConnectionPassword",
- "Type": {
- "Namespace": "System.Security",
- "Name": "System.Security.SecureString",
- "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "SourceSqlConnectionTrustServerCertificate",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "SourceSqlConnectionUserName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "StorageAccountKey",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "StorageAccountResourceId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "TargetDatabaseCollation",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzureRMContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, 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.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "HttpPipelineAppend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "HttpPipelinePrepend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.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.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "Proxy",
- "Type": {
- "Namespace": "System",
- "Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "ProxyCredential",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- }
- ],
- "ParameterSets": [
- {
- "Name": "__AllParameterSets",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "SqlVirtualMachineName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "TargetDbName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "SubscriptionId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "AzureBlobAccountKey",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "AzureBlobContainerName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "AzureBlobStorageAccountResourceId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "FileSharePassword",
- "Type": {
- "Namespace": "System.Security",
- "Name": "System.Security.SecureString",
- "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "FileSharePath",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "FileShareUsername",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Kind",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support.ResourceType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support.ResourceType, Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "MigrationService",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Offline",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "OfflineConfigurationLastBackupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Scope",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "SourceDatabaseName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "SourceSqlConnectionAuthentication",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "SourceSqlConnectionDataSource",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "SourceSqlConnectionEncryptConnection",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "SourceSqlConnectionPassword",
- "Type": {
- "Namespace": "System.Security",
- "Name": "System.Security.SecureString",
- "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "SourceSqlConnectionTrustServerCertificate",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "SourceSqlConnectionUserName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "StorageAccountKey",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "StorageAccountResourceId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "TargetDatabaseCollation",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzureRMContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, 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.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelineAppend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelinePrepend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.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.0.6.0, 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.0.6.0, 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.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- }
- ]
- },
- {
- "VerbName": "Register",
- "NounName": "AzDataMigrationIntegrationRuntime",
- "Name": "Register-AzDataMigrationIntegrationRuntime",
- "ClassName": "Register-AzDataMigrationIntegrationRuntime",
- "SupportsShouldProcess": true,
- "ConfirmImpact": 2,
- "SupportsPaging": false,
- "DefaultParameterSetName": "__AllParameterSets",
- "OutputTypes": [
- {
- "Type": {
- "Namespace": "System",
- "Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ParameterSets": [
- "__AllParameterSets"
- ]
- }
- ],
- "Parameters": [
- {
- "Name": "AuthKey",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "IntegrationRuntimePath",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- }
- ],
- "ParameterSets": [
- {
- "Name": "__AllParameterSets",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "AuthKey",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "IntegrationRuntimePath",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "PassThru",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- }
- ]
- },
- {
- "VerbName": "Remove",
- "NounName": "AzDataMigrationSqlService",
- "Name": "Remove-AzDataMigrationSqlService",
- "ClassName": "Remove-AzDataMigrationSqlService",
- "SupportsShouldProcess": true,
- "ConfirmImpact": 2,
- "SupportsPaging": false,
- "DefaultParameterSetName": "Delete",
- "OutputTypes": [
- {
- "Type": {
- "Namespace": "System",
- "Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ParameterSets": [
- "__AllParameterSets"
- ]
- }
- ],
- "Parameters": [
- {
- "Name": "Name",
- "AliasList": [
- "SqlMigrationServiceName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "SubscriptionId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "InputObject",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.IDataMigrationIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.IDataMigrationIdentity, Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "Id": "System.String",
- "ManagedInstanceName": "System.String",
- "ResourceGroupName": "System.String",
- "SqlDbInstanceName": "System.String",
- "SqlMigrationServiceName": "System.String",
- "SqlVirtualMachineName": "System.String",
- "SubscriptionId": "System.String",
- "TargetDbName": "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.0.6.0, 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.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "HttpPipelineAppend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "HttpPipelinePrepend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.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.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "Proxy",
- "Type": {
- "Namespace": "System",
- "Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "ProxyCredential",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- }
- ],
- "ParameterSets": [
- {
- "Name": "Delete",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "SqlMigrationServiceName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "SubscriptionId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzureRMContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, 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.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelineAppend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelinePrepend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.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.0.6.0, 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.0.6.0, 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.0.6.0, 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.0.6.0, 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.DataMigration.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.IDataMigrationIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.IDataMigrationIdentity, Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "Id": "System.String",
- "ManagedInstanceName": "System.String",
- "ResourceGroupName": "System.String",
- "SqlDbInstanceName": "System.String",
- "SqlMigrationServiceName": "System.String",
- "SqlVirtualMachineName": "System.String",
- "SubscriptionId": "System.String",
- "TargetDbName": "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.0.6.0, 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.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelineAppend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelinePrepend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.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.0.6.0, 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.0.6.0, 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.0.6.0, 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.0.6.0, 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.0.6.0, 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.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelineAppend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelinePrepend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.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.0.6.0, 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.0.6.0, 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.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- }
- ]
- },
- {
- "VerbName": "Remove",
- "NounName": "AzDataMigrationSqlServiceNode",
- "Name": "Remove-AzDataMigrationSqlServiceNode",
- "ClassName": "Remove-AzDataMigrationSqlServiceNode",
- "SupportsShouldProcess": true,
- "ConfirmImpact": 2,
- "SupportsPaging": false,
- "DefaultParameterSetName": "DeleteExpanded",
- "OutputTypes": [
- {
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20220330Preview",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20220330Preview.IDeleteNode",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20220330Preview.IDeleteNode, Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "IntegrationRuntimeName": "System.String",
- "NodeName": "System.String"
- }
- },
- "ParameterSets": [
- "__AllParameterSets"
- ]
- }
- ],
- "Parameters": [
- {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "SqlMigrationServiceName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "SubscriptionId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "InputObject",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.IDataMigrationIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.IDataMigrationIdentity, Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "Id": "System.String",
- "ManagedInstanceName": "System.String",
- "ResourceGroupName": "System.String",
- "SqlDbInstanceName": "System.String",
- "SqlMigrationServiceName": "System.String",
- "SqlVirtualMachineName": "System.String",
- "SubscriptionId": "System.String",
- "TargetDbName": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "IntegrationRuntimeName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "NodeName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzureRMContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "HttpPipelineAppend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "HttpPipelinePrepend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "Proxy",
- "Type": {
- "Namespace": "System",
- "Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "ProxyCredential",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- }
- ],
- "ParameterSets": [
- {
- "Name": "DeleteExpanded",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "SqlMigrationServiceName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "SubscriptionId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "IntegrationRuntimeName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.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=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzureRMContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelineAppend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelinePrepend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.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.0.6.0, 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.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "DeleteViaIdentityExpanded",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "InputObject",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.IDataMigrationIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.IDataMigrationIdentity, Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "Id": "System.String",
- "ManagedInstanceName": "System.String",
- "ResourceGroupName": "System.String",
- "SqlDbInstanceName": "System.String",
- "SqlMigrationServiceName": "System.String",
- "SqlVirtualMachineName": "System.String",
- "SubscriptionId": "System.String",
- "TargetDbName": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": true,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "IntegrationRuntimeName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.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=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzureRMContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelineAppend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelinePrepend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.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.0.6.0, 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.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "__AllParameterSets",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "IntegrationRuntimeName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.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=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzureRMContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelineAppend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelinePrepend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.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.0.6.0, 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.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- }
- ]
- },
- {
- "VerbName": "Remove",
- "NounName": "AzDataMigrationToSqlDb",
- "Name": "Remove-AzDataMigrationToSqlDb",
- "ClassName": "Remove-AzDataMigrationToSqlDb",
- "SupportsShouldProcess": true,
- "ConfirmImpact": 2,
- "SupportsPaging": false,
- "DefaultParameterSetName": "Delete",
- "OutputTypes": [
- {
- "Type": {
- "Namespace": "System",
- "Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ParameterSets": [
- "__AllParameterSets"
- ]
- }
- ],
- "Parameters": [
- {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "SqlDbInstanceName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "SubscriptionId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "TargetDbName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "InputObject",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.IDataMigrationIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.IDataMigrationIdentity, Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "Id": "System.String",
- "ManagedInstanceName": "System.String",
- "ResourceGroupName": "System.String",
- "SqlDbInstanceName": "System.String",
- "SqlMigrationServiceName": "System.String",
- "SqlVirtualMachineName": "System.String",
- "SubscriptionId": "System.String",
- "TargetDbName": "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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzureRMContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, 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.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "HttpPipelineAppend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "HttpPipelinePrepend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.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.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "Proxy",
- "Type": {
- "Namespace": "System",
- "Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "ProxyCredential",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- }
- ],
- "ParameterSets": [
- {
- "Name": "Delete",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "SqlDbInstanceName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "SubscriptionId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "TargetDbName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzureRMContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, 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.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelineAppend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelinePrepend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.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.0.6.0, 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.0.6.0, 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.0.6.0, 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.0.6.0, 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.DataMigration.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.IDataMigrationIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.IDataMigrationIdentity, Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "Id": "System.String",
- "ManagedInstanceName": "System.String",
- "ResourceGroupName": "System.String",
- "SqlDbInstanceName": "System.String",
- "SqlMigrationServiceName": "System.String",
- "SqlVirtualMachineName": "System.String",
- "SubscriptionId": "System.String",
- "TargetDbName": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": true,
- "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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzureRMContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, 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.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelineAppend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelinePrepend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.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.0.6.0, 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.0.6.0, 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.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "__AllParameterSets",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "Force",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzureRMContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, 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.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelineAppend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelinePrepend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.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.0.6.0, 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.0.6.0, 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.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- }
- ]
- },
- {
- "VerbName": "Stop",
- "NounName": "AzDataMigrationToSqlDb",
- "Name": "Stop-AzDataMigrationToSqlDb",
- "ClassName": "Stop-AzDataMigrationToSqlDb",
- "SupportsShouldProcess": true,
- "ConfirmImpact": 2,
- "SupportsPaging": false,
- "DefaultParameterSetName": "CancelExpanded",
- "OutputTypes": [
- {
- "Type": {
- "Namespace": "System",
- "Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ParameterSets": [
- "__AllParameterSets"
- ]
- }
- ],
- "Parameters": [
- {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "SqlDbInstanceName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "TargetDbName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "SubscriptionId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "MigrationOperationId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzureRMContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, 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.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "HttpPipelineAppend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "HttpPipelinePrepend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.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.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "Proxy",
- "Type": {
- "Namespace": "System",
- "Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "ProxyCredential",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- }
- ],
- "ParameterSets": [
- {
- "Name": "__AllParameterSets",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "SqlDbInstanceName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "TargetDbName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "SubscriptionId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "MigrationOperationId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzureRMContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, 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.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelineAppend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelinePrepend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.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.0.6.0, 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.0.6.0, 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.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- }
- ]
- },
- {
- "VerbName": "Stop",
- "NounName": "AzDataMigrationToSqlManagedInstance",
- "Name": "Stop-AzDataMigrationToSqlManagedInstance",
- "ClassName": "Stop-AzDataMigrationToSqlManagedInstance",
- "SupportsShouldProcess": true,
- "ConfirmImpact": 2,
- "SupportsPaging": false,
- "DefaultParameterSetName": "CancelExpanded",
- "OutputTypes": [
- {
- "Type": {
- "Namespace": "System",
- "Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ParameterSets": [
- "__AllParameterSets"
- ]
- }
- ],
- "Parameters": [
- {
- "Name": "ManagedInstanceName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "TargetDbName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "SubscriptionId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "MigrationOperationId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzureRMContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, 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.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "HttpPipelineAppend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "HttpPipelinePrepend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.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.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "Proxy",
- "Type": {
- "Namespace": "System",
- "Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "ProxyCredential",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- }
- ],
- "ParameterSets": [
- {
- "Name": "__AllParameterSets",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ManagedInstanceName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "TargetDbName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "SubscriptionId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "MigrationOperationId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzureRMContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, 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.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelineAppend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelinePrepend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.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.0.6.0, 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.0.6.0, 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.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- }
- ]
- },
- {
- "VerbName": "Stop",
- "NounName": "AzDataMigrationToSqlVM",
- "Name": "Stop-AzDataMigrationToSqlVM",
- "ClassName": "Stop-AzDataMigrationToSqlVM",
- "SupportsShouldProcess": true,
- "ConfirmImpact": 2,
- "SupportsPaging": false,
- "DefaultParameterSetName": "CancelExpanded",
- "OutputTypes": [
- {
- "Type": {
- "Namespace": "System",
- "Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ParameterSets": [
- "__AllParameterSets"
- ]
- }
- ],
- "Parameters": [
- {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "SqlVirtualMachineName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "TargetDbName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "SubscriptionId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "MigrationOperationId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzureRMContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, 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.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "HttpPipelineAppend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "HttpPipelinePrepend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.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.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "Proxy",
- "Type": {
- "Namespace": "System",
- "Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "ProxyCredential",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- }
- ],
- "ParameterSets": [
- {
- "Name": "__AllParameterSets",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "SqlVirtualMachineName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "TargetDbName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "SubscriptionId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "MigrationOperationId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzureRMContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, 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.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelineAppend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelinePrepend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.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.0.6.0, 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.0.6.0, 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.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- }
- ]
- },
- {
- "VerbName": "Update",
- "NounName": "AzDataMigrationSqlService",
- "Name": "Update-AzDataMigrationSqlService",
- "ClassName": "Update-AzDataMigrationSqlService",
- "SupportsShouldProcess": true,
- "ConfirmImpact": 2,
- "SupportsPaging": false,
- "DefaultParameterSetName": "UpdateExpanded",
- "OutputTypes": [
- {
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20220330Preview",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20220330Preview.ISqlMigrationService",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20220330Preview.ISqlMigrationService, Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "IntegrationRuntimeState": "System.String",
- "ProvisioningState": "System.String"
- }
- },
- "ParameterSets": [
- "__AllParameterSets"
- ]
- }
- ],
- "Parameters": [
- {
- "Name": "Name",
- "AliasList": [
- "SqlMigrationServiceName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "SubscriptionId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "InputObject",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.IDataMigrationIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.IDataMigrationIdentity, Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "Id": "System.String",
- "ManagedInstanceName": "System.String",
- "ResourceGroupName": "System.String",
- "SqlDbInstanceName": "System.String",
- "SqlMigrationServiceName": "System.String",
- "SqlVirtualMachineName": "System.String",
- "SubscriptionId": "System.String",
- "TargetDbName": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "Tag",
- "Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzureRMContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, 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.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "HttpPipelineAppend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "HttpPipelinePrepend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.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.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "Proxy",
- "Type": {
- "Namespace": "System",
- "Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "ProxyCredential",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- }
- ],
- "ParameterSets": [
- {
- "Name": "UpdateExpanded",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "SqlMigrationServiceName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "SubscriptionId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Tag",
- "Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzureRMContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, 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.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelineAppend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelinePrepend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.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.0.6.0, 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.0.6.0, 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.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "UpdateViaIdentityExpanded",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "InputObject",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.IDataMigrationIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.IDataMigrationIdentity, Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "Id": "System.String",
- "ManagedInstanceName": "System.String",
- "ResourceGroupName": "System.String",
- "SqlDbInstanceName": "System.String",
- "SqlMigrationServiceName": "System.String",
- "SqlVirtualMachineName": "System.String",
- "SubscriptionId": "System.String",
- "TargetDbName": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": true,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Tag",
- "Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzureRMContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, 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.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelineAppend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelinePrepend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.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.0.6.0, 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.0.6.0, 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.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "__AllParameterSets",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "Tag",
- "Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzureRMContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, 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.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelineAppend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelinePrepend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.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.0.6.0, 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.0.6.0, 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.0.6.0, 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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- }
- ]
- }
- ],
- "TypeDictionary": {
- "System.String": {
- "Name": "System.String"
- },
- "System.Boolean": {
- "Name": "System.Boolean"
- },
- "System.Byte": {
- "Name": "System.Byte"
- },
- "System.SByte": {
- "Name": "System.SByte"
- },
- "System.Int16": {
- "Name": "System.Int16"
- },
- "System.UInt16": {
- "Name": "System.UInt16"
- },
- "System.Int32": {
- "Name": "System.Int32"
- },
- "System.UInt32": {
- "Name": "System.UInt32"
- },
- "System.Int64": {
- "Name": "System.Int64"
- },
- "System.UInt64": {
- "Name": "System.UInt64"
- },
- "System.Single": {
- "Name": "System.Single"
- },
- "System.Double": {
- "Name": "System.Double"
- },
- "System.Decimal": {
- "Name": "System.Decimal"
- },
- "System.Char": {
- "Name": "System.Char"
- },
- "Microsoft.Azure.Management.DataMigration.Models.Project": {
- "Namespace": "Microsoft.Azure.Management.DataMigration.Models",
- "Name": "Microsoft.Azure.Management.DataMigration.Models.Project",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.DataMigration.Models.Project, Microsoft.Azure.Management.DataMigration, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "SourceConnectionInfo": "Microsoft.Azure.Management.DataMigration.Models.ConnectionInfo",
- "TargetConnectionInfo": "Microsoft.Azure.Management.DataMigration.Models.ConnectionInfo",
- "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
- "DatabasesInfo": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.DataMigration.Models.DatabaseInfo]",
- "CreationTime": "System.Nullable`1[System.DateTimeOffset]",
- "SourcePlatform": "System.String",
- "TargetPlatform": "System.String",
- "ProvisioningState": "System.String",
- "Location": "System.String",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String"
- },
- "Methods": [
- {
- "Name": "Validate",
- "ReturnType": "System.Void"
- },
- {
- "Name": "GetType",
- "ReturnType": "System.Type"
- },
- {
- "Name": "ToString",
- "ReturnType": "System.String"
- },
- {
- "Name": "Equals",
- "Parameters": [
- {
- "Name": "obj",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Boolean"
- },
- {
- "Name": "GetHashCode",
- "ReturnType": "System.Int32"
- }
- ],
- "Constructors": [
- {
- "Name": ""
- },
- {
- "Name": "",
- "Parameters": [
- {
- "Name": "location",
- "Type": "System.Reflection.RuntimeParameterInfo"
- },
- {
- "Name": "sourcePlatform",
- "Type": "System.Reflection.RuntimeParameterInfo"
- },
- {
- "Name": "targetPlatform",
- "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": "creationTime",
- "Type": "System.Reflection.RuntimeParameterInfo"
- },
- {
- "Name": "sourceConnectionInfo",
- "Type": "System.Reflection.RuntimeParameterInfo"
- },
- {
- "Name": "targetConnectionInfo",
- "Type": "System.Reflection.RuntimeParameterInfo"
- },
- {
- "Name": "databasesInfo",
- "Type": "System.Reflection.RuntimeParameterInfo"
- },
- {
- "Name": "provisioningState",
- "Type": "System.Reflection.RuntimeParameterInfo"
- }
- ]
- }
- ]
- },
- "Microsoft.Azure.Management.DataMigration.Models.ConnectionInfo": {
- "Namespace": "Microsoft.Azure.Management.DataMigration.Models",
- "Name": "Microsoft.Azure.Management.DataMigration.Models.ConnectionInfo",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.DataMigration.Models.ConnectionInfo, Microsoft.Azure.Management.DataMigration, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "UserName": "System.String",
- "Password": "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": "userName",
- "Type": "System.Reflection.RuntimeParameterInfo"
- },
- {
- "Name": "password",
- "Type": "System.Reflection.RuntimeParameterInfo"
- }
- ]
- }
- ]
- },
- "System.Type": {
- "Namespace": "System",
- "Name": "System.Type",
- "AssemblyQualifiedName": "System.Type, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "System.Collections.Generic.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=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.String",
- "System.String"
- ]
- },
- "System.Collections.Generic.IList`1[Microsoft.Azure.Management.DataMigration.Models.DatabaseInfo]": {
- "Namespace": "System.Collections.Generic",
- "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.DataMigration.Models.DatabaseInfo]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.DataMigration.Models.DatabaseInfo, Microsoft.Azure.Management.DataMigration, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "Microsoft.Azure.Management.DataMigration.Models.DatabaseInfo"
- ]
- },
- "Microsoft.Azure.Management.DataMigration.Models.DatabaseInfo": {
- "Namespace": "Microsoft.Azure.Management.DataMigration.Models",
- "Name": "Microsoft.Azure.Management.DataMigration.Models.DatabaseInfo",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.DataMigration.Models.DatabaseInfo, Microsoft.Azure.Management.DataMigration, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "SourceDatabaseName": "System.String"
- },
- "Methods": [
- {
- "Name": "Validate",
- "ReturnType": "System.Void"
- },
- {
- "Name": "GetType",
- "ReturnType": "System.Type"
- },
- {
- "Name": "ToString",
- "ReturnType": "System.String"
- },
- {
- "Name": "Equals",
- "Parameters": [
- {
- "Name": "obj",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Boolean"
- },
- {
- "Name": "GetHashCode",
- "ReturnType": "System.Int32"
- }
- ],
- "Constructors": [
- {
- "Name": ""
- },
- {
- "Name": "",
- "Parameters": [
- {
- "Name": "sourceDatabaseName",
- "Type": "System.Reflection.RuntimeParameterInfo"
- }
- ]
- }
- ]
- },
- "System.Void": {
- "Namespace": "System",
- "Name": "System.Void",
- "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "System.Nullable`1[System.DateTimeOffset]": {
- "Namespace": "System",
- "Name": "System.Nullable`1[System.DateTimeOffset]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.DateTimeOffset, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.DateTimeOffset"
- ]
- },
- "System.DateTimeOffset": {
- "Namespace": "System",
- "Name": "System.DateTimeOffset",
- "AssemblyQualifiedName": "System.DateTimeOffset, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "Microsoft.Azure.Management.DataMigration.Models.DataMigrationService": {
- "Namespace": "Microsoft.Azure.Management.DataMigration.Models",
- "Name": "Microsoft.Azure.Management.DataMigration.Models.DataMigrationService",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.DataMigration.Models.DataMigrationService, Microsoft.Azure.Management.DataMigration, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "Sku": "Microsoft.Azure.Management.DataMigration.Models.ServiceSku",
- "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
- "Etag": "System.String",
- "Kind": "System.String",
- "ProvisioningState": "System.String",
- "PublicKey": "System.String",
- "VirtualSubnetId": "System.String",
- "Location": "System.String",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String"
- },
- "Methods": [
- {
- "Name": "Validate",
- "ReturnType": "System.Void"
- },
- {
- "Name": "GetType",
- "ReturnType": "System.Type"
- },
- {
- "Name": "ToString",
- "ReturnType": "System.String"
- },
- {
- "Name": "Equals",
- "Parameters": [
- {
- "Name": "obj",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Boolean"
- },
- {
- "Name": "GetHashCode",
- "ReturnType": "System.Int32"
- }
- ],
- "Constructors": [
- {
- "Name": ""
- },
- {
- "Name": "",
- "Parameters": [
- {
- "Name": "location",
- "Type": "System.Reflection.RuntimeParameterInfo"
- },
- {
- "Name": "virtualSubnetId",
- "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": "etag",
- "Type": "System.Reflection.RuntimeParameterInfo"
- },
- {
- "Name": "kind",
- "Type": "System.Reflection.RuntimeParameterInfo"
- },
- {
- "Name": "provisioningState",
- "Type": "System.Reflection.RuntimeParameterInfo"
- },
- {
- "Name": "publicKey",
- "Type": "System.Reflection.RuntimeParameterInfo"
- },
- {
- "Name": "sku",
- "Type": "System.Reflection.RuntimeParameterInfo"
- }
- ]
- }
- ]
- },
- "Microsoft.Azure.Management.DataMigration.Models.ServiceSku": {
- "Namespace": "Microsoft.Azure.Management.DataMigration.Models",
- "Name": "Microsoft.Azure.Management.DataMigration.Models.ServiceSku",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.DataMigration.Models.ServiceSku, Microsoft.Azure.Management.DataMigration, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "Capacity": "System.Nullable`1[System.Int32]",
- "Name": "System.String",
- "Tier": "System.String",
- "Family": "System.String",
- "Size": "System.String"
- },
- "Methods": [
- {
- "Name": "GetType",
- "ReturnType": "System.Type"
- },
- {
- "Name": "ToString",
- "ReturnType": "System.String"
- },
- {
- "Name": "Equals",
- "Parameters": [
- {
- "Name": "obj",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Boolean"
- },
- {
- "Name": "GetHashCode",
- "ReturnType": "System.Int32"
- }
- ],
- "Constructors": [
- {
- "Name": ""
- },
- {
- "Name": "",
- "Parameters": [
- {
- "Name": "name",
- "Type": "System.Reflection.RuntimeParameterInfo"
- },
- {
- "Name": "tier",
- "Type": "System.Reflection.RuntimeParameterInfo"
- },
- {
- "Name": "family",
- "Type": "System.Reflection.RuntimeParameterInfo"
- },
- {
- "Name": "size",
- "Type": "System.Reflection.RuntimeParameterInfo"
- },
- {
- "Name": "capacity",
- "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=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.Int32"
- ]
- },
- "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "Account": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount",
- "Environment": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment",
- "Subscription": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription",
- "Tenant": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTenant",
- "TokenCache": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTokenCache",
- "VersionProfile": "System.String"
- }
- },
- "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "TenantMap": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
- "Id": "System.String",
- "Credential": "System.String",
- "Type": "System.String"
- }
- },
- "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "OnPremise": "System.Boolean",
- "VersionProfiles": "System.Collections.Generic.IList`1[System.String]",
- "Name": "System.String",
- "AdTenant": "System.String",
- "AzureDataLakeStoreFileSystemEndpointSuffix": "System.String",
- "AzureDataLakeAnalyticsCatalogAndJobEndpointSuffix": "System.String",
- "BatchEndpointResourceId": "System.String",
- "DataLakeEndpointResourceId": "System.String",
- "GraphEndpointResourceId": "System.String",
- "AzureKeyVaultServiceEndpointResourceId": "System.String",
- "AzureKeyVaultDnsSuffix": "System.String",
- "TrafficManagerDnsSuffix": "System.String",
- "SqlDatabaseDnsSuffix": "System.String",
- "ActiveDirectoryServiceEndpointResourceId": "System.String",
- "GraphUrl": "System.String",
- "GalleryUrl": "System.String",
- "ActiveDirectoryAuthority": "System.String",
- "PublishSettingsFileUrl": "System.String",
- "ManagementPortalUrl": "System.String",
- "ResourceManagerUrl": "System.String",
- "ServiceManagementUrl": "System.String",
- "StorageEndpointSuffix": "System.String",
- "ContainerRegistryEndpointSuffix": "System.String"
- }
- },
- "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=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.String"
- ]
- },
- "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "Id": "System.String",
- "Name": "System.String",
- "State": "System.String"
- }
- },
- "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTenant": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTenant",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTenant, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "Id": "System.String"
- }
- },
- "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTokenCache": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTokenCache",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTokenCache, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "CacheData": "System.Byte[]"
- },
- "Methods": [
- {
- "Name": "Clear",
- "ReturnType": "System.Void"
- }
- ]
- },
- "System.Byte[]": {
- "Namespace": "System",
- "Name": "System.Byte[]",
- "AssemblyQualifiedName": "System.Byte[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.Byte"
- },
- "System.Collections.Generic.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]",
- "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount"
- ]
- },
- "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]": {
- "Namespace": "System.Collections.Generic",
- "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment"
- ]
- },
- "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]": {
- "Namespace": "System.Collections.Generic",
- "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]",
- "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription"
- ]
- },
- "Microsoft.Azure.Management.DataMigration.Models.ProjectTask": {
- "Namespace": "Microsoft.Azure.Management.DataMigration.Models",
- "Name": "Microsoft.Azure.Management.DataMigration.Models.ProjectTask",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.DataMigration.Models.ProjectTask, Microsoft.Azure.Management.DataMigration, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "Properties": "Microsoft.Azure.Management.DataMigration.Models.ProjectTaskProperties",
- "Etag": "System.String",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String"
- },
- "Methods": [
- {
- "Name": "GetType",
- "ReturnType": "System.Type"
- },
- {
- "Name": "ToString",
- "ReturnType": "System.String"
- },
- {
- "Name": "Equals",
- "Parameters": [
- {
- "Name": "obj",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Boolean"
- },
- {
- "Name": "GetHashCode",
- "ReturnType": "System.Int32"
- }
- ],
- "Constructors": [
- {
- "Name": ""
- },
- {
- "Name": "",
- "Parameters": [
- {
- "Name": "id",
- "Type": "System.Reflection.RuntimeParameterInfo"
- },
- {
- "Name": "name",
- "Type": "System.Reflection.RuntimeParameterInfo"
- },
- {
- "Name": "type",
- "Type": "System.Reflection.RuntimeParameterInfo"
- },
- {
- "Name": "etag",
- "Type": "System.Reflection.RuntimeParameterInfo"
- },
- {
- "Name": "properties",
- "Type": "System.Reflection.RuntimeParameterInfo"
- }
- ]
- }
- ]
- },
- "Microsoft.Azure.Management.DataMigration.Models.ProjectTaskProperties": {
- "Namespace": "Microsoft.Azure.Management.DataMigration.Models",
- "Name": "Microsoft.Azure.Management.DataMigration.Models.ProjectTaskProperties",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.DataMigration.Models.ProjectTaskProperties, Microsoft.Azure.Management.DataMigration, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "ClientData": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
- "Commands": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.DataMigration.Models.CommandProperties]",
- "Errors": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.DataMigration.Models.ODataError]",
- "State": "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": "errors",
- "Type": "System.Reflection.RuntimeParameterInfo"
- },
- {
- "Name": "state",
- "Type": "System.Reflection.RuntimeParameterInfo"
- },
- {
- "Name": "commands",
- "Type": "System.Reflection.RuntimeParameterInfo"
- },
- {
- "Name": "clientData",
- "Type": "System.Reflection.RuntimeParameterInfo"
- }
- ]
- }
- ]
- },
- "System.Collections.Generic.IList`1[Microsoft.Azure.Management.DataMigration.Models.CommandProperties]": {
- "Namespace": "System.Collections.Generic",
- "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.DataMigration.Models.CommandProperties]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.DataMigration.Models.CommandProperties, Microsoft.Azure.Management.DataMigration, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "Microsoft.Azure.Management.DataMigration.Models.CommandProperties"
- ]
- },
- "Microsoft.Azure.Management.DataMigration.Models.CommandProperties": {
- "Namespace": "Microsoft.Azure.Management.DataMigration.Models",
- "Name": "Microsoft.Azure.Management.DataMigration.Models.CommandProperties",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.DataMigration.Models.CommandProperties, Microsoft.Azure.Management.DataMigration, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "Errors": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.DataMigration.Models.ODataError]",
- "State": "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": "errors",
- "Type": "System.Reflection.RuntimeParameterInfo"
- },
- {
- "Name": "state",
- "Type": "System.Reflection.RuntimeParameterInfo"
- }
- ]
- }
- ]
- },
- "System.Collections.Generic.IList`1[Microsoft.Azure.Management.DataMigration.Models.ODataError]": {
- "Namespace": "System.Collections.Generic",
- "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.DataMigration.Models.ODataError]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.DataMigration.Models.ODataError, Microsoft.Azure.Management.DataMigration, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "Microsoft.Azure.Management.DataMigration.Models.ODataError"
- ]
- },
- "Microsoft.Azure.Management.DataMigration.Models.ODataError": {
- "Namespace": "Microsoft.Azure.Management.DataMigration.Models",
- "Name": "Microsoft.Azure.Management.DataMigration.Models.ODataError",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.DataMigration.Models.ODataError, Microsoft.Azure.Management.DataMigration, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "Details": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.DataMigration.Models.ODataError]",
- "Message": "System.String",
- "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",
- "Type": "System.Reflection.RuntimeParameterInfo"
- },
- {
- "Name": "message",
- "Type": "System.Reflection.RuntimeParameterInfo"
- },
- {
- "Name": "details",
- "Type": "System.Reflection.RuntimeParameterInfo"
- }
- ]
- }
- ]
- },
- "Microsoft.Azure.Commands.DataMigration.Models.TaskTypeEnum": {
- "Namespace": "Microsoft.Azure.Commands.DataMigration.Models",
- "Name": "Microsoft.Azure.Commands.DataMigration.Models.TaskTypeEnum",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataMigration.Models.TaskTypeEnum, Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Methods": [
- {
- "Name": "Equals",
- "Parameters": [
- {
- "Name": "obj",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Boolean"
- },
- {
- "Name": "HasFlag",
- "Parameters": [
- {
- "Name": "flag",
- "Type": "System.Enum"
- }
- ],
- "ReturnType": "System.Boolean"
- },
- {
- "Name": "GetHashCode",
- "ReturnType": "System.Int32"
- },
- {
- "Name": "ToString",
- "ReturnType": "System.String"
- },
- {
- "Name": "CompareTo",
- "Parameters": [
- {
- "Name": "target",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Int32"
- },
- {
- "Name": "ToString",
- "Parameters": [
- {
- "Name": "format",
- "Type": "System.String"
- },
- {
- "Name": "provider",
- "Type": "System.IFormatProvider"
- }
- ],
- "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": "GetTypeCode",
- "ReturnType": "System.TypeCode"
- },
- {
- "Name": "GetType",
- "ReturnType": "System.Type"
- }
- ]
- },
- "System.TypeCode": {
- "Namespace": "System",
- "Name": "System.TypeCode",
- "AssemblyQualifiedName": "System.TypeCode, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "System.Security.SecureString": {
- "Namespace": "System.Security",
- "Name": "System.Security.SecureString",
- "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "System.Nullable`1[System.Boolean]": {
- "Namespace": "System",
- "Name": "System.Nullable`1[System.Boolean]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.Boolean"
- ]
- },
- "Microsoft.Azure.Management.DataMigration.Models.MongoDbCollectionSettings": {
- "Namespace": "Microsoft.Azure.Management.DataMigration.Models",
- "Name": "Microsoft.Azure.Management.DataMigration.Models.MongoDbCollectionSettings",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.DataMigration.Models.MongoDbCollectionSettings, Microsoft.Azure.Management.DataMigration, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "ShardKey": "Microsoft.Azure.Management.DataMigration.Models.MongoDbShardKeySetting",
- "CanDelete": "System.Nullable`1[System.Boolean]",
- "TargetRUs": "System.Nullable`1[System.Int32]"
- },
- "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": "canDelete",
- "Type": "System.Reflection.RuntimeParameterInfo"
- },
- {
- "Name": "shardKey",
- "Type": "System.Reflection.RuntimeParameterInfo"
- },
- {
- "Name": "targetRUs",
- "Type": "System.Reflection.RuntimeParameterInfo"
- }
- ]
- }
- ]
- },
- "Microsoft.Azure.Management.DataMigration.Models.MongoDbShardKeySetting": {
- "Namespace": "Microsoft.Azure.Management.DataMigration.Models",
- "Name": "Microsoft.Azure.Management.DataMigration.Models.MongoDbShardKeySetting",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.DataMigration.Models.MongoDbShardKeySetting, Microsoft.Azure.Management.DataMigration, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "IsUnique": "System.Boolean",
- "Fields": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.DataMigration.Models.MongoDbShardKeyField]"
- },
- "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": "fields",
- "Type": "System.Reflection.RuntimeParameterInfo"
- },
- {
- "Name": "isUnique",
- "Type": "System.Reflection.RuntimeParameterInfo"
- }
- ]
- }
- ]
- },
- "System.Collections.Generic.IList`1[Microsoft.Azure.Management.DataMigration.Models.MongoDbShardKeyField]": {
- "Namespace": "System.Collections.Generic",
- "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.DataMigration.Models.MongoDbShardKeyField]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.DataMigration.Models.MongoDbShardKeyField, Microsoft.Azure.Management.DataMigration, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "Microsoft.Azure.Management.DataMigration.Models.MongoDbShardKeyField"
- ]
- },
- "Microsoft.Azure.Management.DataMigration.Models.MongoDbShardKeyField": {
- "Namespace": "Microsoft.Azure.Management.DataMigration.Models",
- "Name": "Microsoft.Azure.Management.DataMigration.Models.MongoDbShardKeyField",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.DataMigration.Models.MongoDbShardKeyField, Microsoft.Azure.Management.DataMigration, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "Name": "System.String",
- "Order": "System.String"
- },
- "Methods": [
- {
- "Name": "Validate",
- "ReturnType": "System.Void"
- },
- {
- "Name": "GetType",
- "ReturnType": "System.Type"
- },
- {
- "Name": "ToString",
- "ReturnType": "System.String"
- },
- {
- "Name": "Equals",
- "Parameters": [
- {
- "Name": "obj",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Boolean"
- },
- {
- "Name": "GetHashCode",
- "ReturnType": "System.Int32"
- }
- ],
- "Constructors": [
- {
- "Name": ""
- },
- {
- "Name": "",
- "Parameters": [
- {
- "Name": "name",
- "Type": "System.Reflection.RuntimeParameterInfo"
- },
- {
- "Name": "order",
- "Type": "System.Reflection.RuntimeParameterInfo"
- }
- ]
- }
- ]
- },
- "Microsoft.Azure.Management.DataMigration.Models.MongoDbDatabaseSettings": {
- "Namespace": "Microsoft.Azure.Management.DataMigration.Models",
- "Name": "Microsoft.Azure.Management.DataMigration.Models.MongoDbDatabaseSettings",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.DataMigration.Models.MongoDbDatabaseSettings, Microsoft.Azure.Management.DataMigration, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "Collections": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.DataMigration.Models.MongoDbCollectionSettings]",
- "TargetRUs": "System.Nullable`1[System.Int32]"
- },
- "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": "collections",
- "Type": "System.Reflection.RuntimeParameterInfo"
- },
- {
- "Name": "targetRUs",
- "Type": "System.Reflection.RuntimeParameterInfo"
- }
- ]
- }
- ]
- },
- "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.DataMigration.Models.MongoDbCollectionSettings]": {
- "Namespace": "System.Collections.Generic",
- "Name": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.DataMigration.Models.MongoDbCollectionSettings]",
- "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.DataMigration.Models.MongoDbCollectionSettings, Microsoft.Azure.Management.DataMigration, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.String",
- "Microsoft.Azure.Management.DataMigration.Models.MongoDbCollectionSettings"
- ]
- },
- "Microsoft.Azure.Commands.DataMigration.Models.MongoDb.MongoDbCollectionSetting": {
- "Namespace": "Microsoft.Azure.Commands.DataMigration.Models.MongoDb",
- "Name": "Microsoft.Azure.Commands.DataMigration.Models.MongoDb.MongoDbCollectionSetting",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataMigration.Models.MongoDb.MongoDbCollectionSetting, Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "Setting": "Microsoft.Azure.Management.DataMigration.Models.MongoDbCollectionSettings",
- "Name": "System.String"
- },
- "Methods": [
- {
- "Name": "GetType",
- "ReturnType": "System.Type"
- },
- {
- "Name": "ToString",
- "ReturnType": "System.String"
- },
- {
- "Name": "Equals",
- "Parameters": [
- {
- "Name": "obj",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Boolean"
- },
- {
- "Name": "GetHashCode",
- "ReturnType": "System.Int32"
- }
- ],
- "Constructors": [
- {
- "Name": ""
- }
- ]
- },
- "Microsoft.Azure.Management.DataMigration.Models.MigrationValidationOptions": {
- "Namespace": "Microsoft.Azure.Management.DataMigration.Models",
- "Name": "Microsoft.Azure.Management.DataMigration.Models.MigrationValidationOptions",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.DataMigration.Models.MigrationValidationOptions, Microsoft.Azure.Management.DataMigration, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "EnableSchemaValidation": "System.Nullable`1[System.Boolean]",
- "EnableDataIntegrityValidation": "System.Nullable`1[System.Boolean]",
- "EnableQueryAnalysisValidation": "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": "enableSchemaValidation",
- "Type": "System.Reflection.RuntimeParameterInfo"
- },
- {
- "Name": "enableDataIntegrityValidation",
- "Type": "System.Reflection.RuntimeParameterInfo"
- },
- {
- "Name": "enableQueryAnalysisValidation",
- "Type": "System.Reflection.RuntimeParameterInfo"
- }
- ]
- }
- ]
- },
- "Microsoft.Azure.Management.DataMigration.Models.SqlConnectionInfo": {
- "Namespace": "Microsoft.Azure.Management.DataMigration.Models",
- "Name": "Microsoft.Azure.Management.DataMigration.Models.SqlConnectionInfo",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.DataMigration.Models.SqlConnectionInfo, Microsoft.Azure.Management.DataMigration, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "EncryptConnection": "System.Nullable`1[System.Boolean]",
- "TrustServerCertificate": "System.Nullable`1[System.Boolean]",
- "DataSource": "System.String",
- "Authentication": "System.String",
- "AdditionalSettings": "System.String",
- "Platform": "System.String",
- "UserName": "System.String",
- "Password": "System.String"
- },
- "Methods": [
- {
- "Name": "Validate",
- "ReturnType": "System.Void"
- },
- {
- "Name": "GetType",
- "ReturnType": "System.Type"
- },
- {
- "Name": "ToString",
- "ReturnType": "System.String"
- },
- {
- "Name": "Equals",
- "Parameters": [
- {
- "Name": "obj",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Boolean"
- },
- {
- "Name": "GetHashCode",
- "ReturnType": "System.Int32"
- }
- ],
- "Constructors": [
- {
- "Name": ""
- },
- {
- "Name": "",
- "Parameters": [
- {
- "Name": "dataSource",
- "Type": "System.Reflection.RuntimeParameterInfo"
- },
- {
- "Name": "userName",
- "Type": "System.Reflection.RuntimeParameterInfo"
- },
- {
- "Name": "password",
- "Type": "System.Reflection.RuntimeParameterInfo"
- },
- {
- "Name": "authentication",
- "Type": "System.Reflection.RuntimeParameterInfo"
- },
- {
- "Name": "encryptConnection",
- "Type": "System.Reflection.RuntimeParameterInfo"
- },
- {
- "Name": "additionalSettings",
- "Type": "System.Reflection.RuntimeParameterInfo"
- },
- {
- "Name": "trustServerCertificate",
- "Type": "System.Reflection.RuntimeParameterInfo"
- },
- {
- "Name": "platform",
- "Type": "System.Reflection.RuntimeParameterInfo"
- }
- ]
- }
- ]
- },
- "System.Collections.Generic.IList`1[Microsoft.Azure.Management.DataMigration.Models.MigrateSqlServerSqlDbSyncDatabaseInput]": {
- "Namespace": "System.Collections.Generic",
- "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.DataMigration.Models.MigrateSqlServerSqlDbSyncDatabaseInput]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.DataMigration.Models.MigrateSqlServerSqlDbSyncDatabaseInput, Microsoft.Azure.Management.DataMigration, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "Microsoft.Azure.Management.DataMigration.Models.MigrateSqlServerSqlDbSyncDatabaseInput"
- ]
- },
- "Microsoft.Azure.Management.DataMigration.Models.MigrateSqlServerSqlDbSyncDatabaseInput": {
- "Namespace": "Microsoft.Azure.Management.DataMigration.Models",
- "Name": "Microsoft.Azure.Management.DataMigration.Models.MigrateSqlServerSqlDbSyncDatabaseInput",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.DataMigration.Models.MigrateSqlServerSqlDbSyncDatabaseInput, Microsoft.Azure.Management.DataMigration, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "TableMap": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
- "MigrationSetting": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
- "SourceSetting": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
- "TargetSetting": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
- "Id": "System.String",
- "Name": "System.String",
- "TargetDatabaseName": "System.String",
- "SchemaName": "System.String"
- },
- "Methods": [
- {
- "Name": "GetType",
- "ReturnType": "System.Type"
- },
- {
- "Name": "ToString",
- "ReturnType": "System.String"
- },
- {
- "Name": "Equals",
- "Parameters": [
- {
- "Name": "obj",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Boolean"
- },
- {
- "Name": "GetHashCode",
- "ReturnType": "System.Int32"
- }
- ],
- "Constructors": [
- {
- "Name": ""
- },
- {
- "Name": "",
- "Parameters": [
- {
- "Name": "id",
- "Type": "System.Reflection.RuntimeParameterInfo"
- },
- {
- "Name": "name",
- "Type": "System.Reflection.RuntimeParameterInfo"
- },
- {
- "Name": "targetDatabaseName",
- "Type": "System.Reflection.RuntimeParameterInfo"
- },
- {
- "Name": "schemaName",
- "Type": "System.Reflection.RuntimeParameterInfo"
- },
- {
- "Name": "tableMap",
- "Type": "System.Reflection.RuntimeParameterInfo"
- },
- {
- "Name": "migrationSetting",
- "Type": "System.Reflection.RuntimeParameterInfo"
- },
- {
- "Name": "sourceSetting",
- "Type": "System.Reflection.RuntimeParameterInfo"
- },
- {
- "Name": "targetSetting",
- "Type": "System.Reflection.RuntimeParameterInfo"
- }
- ]
- }
- ]
- },
- "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep, Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "Target": "System.Object",
- "Method": "System.Reflection.MethodInfo"
- },
- "Methods": [
- {
- "Name": "Invoke",
- "Parameters": [
- {
- "Name": "request",
- "Type": "System.Net.Http.HttpRequestMessage"
- },
- {
- "Name": "callback",
- "Type": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.IEventListener"
- },
- {
- "Name": "next",
- "Type": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.ISendAsync"
- }
- ],
- "ReturnType": "System.Threading.Tasks.Task`1[System.Net.Http.HttpResponseMessage]"
- },
- {
- "Name": "BeginInvoke",
- "Parameters": [
- {
- "Name": "request",
- "Type": "System.Net.Http.HttpRequestMessage"
- },
- {
- "Name": "callback",
- "Type": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.IEventListener"
- },
- {
- "Name": "next",
- "Type": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.ISendAsync"
- },
- {
- "Name": "__callback",
- "Type": "System.AsyncCallback"
- },
- {
- "Name": "object",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.IAsyncResult"
- },
- {
- "Name": "EndInvoke",
- "Parameters": [
- {
- "Name": "result",
- "Type": "System.IAsyncResult"
- }
- ],
- "ReturnType": "System.Threading.Tasks.Task`1[System.Net.Http.HttpResponseMessage]"
- },
- {
- "Name": "GetObjectData",
- "Parameters": [
- {
- "Name": "info",
- "Type": "System.Runtime.Serialization.SerializationInfo"
- },
- {
- "Name": "context",
- "Type": "System.Runtime.Serialization.StreamingContext"
- }
- ],
- "ReturnType": "System.Void"
- },
- {
- "Name": "Equals",
- "Parameters": [
- {
- "Name": "obj",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Boolean"
- },
- {
- "Name": "GetInvocationList",
- "ReturnType": "System.Delegate[]"
- },
- {
- "Name": "GetHashCode",
- "ReturnType": "System.Int32"
- },
- {
- "Name": "Clone",
- "ReturnType": "System.Object"
- },
- {
- "Name": "DynamicInvoke",
- "Parameters": [
- {
- "Name": "args",
- "Type": "System.Object[]"
- }
- ],
- "ReturnType": "System.Object"
- },
- {
- "Name": "GetType",
- "ReturnType": "System.Type"
- },
- {
- "Name": "ToString",
- "ReturnType": "System.String"
- }
- ],
- "Constructors": [
- {
- "Name": "",
- "Parameters": [
- {
- "Name": "object",
- "Type": "System.Reflection.RuntimeParameterInfo"
- },
- {
- "Name": "method",
- "Type": "System.Reflection.RuntimeParameterInfo"
- }
- ]
- }
- ]
- },
- "System.Object": {
- "Namespace": "System",
- "Name": "System.Object",
- "AssemblyQualifiedName": "System.Object, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "System.Reflection.MethodInfo": {
- "Namespace": "System.Reflection",
- "Name": "System.Reflection.MethodInfo",
- "AssemblyQualifiedName": "System.Reflection.MethodInfo, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "System.Threading.Tasks.Task`1[System.Net.Http.HttpResponseMessage]": {
- "Namespace": "System.Threading.Tasks",
- "Name": "System.Threading.Tasks.Task`1[System.Net.Http.HttpResponseMessage]",
- "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[System.Net.Http.HttpResponseMessage, System.Net.Http, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.Net.Http.HttpResponseMessage"
- ]
- },
- "System.Net.Http.HttpResponseMessage": {
- "Namespace": "System.Net.Http",
- "Name": "System.Net.Http.HttpResponseMessage",
- "AssemblyQualifiedName": "System.Net.Http.HttpResponseMessage, System.Net.Http, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
- },
- "System.IAsyncResult": {
- "Namespace": "System",
- "Name": "System.IAsyncResult",
- "AssemblyQualifiedName": "System.IAsyncResult, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "System.Delegate[]": {
- "Namespace": "System",
- "Name": "System.Delegate[]",
- "AssemblyQualifiedName": "System.Delegate[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.Delegate"
- },
- "System.Delegate": {
- "Namespace": "System",
- "Name": "System.Delegate",
- "AssemblyQualifiedName": "System.Delegate, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20220330Preview.INodeMonitoringData[]": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20220330Preview",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20220330Preview.INodeMonitoringData[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20220330Preview.INodeMonitoringData[], Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20220330Preview.INodeMonitoringData"
- },
- "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20220330Preview.INodeMonitoringData": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20220330Preview",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20220330Preview.INodeMonitoringData",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20220330Preview.INodeMonitoringData, Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "AdditionalProperty": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20220330Preview.INodeMonitoringDataAdditionalProperties",
- "ReceivedByte": "System.Nullable`1[System.Double]",
- "SentByte": "System.Nullable`1[System.Double]",
- "AvailableMemoryInMb": "System.Nullable`1[System.Int32]",
- "ConcurrentJobsLimit": "System.Nullable`1[System.Int32]",
- "ConcurrentJobsRunning": "System.Nullable`1[System.Int32]",
- "CpuUtilization": "System.Nullable`1[System.Int32]",
- "MaxConcurrentJob": "System.Nullable`1[System.Int32]",
- "NodeName": "System.String"
- }
- },
- "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20220330Preview.INodeMonitoringDataAdditionalProperties": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20220330Preview",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20220330Preview.INodeMonitoringDataAdditionalProperties",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20220330Preview.INodeMonitoringDataAdditionalProperties, Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "System.Nullable`1[System.Double]": {
- "Namespace": "System",
- "Name": "System.Nullable`1[System.Double]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Double, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.Double"
- ]
- },
- "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support.CreatedByType]": {
- "Namespace": "System",
- "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support.CreatedByType]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support.CreatedByType, Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support.CreatedByType"
- ]
- },
- "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support.CreatedByType": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support.CreatedByType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support.CreatedByType, Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Methods": [
- {
- "Name": "CompleteArgument",
- "Parameters": [
- {
- "Name": "commandName",
- "Type": "System.String"
- },
- {
- "Name": "parameterName",
- "Type": "System.String"
- },
- {
- "Name": "wordToComplete",
- "Type": "System.String"
- },
- {
- "Name": "commandAst",
- "Type": "System.Management.Automation.Language.CommandAst"
- },
- {
- "Name": "fakeBoundParameters",
- "Type": "System.Collections.IDictionary"
- }
- ],
- "ReturnType": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]"
- },
- {
- "Name": "Equals",
- "Parameters": [
- {
- "Name": "e",
- "Type": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support.CreatedByType"
- }
- ],
- "ReturnType": "System.Boolean"
- },
- {
- "Name": "Equals",
- "Parameters": [
- {
- "Name": "obj",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Boolean"
- },
- {
- "Name": "GetHashCode",
- "ReturnType": "System.Int32"
- },
- {
- "Name": "ToString",
- "ReturnType": "System.String"
- },
- {
- "Name": "GetType",
- "ReturnType": "System.Type"
- }
- ]
- },
- "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]": {
- "Namespace": "System.Collections.Generic",
- "Name": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]",
- "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[System.Management.Automation.CompletionResult, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.Management.Automation.CompletionResult"
- ]
- },
- "System.Management.Automation.CompletionResult": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.CompletionResult",
- "AssemblyQualifiedName": "System.Management.Automation.CompletionResult, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support.ResourceType]": {
- "Namespace": "System",
- "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support.ResourceType]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support.ResourceType, Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support.ResourceType"
- ]
- },
- "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support.ResourceType": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support.ResourceType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support.ResourceType, Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Methods": [
- {
- "Name": "CompleteArgument",
- "Parameters": [
- {
- "Name": "commandName",
- "Type": "System.String"
- },
- {
- "Name": "parameterName",
- "Type": "System.String"
- },
- {
- "Name": "wordToComplete",
- "Type": "System.String"
- },
- {
- "Name": "commandAst",
- "Type": "System.Management.Automation.Language.CommandAst"
- },
- {
- "Name": "fakeBoundParameters",
- "Type": "System.Collections.IDictionary"
- }
- ],
- "ReturnType": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]"
- },
- {
- "Name": "Equals",
- "Parameters": [
- {
- "Name": "e",
- "Type": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support.ResourceType"
- }
- ],
- "ReturnType": "System.Boolean"
- },
- {
- "Name": "Equals",
- "Parameters": [
- {
- "Name": "obj",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Boolean"
- },
- {
- "Name": "GetHashCode",
- "ReturnType": "System.Int32"
- },
- {
- "Name": "ToString",
- "ReturnType": "System.String"
- },
- {
- "Name": "GetType",
- "ReturnType": "System.Type"
- }
- ]
- },
- "System.Nullable`1[System.DateTime]": {
- "Namespace": "System",
- "Name": "System.Nullable`1[System.DateTime]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.DateTime"
- ]
- },
- "System.DateTime": {
- "Namespace": "System",
- "Name": "System.DateTime",
- "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20220330Preview.ICopyProgressDetails[]": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20220330Preview",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20220330Preview.ICopyProgressDetails[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20220330Preview.ICopyProgressDetails[], Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20220330Preview.ICopyProgressDetails"
- },
- "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20220330Preview.ICopyProgressDetails": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20220330Preview",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20220330Preview.ICopyProgressDetails",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20220330Preview.ICopyProgressDetails, Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "CopyStart": "System.Nullable`1[System.DateTime]",
- "CopyThroughput": "System.Nullable`1[System.Double]",
- "CopyDuration": "System.Nullable`1[System.Int32]",
- "UsedParallelCopy": "System.Nullable`1[System.Int32]",
- "DataRead": "System.Nullable`1[System.Int64]",
- "DataWritten": "System.Nullable`1[System.Int64]",
- "RowsCopied": "System.Nullable`1[System.Int64]",
- "RowsRead": "System.Nullable`1[System.Int64]",
- "ParallelCopyType": "System.String",
- "Status": "System.String",
- "TableName": "System.String"
- }
- },
- "System.Nullable`1[System.Int64]": {
- "Namespace": "System",
- "Name": "System.Nullable`1[System.Int64]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.Int64"
- ]
- },
- "System.String[]": {
- "Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.String"
- },
- "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20220330Preview.IMigrationStatusDetails": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20220330Preview",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20220330Preview.IMigrationStatusDetails",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20220330Preview.IMigrationStatusDetails, Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "FullBackupSetInfoListOfBackupFile": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20220330Preview.ISqlBackupFileInfo[]",
- "LastRestoredBackupSetInfoListOfBackupFile": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20220330Preview.ISqlBackupFileInfo[]",
- "ActiveBackupSet": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20220330Preview.ISqlBackupSetInfo[]",
- "IsFullBackupRestored": "System.Nullable`1[System.Boolean]",
- "FullBackupSetInfoIsBackupRestored": "System.Nullable`1[System.Boolean]",
- "FullBackupSetInfoHasBackupChecksum": "System.Nullable`1[System.Boolean]",
- "LastRestoredBackupSetInfoIsBackupRestored": "System.Nullable`1[System.Boolean]",
- "LastRestoredBackupSetInfoHasBackupChecksum": "System.Nullable`1[System.Boolean]",
- "LastRestoredBackupSetInfoBackupFinishDate": "System.Nullable`1[System.DateTime]",
- "LastRestoredBackupSetInfoBackupStartDate": "System.Nullable`1[System.DateTime]",
- "FullBackupSetInfoBackupFinishDate": "System.Nullable`1[System.DateTime]",
- "FullBackupSetInfoBackupStartDate": "System.Nullable`1[System.DateTime]",
- "LastRestoredBackupSetInfoFamilyCount": "System.Nullable`1[System.Int32]",
- "PendingLogBackupsCount": "System.Nullable`1[System.Int32]",
- "FullBackupSetInfoFamilyCount": "System.Nullable`1[System.Int32]",
- "LastRestoredBackupSetInfoFirstLsn": "System.String",
- "LastRestoredBackupSetInfoLastLsn": "System.String",
- "LastRestoredBackupSetInfoBackupType": "System.String",
- "LastRestoredFilename": "System.String",
- "MigrationState": "System.String",
- "RestoreBlockingReason": "System.String",
- "FullBackupSetInfoLastLsn": "System.String",
- "FullBackupSetInfoFirstLsn": "System.String",
- "FullBackupSetInfoBackupType": "System.String",
- "FullBackupSetInfoBackupSetId": "System.String",
- "CurrentRestoringFilename": "System.String",
- "CompleteRestoreErrorMessage": "System.String",
- "BlobContainerName": "System.String",
- "LastRestoredBackupSetInfoBackupSetId": "System.String",
- "FullBackupSetInfoIgnoreReason": "System.String[]",
- "LastRestoredBackupSetInfoIgnoreReason": "System.String[]",
- "FileUploadBlockingError": "System.String[]",
- "InvalidFile": "System.String[]"
- }
- },
- "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20220330Preview.ISqlBackupFileInfo[]": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20220330Preview",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20220330Preview.ISqlBackupFileInfo[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20220330Preview.ISqlBackupFileInfo[], Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20220330Preview.ISqlBackupFileInfo"
- },
- "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20220330Preview.ISqlBackupFileInfo": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20220330Preview",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20220330Preview.ISqlBackupFileInfo",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20220330Preview.ISqlBackupFileInfo, Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "CopyThroughput": "System.Nullable`1[System.Double]",
- "CopyDuration": "System.Nullable`1[System.Int32]",
- "FamilySequenceNumber": "System.Nullable`1[System.Int32]",
- "DataRead": "System.Nullable`1[System.Int64]",
- "DataWritten": "System.Nullable`1[System.Int64]",
- "TotalSize": "System.Nullable`1[System.Int64]",
- "FileName": "System.String",
- "Status": "System.String"
- }
- },
- "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20220330Preview.ISqlBackupSetInfo[]": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20220330Preview",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20220330Preview.ISqlBackupSetInfo[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20220330Preview.ISqlBackupSetInfo[], Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20220330Preview.ISqlBackupSetInfo"
- },
- "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20220330Preview.ISqlBackupSetInfo": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20220330Preview",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20220330Preview.ISqlBackupSetInfo",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20220330Preview.ISqlBackupSetInfo, Az.DataMigration.private, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "ListOfBackupFile": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20220330Preview.ISqlBackupFileInfo[]",
- "HasBackupChecksum": "System.Nullable`1[System.Boolean]",
- "IsBackupRestored": "System.Nullable`1[System.Boolean]",
- "BackupFinishDate": "System.Nullable`1[System.DateTime]",
- "BackupStartDate": "System.Nullable`1[System.DateTime]",
- "FamilyCount": "System.Nullable`1[System.Int32]",
- "BackupSetId": "System.String",
- "BackupType": "System.String",
- "FirstLsn": "System.String",
- "LastLsn": "System.String",
- "IgnoreReason": "System.String[]"
- }
- }
- }
-}
\ No newline at end of file
diff --git a/tools/Tools.Common/SerializedCmdlets/Az.Databricks.json b/tools/Tools.Common/SerializedCmdlets/Az.Databricks.json
index 041757a5d29c..b29d59512741 100644
--- a/tools/Tools.Common/SerializedCmdlets/Az.Databricks.json
+++ b/tools/Tools.Common/SerializedCmdlets/Az.Databricks.json
@@ -1,6 +1,6 @@
{
"ModuleName": "Az.Databricks",
- "ModuleVersion": "1.6.0",
+ "ModuleVersion": "1.7.0",
"Cmdlets": [
{
"VerbName": "Get",
@@ -14,9 +14,9 @@
"OutputTypes": [
{
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20221001Preview",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20221001Preview.IAccessConnector",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20221001Preview.IAccessConnector, Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20230501",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20230501.IAccessConnector",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20230501.IAccessConnector, Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IdentityUserAssignedIdentity": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api30.IUserAssignedIdentities",
"SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.CreatedByType]",
@@ -70,7 +70,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.IDatabricksIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.IDatabricksIdentity, Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.IDatabricksIdentity, Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ConnectorName": "System.String",
"GroupId": "System.String",
@@ -111,7 +111,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -121,7 +121,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -244,7 +244,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -260,7 +260,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -391,7 +391,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -407,7 +407,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -523,7 +523,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -539,7 +539,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -605,7 +605,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.IDatabricksIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.IDatabricksIdentity, Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.IDatabricksIdentity, Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ConnectorName": "System.String",
"GroupId": "System.String",
@@ -664,7 +664,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -680,7 +680,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -780,7 +780,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -796,7 +796,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -869,7 +869,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20230201",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20230201.IOutboundEnvironmentEndpoint",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20230201.IOutboundEnvironmentEndpoint, Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20230201.IOutboundEnvironmentEndpoint, Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Endpoint": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20230201.IEndpointDependency[]",
"Category": "System.String"
@@ -936,7 +936,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -946,7 +946,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -1069,7 +1069,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -1085,7 +1085,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -1158,7 +1158,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20230201",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20230201.IVirtualNetworkPeering",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20230201.IVirtualNetworkPeering, Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20230201.IVirtualNetworkPeering, Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProvisioningState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.PeeringProvisioningState]",
"PeeringState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.PeeringState]",
@@ -1223,7 +1223,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.IDatabricksIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.IDatabricksIdentity, Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.IDatabricksIdentity, Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ConnectorName": "System.String",
"GroupId": "System.String",
@@ -1264,7 +1264,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -1274,7 +1274,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -1436,7 +1436,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -1452,7 +1452,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -1598,7 +1598,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -1614,7 +1614,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -1680,7 +1680,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.IDatabricksIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.IDatabricksIdentity, Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.IDatabricksIdentity, Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ConnectorName": "System.String",
"GroupId": "System.String",
@@ -1754,7 +1754,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -1770,7 +1770,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -1870,7 +1870,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -1886,7 +1886,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -1959,7 +1959,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20230201",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20230201.IWorkspace",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20230201.IWorkspace, Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20230201.IWorkspace, Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PrivateEndpointConnection": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20230201.IPrivateEndpointConnection[]",
"Authorization": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20230201.IWorkspaceProviderAuthorization[]",
@@ -2080,7 +2080,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.IDatabricksIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.IDatabricksIdentity, Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.IDatabricksIdentity, Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ConnectorName": "System.String",
"GroupId": "System.String",
@@ -2121,7 +2121,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -2131,7 +2131,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -2257,7 +2257,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -2273,7 +2273,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -2404,7 +2404,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -2420,7 +2420,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -2536,7 +2536,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -2552,7 +2552,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -2618,7 +2618,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.IDatabricksIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.IDatabricksIdentity, Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.IDatabricksIdentity, Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ConnectorName": "System.String",
"GroupId": "System.String",
@@ -2677,7 +2677,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -2693,7 +2693,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -2793,7 +2793,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -2809,7 +2809,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -2880,9 +2880,9 @@
"OutputTypes": [
{
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20221001Preview",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20221001Preview.IAccessConnector",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20221001Preview.IAccessConnector, Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20230501",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20230501.IAccessConnector",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20230501.IAccessConnector, Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IdentityUserAssignedIdentity": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api30.IUserAssignedIdentities",
"SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.CreatedByType]",
@@ -2944,7 +2944,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.ManagedServiceIdentityType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.ManagedServiceIdentityType, Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.ManagedServiceIdentityType, Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -3002,7 +3002,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -3012,7 +3012,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -3124,7 +3124,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.ManagedServiceIdentityType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.ManagedServiceIdentityType, Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.ManagedServiceIdentityType, Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -3218,7 +3218,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -3234,7 +3234,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -3322,7 +3322,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20230201",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20230201.IVirtualNetworkPeering",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20230201.IVirtualNetworkPeering, Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20230201.IVirtualNetworkPeering, Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProvisioningState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.PeeringProvisioningState]",
"PeeringState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.PeeringState]",
@@ -3491,7 +3491,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -3501,7 +3501,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -3784,7 +3784,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -3800,7 +3800,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -3888,7 +3888,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20230201",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20230201.IWorkspace",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20230201.IWorkspace, Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20230201.IWorkspace, Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PrivateEndpointConnection": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20230201.IPrivateEndpointConnection[]",
"Authorization": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20230201.IWorkspaceProviderAuthorization[]",
@@ -4035,7 +4035,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20230201",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20230201.IWorkspaceProviderAuthorization[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20230201.IWorkspaceProviderAuthorization[], Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20230201.IWorkspaceProviderAuthorization[], Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20230201.IWorkspaceProviderAuthorization"
},
"ValidateNotNullOrEmpty": false
@@ -4063,7 +4063,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.KeySource",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.KeySource, Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.KeySource, Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4207,7 +4207,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.PublicNetworkAccess",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.PublicNetworkAccess, Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.PublicNetworkAccess, Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4234,7 +4234,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.RequiredNsgRules",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.RequiredNsgRules, Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.RequiredNsgRules, Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4346,7 +4346,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -4356,7 +4356,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -4501,7 +4501,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20230201",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20230201.IWorkspaceProviderAuthorization[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20230201.IWorkspaceProviderAuthorization[], Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20230201.IWorkspaceProviderAuthorization[], Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20230201.IWorkspaceProviderAuthorization"
},
"ValidateNotNullOrEmpty": false
@@ -4547,7 +4547,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.KeySource",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.KeySource, Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.KeySource, Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4787,7 +4787,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.PublicNetworkAccess",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.PublicNetworkAccess, Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.PublicNetworkAccess, Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4832,7 +4832,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.RequiredNsgRules",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.RequiredNsgRules, Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.RequiredNsgRules, Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -5016,7 +5016,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -5032,7 +5032,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -5120,7 +5120,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20230201",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20230201.WorkspaceProviderAuthorization",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20230201.WorkspaceProviderAuthorization, Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20230201.WorkspaceProviderAuthorization, Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PrincipalId": "System.String",
"RoleDefinitionId": "System.String"
@@ -5330,7 +5330,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.IDatabricksIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.IDatabricksIdentity, Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.IDatabricksIdentity, Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ConnectorName": "System.String",
"GroupId": "System.String",
@@ -5380,7 +5380,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -5390,7 +5390,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -5545,7 +5545,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -5561,7 +5561,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -5657,7 +5657,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.IDatabricksIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.IDatabricksIdentity, Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.IDatabricksIdentity, Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ConnectorName": "System.String",
"GroupId": "System.String",
@@ -5731,7 +5731,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -5747,7 +5747,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -5892,7 +5892,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -5908,7 +5908,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -6060,7 +6060,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.IDatabricksIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.IDatabricksIdentity, Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.IDatabricksIdentity, Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ConnectorName": "System.String",
"GroupId": "System.String",
@@ -6110,7 +6110,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -6120,7 +6120,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -6290,7 +6290,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -6306,7 +6306,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -6402,7 +6402,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.IDatabricksIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.IDatabricksIdentity, Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.IDatabricksIdentity, Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ConnectorName": "System.String",
"GroupId": "System.String",
@@ -6476,7 +6476,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -6492,7 +6492,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -6637,7 +6637,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -6653,7 +6653,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -6799,7 +6799,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.IDatabricksIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.IDatabricksIdentity, Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.IDatabricksIdentity, Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ConnectorName": "System.String",
"GroupId": "System.String",
@@ -6849,7 +6849,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -6859,7 +6859,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -7017,7 +7017,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -7033,7 +7033,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -7129,7 +7129,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.IDatabricksIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.IDatabricksIdentity, Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.IDatabricksIdentity, Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ConnectorName": "System.String",
"GroupId": "System.String",
@@ -7203,7 +7203,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -7219,7 +7219,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -7364,7 +7364,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -7380,7 +7380,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -7481,9 +7481,9 @@
"OutputTypes": [
{
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20221001Preview",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20221001Preview.IAccessConnector",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20221001Preview.IAccessConnector, Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20230501",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20230501.IAccessConnector",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20230501.IAccessConnector, Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IdentityUserAssignedIdentity": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api30.IUserAssignedIdentities",
"SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.CreatedByType]",
@@ -7536,7 +7536,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.IDatabricksIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.IDatabricksIdentity, Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.IDatabricksIdentity, Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ConnectorName": "System.String",
"GroupId": "System.String",
@@ -7555,7 +7555,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.ManagedServiceIdentityType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.ManagedServiceIdentityType, Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.ManagedServiceIdentityType, Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -7613,7 +7613,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -7623,7 +7623,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -7720,7 +7720,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.ManagedServiceIdentityType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.ManagedServiceIdentityType, Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.ManagedServiceIdentityType, Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -7814,7 +7814,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -7830,7 +7830,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -7911,7 +7911,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.IDatabricksIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.IDatabricksIdentity, Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.IDatabricksIdentity, Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ConnectorName": "System.String",
"GroupId": "System.String",
@@ -7936,7 +7936,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.ManagedServiceIdentityType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.ManagedServiceIdentityType, Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.ManagedServiceIdentityType, Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -8030,7 +8030,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -8046,7 +8046,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -8127,7 +8127,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.ManagedServiceIdentityType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.ManagedServiceIdentityType, Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.ManagedServiceIdentityType, Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -8221,7 +8221,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -8237,7 +8237,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -8325,7 +8325,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20230201",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20230201.IVirtualNetworkPeering",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20230201.IVirtualNetworkPeering, Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20230201.IVirtualNetworkPeering, Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProvisioningState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.PeeringProvisioningState]",
"PeeringState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.PeeringState]",
@@ -8392,7 +8392,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.IDatabricksIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.IDatabricksIdentity, Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.IDatabricksIdentity, Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ConnectorName": "System.String",
"GroupId": "System.String",
@@ -8516,7 +8516,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -8526,7 +8526,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -8812,7 +8812,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -8828,7 +8828,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -8909,7 +8909,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.IDatabricksIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.IDatabricksIdentity, Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.IDatabricksIdentity, Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ConnectorName": "System.String",
"GroupId": "System.String",
@@ -9105,7 +9105,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -9121,7 +9121,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -9373,7 +9373,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -9389,7 +9389,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -9477,7 +9477,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20230201",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20230201.IWorkspace",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20230201.IWorkspace, Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20230201.IWorkspace, Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PrivateEndpointConnection": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20230201.IPrivateEndpointConnection[]",
"Authorization": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20230201.IWorkspaceProviderAuthorization[]",
@@ -9597,7 +9597,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.IDatabricksIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.IDatabricksIdentity, Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.IDatabricksIdentity, Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ConnectorName": "System.String",
"GroupId": "System.String",
@@ -9625,7 +9625,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.KeySource",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.KeySource, Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.KeySource, Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -9706,7 +9706,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20230201",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20230201.IWorkspaceProviderAuthorization[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20230201.IWorkspaceProviderAuthorization[], Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20230201.IWorkspaceProviderAuthorization[], Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20230201.IWorkspaceProviderAuthorization"
},
"ValidateNotNullOrEmpty": false
@@ -9797,7 +9797,25 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.RequiredNsgRules",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.RequiredNsgRules, Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.RequiredNsgRules, Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "PublicNetworkAccess",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.PublicNetworkAccess",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.PublicNetworkAccess, Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "EnableNoPublicIP",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -9837,7 +9855,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -9847,7 +9865,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -9962,7 +9980,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.KeySource",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.KeySource, Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.KeySource, Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -10097,7 +10115,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20230201",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20230201.IWorkspaceProviderAuthorization[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20230201.IWorkspaceProviderAuthorization[], Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20230201.IWorkspaceProviderAuthorization[], Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20230201.IWorkspaceProviderAuthorization"
},
"ValidateNotNullOrEmpty": false
@@ -10248,7 +10266,37 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.RequiredNsgRules",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.RequiredNsgRules, Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.RequiredNsgRules, Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "PublicNetworkAccess",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.PublicNetworkAccess",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.PublicNetworkAccess, Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnableNoPublicIP",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -10312,7 +10360,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -10328,7 +10376,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -10409,7 +10457,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.IDatabricksIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.IDatabricksIdentity, Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.IDatabricksIdentity, Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ConnectorName": "System.String",
"GroupId": "System.String",
@@ -10449,7 +10497,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.KeySource",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.KeySource, Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.KeySource, Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -10584,7 +10632,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20230201",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20230201.IWorkspaceProviderAuthorization[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20230201.IWorkspaceProviderAuthorization[], Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20230201.IWorkspaceProviderAuthorization[], Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20230201.IWorkspaceProviderAuthorization"
},
"ValidateNotNullOrEmpty": false
@@ -10735,7 +10783,37 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.RequiredNsgRules",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.RequiredNsgRules, Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.RequiredNsgRules, Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "PublicNetworkAccess",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.PublicNetworkAccess",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.PublicNetworkAccess, Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnableNoPublicIP",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -10799,7 +10877,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -10815,7 +10893,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -10911,7 +10989,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.KeySource",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.KeySource, Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.KeySource, Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -11046,7 +11124,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20230201",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20230201.IWorkspaceProviderAuthorization[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20230201.IWorkspaceProviderAuthorization[], Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20230201.IWorkspaceProviderAuthorization[], Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20230201.IWorkspaceProviderAuthorization"
},
"ValidateNotNullOrEmpty": false
@@ -11197,7 +11275,37 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.RequiredNsgRules",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.RequiredNsgRules, Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.RequiredNsgRules, Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "PublicNetworkAccess",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.PublicNetworkAccess",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.PublicNetworkAccess, Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnableNoPublicIP",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -11261,7 +11369,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -11277,7 +11385,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep[], Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -11398,12 +11506,12 @@
"Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api30.IUserAssignedIdentities": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api30",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api30.IUserAssignedIdentities",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api30.IUserAssignedIdentities, Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api30.IUserAssignedIdentities, Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.CreatedByType]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.CreatedByType]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.CreatedByType, Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.CreatedByType, Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.CreatedByType"
]
@@ -11411,7 +11519,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.CreatedByType": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.CreatedByType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.CreatedByType, Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.CreatedByType, Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "CompleteArgument",
@@ -11494,7 +11602,7 @@
"System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.ManagedServiceIdentityType]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.ManagedServiceIdentityType]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.ManagedServiceIdentityType, Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.ManagedServiceIdentityType, Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.ManagedServiceIdentityType"
]
@@ -11502,7 +11610,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.ManagedServiceIdentityType": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.ManagedServiceIdentityType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.ManagedServiceIdentityType, Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.ManagedServiceIdentityType, Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "CompleteArgument",
@@ -11567,7 +11675,7 @@
"System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.ProvisioningState]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.ProvisioningState]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.ProvisioningState, Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.ProvisioningState, Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.ProvisioningState"
]
@@ -11575,7 +11683,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.ProvisioningState": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.ProvisioningState",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.ProvisioningState, Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.ProvisioningState, Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "CompleteArgument",
@@ -11653,7 +11761,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep, Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.SendAsyncStep, Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Target": "System.Object",
"Method": "System.Reflection.MethodInfo"
@@ -11831,13 +11939,13 @@
"Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20230201.IEndpointDependency[]": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20230201",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20230201.IEndpointDependency[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20230201.IEndpointDependency[], Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20230201.IEndpointDependency[], Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20230201.IEndpointDependency"
},
"Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20230201.IEndpointDependency": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20230201",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20230201.IEndpointDependency",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20230201.IEndpointDependency, Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20230201.IEndpointDependency, Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EndpointDetail": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20230201.IEndpointDetail[]",
"DomainName": "System.String"
@@ -11846,13 +11954,13 @@
"Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20230201.IEndpointDetail[]": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20230201",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20230201.IEndpointDetail[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20230201.IEndpointDetail[], Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20230201.IEndpointDetail[], Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20230201.IEndpointDetail"
},
"Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20230201.IEndpointDetail": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20230201",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20230201.IEndpointDetail",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20230201.IEndpointDetail, Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20230201.IEndpointDetail, Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsAccessible": "System.Nullable`1[System.Boolean]",
"Latency": "System.Nullable`1[System.Double]",
@@ -11887,7 +11995,7 @@
"System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.PeeringProvisioningState]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.PeeringProvisioningState]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.PeeringProvisioningState, Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.PeeringProvisioningState, Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.PeeringProvisioningState"
]
@@ -11895,7 +12003,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.PeeringProvisioningState": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.PeeringProvisioningState",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.PeeringProvisioningState, Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.PeeringProvisioningState, Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "CompleteArgument",
@@ -11960,7 +12068,7 @@
"System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.PeeringState]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.PeeringState]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.PeeringState, Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.PeeringState, Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.PeeringState"
]
@@ -11968,7 +12076,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.PeeringState": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.PeeringState",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.PeeringState, Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.PeeringState, Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "CompleteArgument",
@@ -12039,13 +12147,13 @@
"Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20230201.IPrivateEndpointConnection[]": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20230201",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20230201.IPrivateEndpointConnection[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20230201.IPrivateEndpointConnection[], Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20230201.IPrivateEndpointConnection[], Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20230201.IPrivateEndpointConnection"
},
"Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20230201.IPrivateEndpointConnection": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20230201",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20230201.IPrivateEndpointConnection",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20230201.IPrivateEndpointConnection, Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20230201.IPrivateEndpointConnection, Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PrivateLinkServiceConnectionStateStatus": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.PrivateLinkServiceConnectionStatus",
"ProvisioningState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.PrivateEndpointConnectionProvisioningState]",
@@ -12061,7 +12169,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.PrivateLinkServiceConnectionStatus": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.PrivateLinkServiceConnectionStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.PrivateLinkServiceConnectionStatus, Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.PrivateLinkServiceConnectionStatus, Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "CompleteArgument",
@@ -12126,7 +12234,7 @@
"System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.PrivateEndpointConnectionProvisioningState]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.PrivateEndpointConnectionProvisioningState]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.PrivateEndpointConnectionProvisioningState, Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.PrivateEndpointConnectionProvisioningState, Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.PrivateEndpointConnectionProvisioningState"
]
@@ -12134,7 +12242,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.PrivateEndpointConnectionProvisioningState": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.PrivateEndpointConnectionProvisioningState",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.PrivateEndpointConnectionProvisioningState, Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.PrivateEndpointConnectionProvisioningState, Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "CompleteArgument",
@@ -12199,13 +12307,13 @@
"Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20230201.IWorkspaceProviderAuthorization[]": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20230201",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20230201.IWorkspaceProviderAuthorization[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20230201.IWorkspaceProviderAuthorization[], Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20230201.IWorkspaceProviderAuthorization[], Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20230201.IWorkspaceProviderAuthorization"
},
"Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20230201.IWorkspaceProviderAuthorization": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20230201",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20230201.IWorkspaceProviderAuthorization",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20230201.IWorkspaceProviderAuthorization, Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20230201.IWorkspaceProviderAuthorization, Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PrincipalId": "System.String",
"RoleDefinitionId": "System.String"
@@ -12214,12 +12322,12 @@
"Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.IAny": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.IAny",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.IAny, Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.IAny, Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.CustomParameterType]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.CustomParameterType]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.CustomParameterType, Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.CustomParameterType, Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.CustomParameterType"
]
@@ -12227,7 +12335,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.CustomParameterType": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.CustomParameterType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.CustomParameterType, Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.CustomParameterType, Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "CompleteArgument",
@@ -12292,7 +12400,7 @@
"System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.KeySource]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.KeySource]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.KeySource, Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.KeySource, Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.KeySource"
]
@@ -12300,7 +12408,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.KeySource": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.KeySource",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.KeySource, Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.KeySource, Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "CompleteArgument",
@@ -12365,7 +12473,7 @@
"System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.PublicNetworkAccess]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.PublicNetworkAccess]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.PublicNetworkAccess, Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.PublicNetworkAccess, Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.PublicNetworkAccess"
]
@@ -12373,7 +12481,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.PublicNetworkAccess": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.PublicNetworkAccess",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.PublicNetworkAccess, Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.PublicNetworkAccess, Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "CompleteArgument",
@@ -12438,7 +12546,7 @@
"System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.RequiredNsgRules]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.RequiredNsgRules]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.RequiredNsgRules, Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.RequiredNsgRules, Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.RequiredNsgRules"
]
@@ -12446,7 +12554,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.RequiredNsgRules": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.RequiredNsgRules",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.RequiredNsgRules, Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.RequiredNsgRules, Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "CompleteArgument",
@@ -12511,7 +12619,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.Json.JsonNode": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.Json",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.Json.JsonNode",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.Json.JsonNode, Az.Databricks.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.Json.JsonNode, Az.Databricks.private, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Item": "Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.Json.JsonNode"
},
diff --git a/tools/Tools.Common/SerializedCmdlets/Az.Dns.json b/tools/Tools.Common/SerializedCmdlets/Az.Dns.json
index 407a46f49d8b..3ffdd5766cff 100644
--- a/tools/Tools.Common/SerializedCmdlets/Az.Dns.json
+++ b/tools/Tools.Common/SerializedCmdlets/Az.Dns.json
@@ -1,5 +1,6 @@
{
- "ProcessedTypes": {},
+ "ModuleName": "Az.Dns",
+ "ModuleVersion": "1.1.3",
"Cmdlets": [
{
"VerbName": "Add",
@@ -8,7 +9,6 @@
"ClassName": "Microsoft.Azure.Commands.Dns.AddAzureDnsRecordConfig",
"SupportsShouldProcess": false,
"ConfirmImpact": 2,
- "HasForceSwitch": null,
"SupportsPaging": false,
"DefaultParameterSetName": "__AllParameterSets",
"OutputTypes": [
@@ -30,22 +30,17 @@
"ProvisioningState": "System.String",
"Ttl": "System.UInt32"
},
- "ElementType": null,
- "GenericTypeArguments": [],
"Methods": [
{
"Name": "Clone",
- "Parameters": [],
"ReturnType": "System.Object"
},
{
"Name": "GetType",
- "Parameters": [],
"ReturnType": "System.Type"
},
{
"Name": "ToString",
- "Parameters": [],
"ReturnType": "System.String"
},
{
@@ -60,15 +55,12 @@
},
{
"Name": "GetHashCode",
- "Parameters": [],
"ReturnType": "System.Int32"
}
],
"Constructors": [
{
- "Name": "",
- "Parameters": [],
- "ReturnType": null
+ "Name": ""
}
]
},
@@ -80,7 +72,6 @@
"Parameters": [
{
"Name": "RecordSet",
- "AliasList": [],
"Type": {
"Namespace": "Microsoft.Azure.Commands.Dns",
"Name": "Microsoft.Azure.Commands.Dns.DnsRecordSet",
@@ -97,322 +88,143 @@
"TargetResourceId": "System.String",
"ProvisioningState": "System.String",
"Ttl": "System.UInt32"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "Clone",
- "Parameters": [],
- "ReturnType": "System.Object"
- },
- {
- "Name": "GetType",
- "Parameters": [],
- "ReturnType": "System.Type"
- },
- {
- "Name": "ToString",
- "Parameters": [],
- "ReturnType": "System.String"
- },
- {
- "Name": "Equals",
- "Parameters": [
- {
- "Name": "obj",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Boolean"
- },
- {
- "Name": "GetHashCode",
- "Parameters": [],
- "ReturnType": "System.Int32"
- }
- ],
- "Constructors": [
- {
- "Name": "",
- "Parameters": [],
- "ReturnType": null
- }
- ]
+ }
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
{
"Name": "Ipv4Address",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
{
"Name": "Ipv6Address",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
{
"Name": "Nsdname",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
{
"Name": "Exchange",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
{
"Name": "Preference",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.UInt16",
- "AssemblyQualifiedName": "System.UInt16, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.UInt16, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
{
"Name": "Ptrdname",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
{
"Name": "Value",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
{
"Name": "Priority",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.UInt16",
- "AssemblyQualifiedName": "System.UInt16, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.UInt16, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
{
"Name": "Target",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
{
"Name": "Port",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.UInt16",
- "AssemblyQualifiedName": "System.UInt16, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.UInt16, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
{
"Name": "Weight",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.UInt16",
- "AssemblyQualifiedName": "System.UInt16, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.UInt16, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
{
"Name": "Cname",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
{
"Name": "CaaFlags",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.Byte",
- "AssemblyQualifiedName": "System.Byte, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Byte, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
{
"Name": "CaaTag",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
{
"Name": "CaaValue",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
{
@@ -431,21 +243,8 @@
"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]"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "Clear",
- "Parameters": [],
- "ReturnType": "System.Void"
- }
- ],
- "Constructors": []
+ }
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
}
],
@@ -456,7 +255,6 @@
{
"ParameterMetadata": {
"Name": "RecordSet",
- "AliasList": [],
"Type": {
"Namespace": "Microsoft.Azure.Commands.Dns",
"Name": "Microsoft.Azure.Commands.Dns.DnsRecordSet",
@@ -473,52 +271,8 @@
"TargetResourceId": "System.String",
"ProvisioningState": "System.String",
"Ttl": "System.UInt32"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "Clone",
- "Parameters": [],
- "ReturnType": "System.Object"
- },
- {
- "Name": "GetType",
- "Parameters": [],
- "ReturnType": "System.Type"
- },
- {
- "Name": "ToString",
- "Parameters": [],
- "ReturnType": "System.String"
- },
- {
- "Name": "Equals",
- "Parameters": [
- {
- "Name": "obj",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Boolean"
- },
- {
- "Name": "GetHashCode",
- "Parameters": [],
- "ReturnType": "System.Int32"
- }
- ],
- "Constructors": [
- {
- "Name": "",
- "Parameters": [],
- "ReturnType": null
- }
- ]
+ }
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
@@ -543,21 +297,8 @@
"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]"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "Clear",
- "Parameters": [],
- "ReturnType": "System.Void"
- }
- ],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ }
+ },
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -573,20 +314,11 @@
{
"ParameterMetadata": {
"Name": "Ipv4Address",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
@@ -597,7 +329,6 @@
{
"ParameterMetadata": {
"Name": "RecordSet",
- "AliasList": [],
"Type": {
"Namespace": "Microsoft.Azure.Commands.Dns",
"Name": "Microsoft.Azure.Commands.Dns.DnsRecordSet",
@@ -614,52 +345,8 @@
"TargetResourceId": "System.String",
"ProvisioningState": "System.String",
"Ttl": "System.UInt32"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "Clone",
- "Parameters": [],
- "ReturnType": "System.Object"
- },
- {
- "Name": "GetType",
- "Parameters": [],
- "ReturnType": "System.Type"
- },
- {
- "Name": "ToString",
- "Parameters": [],
- "ReturnType": "System.String"
- },
- {
- "Name": "Equals",
- "Parameters": [
- {
- "Name": "obj",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Boolean"
- },
- {
- "Name": "GetHashCode",
- "Parameters": [],
- "ReturnType": "System.Int32"
- }
- ],
- "Constructors": [
- {
- "Name": "",
- "Parameters": [],
- "ReturnType": null
- }
- ]
+ }
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
@@ -684,21 +371,8 @@
"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]"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "Clear",
- "Parameters": [],
- "ReturnType": "System.Void"
- }
- ],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ }
+ },
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -714,20 +388,11 @@
{
"ParameterMetadata": {
"Name": "Ipv6Address",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
@@ -738,7 +403,6 @@
{
"ParameterMetadata": {
"Name": "RecordSet",
- "AliasList": [],
"Type": {
"Namespace": "Microsoft.Azure.Commands.Dns",
"Name": "Microsoft.Azure.Commands.Dns.DnsRecordSet",
@@ -755,52 +419,8 @@
"TargetResourceId": "System.String",
"ProvisioningState": "System.String",
"Ttl": "System.UInt32"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "Clone",
- "Parameters": [],
- "ReturnType": "System.Object"
- },
- {
- "Name": "GetType",
- "Parameters": [],
- "ReturnType": "System.Type"
- },
- {
- "Name": "ToString",
- "Parameters": [],
- "ReturnType": "System.String"
- },
- {
- "Name": "Equals",
- "Parameters": [
- {
- "Name": "obj",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Boolean"
- },
- {
- "Name": "GetHashCode",
- "Parameters": [],
- "ReturnType": "System.Int32"
- }
- ],
- "Constructors": [
- {
- "Name": "",
- "Parameters": [],
- "ReturnType": null
- }
- ]
+ }
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
@@ -825,21 +445,8 @@
"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]"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "Clear",
- "Parameters": [],
- "ReturnType": "System.Void"
- }
- ],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ }
+ },
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -855,20 +462,11 @@
{
"ParameterMetadata": {
"Name": "Nsdname",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
@@ -879,7 +477,6 @@
{
"ParameterMetadata": {
"Name": "RecordSet",
- "AliasList": [],
"Type": {
"Namespace": "Microsoft.Azure.Commands.Dns",
"Name": "Microsoft.Azure.Commands.Dns.DnsRecordSet",
@@ -896,52 +493,8 @@
"TargetResourceId": "System.String",
"ProvisioningState": "System.String",
"Ttl": "System.UInt32"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "Clone",
- "Parameters": [],
- "ReturnType": "System.Object"
- },
- {
- "Name": "GetType",
- "Parameters": [],
- "ReturnType": "System.Type"
- },
- {
- "Name": "ToString",
- "Parameters": [],
- "ReturnType": "System.String"
- },
- {
- "Name": "Equals",
- "Parameters": [
- {
- "Name": "obj",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Boolean"
- },
- {
- "Name": "GetHashCode",
- "Parameters": [],
- "ReturnType": "System.Int32"
- }
- ],
- "Constructors": [
- {
- "Name": "",
- "Parameters": [],
- "ReturnType": null
- }
- ]
+ }
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
@@ -966,21 +519,8 @@
"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]"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "Clear",
- "Parameters": [],
- "ReturnType": "System.Void"
- }
- ],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ }
+ },
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -996,20 +536,11 @@
{
"ParameterMetadata": {
"Name": "Exchange",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
@@ -1020,20 +551,11 @@
{
"ParameterMetadata": {
"Name": "Preference",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.UInt16",
- "AssemblyQualifiedName": "System.UInt16, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ "AssemblyQualifiedName": "System.UInt16, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
@@ -1044,7 +566,6 @@
{
"ParameterMetadata": {
"Name": "RecordSet",
- "AliasList": [],
"Type": {
"Namespace": "Microsoft.Azure.Commands.Dns",
"Name": "Microsoft.Azure.Commands.Dns.DnsRecordSet",
@@ -1061,52 +582,8 @@
"TargetResourceId": "System.String",
"ProvisioningState": "System.String",
"Ttl": "System.UInt32"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "Clone",
- "Parameters": [],
- "ReturnType": "System.Object"
- },
- {
- "Name": "GetType",
- "Parameters": [],
- "ReturnType": "System.Type"
- },
- {
- "Name": "ToString",
- "Parameters": [],
- "ReturnType": "System.String"
- },
- {
- "Name": "Equals",
- "Parameters": [
- {
- "Name": "obj",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Boolean"
- },
- {
- "Name": "GetHashCode",
- "Parameters": [],
- "ReturnType": "System.Int32"
- }
- ],
- "Constructors": [
- {
- "Name": "",
- "Parameters": [],
- "ReturnType": null
- }
- ]
+ }
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
@@ -1131,21 +608,8 @@
"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]"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "Clear",
- "Parameters": [],
- "ReturnType": "System.Void"
- }
- ],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ }
+ },
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -1161,20 +625,11 @@
{
"ParameterMetadata": {
"Name": "Ptrdname",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
@@ -1185,7 +640,6 @@
{
"ParameterMetadata": {
"Name": "RecordSet",
- "AliasList": [],
"Type": {
"Namespace": "Microsoft.Azure.Commands.Dns",
"Name": "Microsoft.Azure.Commands.Dns.DnsRecordSet",
@@ -1202,52 +656,8 @@
"TargetResourceId": "System.String",
"ProvisioningState": "System.String",
"Ttl": "System.UInt32"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "Clone",
- "Parameters": [],
- "ReturnType": "System.Object"
- },
- {
- "Name": "GetType",
- "Parameters": [],
- "ReturnType": "System.Type"
- },
- {
- "Name": "ToString",
- "Parameters": [],
- "ReturnType": "System.String"
- },
- {
- "Name": "Equals",
- "Parameters": [
- {
- "Name": "obj",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Boolean"
- },
- {
- "Name": "GetHashCode",
- "Parameters": [],
- "ReturnType": "System.Int32"
- }
- ],
- "Constructors": [
- {
- "Name": "",
- "Parameters": [],
- "ReturnType": null
- }
- ]
+ }
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
@@ -1272,21 +682,8 @@
"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]"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "Clear",
- "Parameters": [],
- "ReturnType": "System.Void"
- }
- ],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ }
+ },
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -1302,20 +699,11 @@
{
"ParameterMetadata": {
"Name": "Value",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
@@ -1326,7 +714,6 @@
{
"ParameterMetadata": {
"Name": "RecordSet",
- "AliasList": [],
"Type": {
"Namespace": "Microsoft.Azure.Commands.Dns",
"Name": "Microsoft.Azure.Commands.Dns.DnsRecordSet",
@@ -1343,52 +730,8 @@
"TargetResourceId": "System.String",
"ProvisioningState": "System.String",
"Ttl": "System.UInt32"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "Clone",
- "Parameters": [],
- "ReturnType": "System.Object"
- },
- {
- "Name": "GetType",
- "Parameters": [],
- "ReturnType": "System.Type"
- },
- {
- "Name": "ToString",
- "Parameters": [],
- "ReturnType": "System.String"
- },
- {
- "Name": "Equals",
- "Parameters": [
- {
- "Name": "obj",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Boolean"
- },
- {
- "Name": "GetHashCode",
- "Parameters": [],
- "ReturnType": "System.Int32"
- }
- ],
- "Constructors": [
- {
- "Name": "",
- "Parameters": [],
- "ReturnType": null
- }
- ]
+ }
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
@@ -1413,21 +756,8 @@
"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]"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "Clear",
- "Parameters": [],
- "ReturnType": "System.Void"
- }
- ],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ }
+ },
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -1443,20 +773,11 @@
{
"ParameterMetadata": {
"Name": "Priority",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.UInt16",
- "AssemblyQualifiedName": "System.UInt16, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ "AssemblyQualifiedName": "System.UInt16, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
@@ -1467,20 +788,11 @@
{
"ParameterMetadata": {
"Name": "Target",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
@@ -1491,20 +803,11 @@
{
"ParameterMetadata": {
"Name": "Port",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.UInt16",
- "AssemblyQualifiedName": "System.UInt16, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ "AssemblyQualifiedName": "System.UInt16, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
@@ -1515,20 +818,11 @@
{
"ParameterMetadata": {
"Name": "Weight",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.UInt16",
- "AssemblyQualifiedName": "System.UInt16, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ "AssemblyQualifiedName": "System.UInt16, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
@@ -1539,7 +833,6 @@
{
"ParameterMetadata": {
"Name": "RecordSet",
- "AliasList": [],
"Type": {
"Namespace": "Microsoft.Azure.Commands.Dns",
"Name": "Microsoft.Azure.Commands.Dns.DnsRecordSet",
@@ -1556,52 +849,8 @@
"TargetResourceId": "System.String",
"ProvisioningState": "System.String",
"Ttl": "System.UInt32"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "Clone",
- "Parameters": [],
- "ReturnType": "System.Object"
- },
- {
- "Name": "GetType",
- "Parameters": [],
- "ReturnType": "System.Type"
- },
- {
- "Name": "ToString",
- "Parameters": [],
- "ReturnType": "System.String"
- },
- {
- "Name": "Equals",
- "Parameters": [
- {
- "Name": "obj",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Boolean"
- },
- {
- "Name": "GetHashCode",
- "Parameters": [],
- "ReturnType": "System.Int32"
- }
- ],
- "Constructors": [
- {
- "Name": "",
- "Parameters": [],
- "ReturnType": null
- }
- ]
+ }
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
@@ -1626,21 +875,8 @@
"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]"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "Clear",
- "Parameters": [],
- "ReturnType": "System.Void"
- }
- ],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ }
+ },
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -1656,20 +892,11 @@
{
"ParameterMetadata": {
"Name": "Cname",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
@@ -1680,7 +907,6 @@
{
"ParameterMetadata": {
"Name": "RecordSet",
- "AliasList": [],
"Type": {
"Namespace": "Microsoft.Azure.Commands.Dns",
"Name": "Microsoft.Azure.Commands.Dns.DnsRecordSet",
@@ -1697,52 +923,8 @@
"TargetResourceId": "System.String",
"ProvisioningState": "System.String",
"Ttl": "System.UInt32"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "Clone",
- "Parameters": [],
- "ReturnType": "System.Object"
- },
- {
- "Name": "GetType",
- "Parameters": [],
- "ReturnType": "System.Type"
- },
- {
- "Name": "ToString",
- "Parameters": [],
- "ReturnType": "System.String"
- },
- {
- "Name": "Equals",
- "Parameters": [
- {
- "Name": "obj",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Boolean"
- },
- {
- "Name": "GetHashCode",
- "Parameters": [],
- "ReturnType": "System.Int32"
- }
- ],
- "Constructors": [
- {
- "Name": "",
- "Parameters": [],
- "ReturnType": null
- }
- ]
+ }
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
@@ -1767,21 +949,8 @@
"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]"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "Clear",
- "Parameters": [],
- "ReturnType": "System.Void"
- }
- ],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ }
+ },
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -1797,20 +966,11 @@
{
"ParameterMetadata": {
"Name": "CaaFlags",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.Byte",
- "AssemblyQualifiedName": "System.Byte, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ "AssemblyQualifiedName": "System.Byte, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
@@ -1821,20 +981,11 @@
{
"ParameterMetadata": {
"Name": "CaaTag",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
@@ -1845,20 +996,11 @@
{
"ParameterMetadata": {
"Name": "CaaValue",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
"ValidateNotNullOrEmpty": false
},
"Mandatory": true,
@@ -1869,7 +1011,6 @@
{
"ParameterMetadata": {
"Name": "RecordSet",
- "AliasList": [],
"Type": {
"Namespace": "Microsoft.Azure.Commands.Dns",
"Name": "Microsoft.Azure.Commands.Dns.DnsRecordSet",
@@ -1886,52 +1027,8 @@
"TargetResourceId": "System.String",
"ProvisioningState": "System.String",
"Ttl": "System.UInt32"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "Clone",
- "Parameters": [],
- "ReturnType": "System.Object"
- },
- {
- "Name": "GetType",
- "Parameters": [],
- "ReturnType": "System.Type"
- },
- {
- "Name": "ToString",
- "Parameters": [],
- "ReturnType": "System.String"
- },
- {
- "Name": "Equals",
- "Parameters": [
- {
- "Name": "obj",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Boolean"
- },
- {
- "Name": "GetHashCode",
- "Parameters": [],
- "ReturnType": "System.Int32"
- }
- ],
- "Constructors": [
- {
- "Name": "",
- "Parameters": [],
- "ReturnType": null
- }
- ]
+ }
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
@@ -1956,21 +1053,8 @@
"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]"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "Clear",
- "Parameters": [],
- "ReturnType": "System.Void"
- }
- ],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ }
+ },
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -1980,8 +1064,7 @@
}
]
}
- ],
- "AliasList": []
+ ]
},
{
"VerbName": "Get",
@@ -1990,7 +1073,6 @@
"ClassName": "Microsoft.Azure.Commands.Dns.GetAzureDnsRecordSet",
"SupportsShouldProcess": false,
"ConfirmImpact": 2,
- "HasForceSwitch": null,
"SupportsPaging": false,
"DefaultParameterSetName": "__AllParameterSets",
"OutputTypes": [
@@ -2012,22 +1094,17 @@
"ProvisioningState": "System.String",
"Ttl": "System.UInt32"
},
- "ElementType": null,
- "GenericTypeArguments": [],
"Methods": [
{
"Name": "Clone",
- "Parameters": [],
"ReturnType": "System.Object"
},
{
"Name": "GetType",
- "Parameters": [],
"ReturnType": "System.Type"
},
{
"Name": "ToString",
- "Parameters": [],
"ReturnType": "System.String"
},
{
@@ -2042,15 +1119,12 @@
},
{
"Name": "GetHashCode",
- "Parameters": [],
"ReturnType": "System.Int32"
}
],
"Constructors": [
{
- "Name": "",
- "Parameters": [],
- "ReturnType": null
+ "Name": ""
}
]
},
@@ -2062,61 +1136,33 @@
"Parameters": [
{
"Name": "Name",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
{
"Name": "ZoneName",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
{
"Name": "ResourceGroupName",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
{
"Name": "Zone",
- "AliasList": [],
"Type": {
"Namespace": "Microsoft.Azure.Commands.Dns",
"Name": "Microsoft.Azure.Commands.Dns.DnsZone",
@@ -2132,67 +1178,20 @@
"Name": "System.String",
"ResourceGroupName": "System.String",
"Etag": "System.String"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "GetType",
- "Parameters": [],
- "ReturnType": "System.Type"
- },
- {
- "Name": "ToString",
- "Parameters": [],
- "ReturnType": "System.String"
- },
- {
- "Name": "Equals",
- "Parameters": [
- {
- "Name": "obj",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Boolean"
- },
- {
- "Name": "GetHashCode",
- "Parameters": [],
- "ReturnType": "System.Int32"
- }
- ],
- "Constructors": [
- {
- "Name": "",
- "Parameters": [],
- "ReturnType": null
- }
- ]
+ }
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
{
"Name": "RecordType",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Dns.Models.RecordType]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Dns.Models.RecordType, Microsoft.Azure.Management.Dns, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Dns.Models.RecordType, Microsoft.Azure.Management.Dns, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Dns.Models.RecordType"
- ],
- "Methods": [],
- "Constructors": []
+ ]
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
{
@@ -2211,21 +1210,8 @@
"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]"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "Clear",
- "Parameters": [],
- "ReturnType": "System.Void"
- }
- ],
- "Constructors": []
+ }
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
}
],
@@ -2236,20 +1222,11 @@
{
"ParameterMetadata": {
"Name": "Name",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
"ValidateNotNullOrEmpty": true
},
"Mandatory": false,
@@ -2260,20 +1237,11 @@
{
"ParameterMetadata": {
"Name": "ZoneName",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
@@ -2284,20 +1252,11 @@
{
"ParameterMetadata": {
"Name": "ResourceGroupName",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
@@ -2308,22 +1267,14 @@
{
"ParameterMetadata": {
"Name": "RecordType",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Dns.Models.RecordType]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Dns.Models.RecordType, Microsoft.Azure.Management.Dns, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Dns.Models.RecordType, Microsoft.Azure.Management.Dns, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Dns.Models.RecordType"
- ],
- "Methods": [],
- "Constructors": []
+ ]
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
"Mandatory": false,
@@ -2348,21 +1299,8 @@
"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]"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "Clear",
- "Parameters": [],
- "ReturnType": "System.Void"
- }
- ],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ }
+ },
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -2378,20 +1316,11 @@
{
"ParameterMetadata": {
"Name": "Name",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
"ValidateNotNullOrEmpty": true
},
"Mandatory": false,
@@ -2402,7 +1331,6 @@
{
"ParameterMetadata": {
"Name": "Zone",
- "AliasList": [],
"Type": {
"Namespace": "Microsoft.Azure.Commands.Dns",
"Name": "Microsoft.Azure.Commands.Dns.DnsZone",
@@ -2418,47 +1346,8 @@
"Name": "System.String",
"ResourceGroupName": "System.String",
"Etag": "System.String"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "GetType",
- "Parameters": [],
- "ReturnType": "System.Type"
- },
- {
- "Name": "ToString",
- "Parameters": [],
- "ReturnType": "System.String"
- },
- {
- "Name": "Equals",
- "Parameters": [
- {
- "Name": "obj",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Boolean"
- },
- {
- "Name": "GetHashCode",
- "Parameters": [],
- "ReturnType": "System.Int32"
- }
- ],
- "Constructors": [
- {
- "Name": "",
- "Parameters": [],
- "ReturnType": null
- }
- ]
+ }
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
@@ -2469,22 +1358,14 @@
{
"ParameterMetadata": {
"Name": "RecordType",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Dns.Models.RecordType]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Dns.Models.RecordType, Microsoft.Azure.Management.Dns, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Dns.Models.RecordType, Microsoft.Azure.Management.Dns, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Dns.Models.RecordType"
- ],
- "Methods": [],
- "Constructors": []
+ ]
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
"Mandatory": false,
@@ -2509,21 +1390,8 @@
"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]"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "Clear",
- "Parameters": [],
- "ReturnType": "System.Void"
- }
- ],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ }
+ },
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -2539,22 +1407,14 @@
{
"ParameterMetadata": {
"Name": "RecordType",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Dns.Models.RecordType]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Dns.Models.RecordType, Microsoft.Azure.Management.Dns, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Dns.Models.RecordType, Microsoft.Azure.Management.Dns, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Dns.Models.RecordType"
- ],
- "Methods": [],
- "Constructors": []
+ ]
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
"Mandatory": false,
@@ -2579,21 +1439,8 @@
"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]"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "Clear",
- "Parameters": [],
- "ReturnType": "System.Void"
- }
- ],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ }
+ },
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -2603,8 +1450,7 @@
}
]
}
- ],
- "AliasList": []
+ ]
},
{
"VerbName": "Get",
@@ -2613,7 +1459,6 @@
"ClassName": "Microsoft.Azure.Commands.Dns.GetAzureDnsZone",
"SupportsShouldProcess": false,
"ConfirmImpact": 2,
- "HasForceSwitch": null,
"SupportsPaging": false,
"DefaultParameterSetName": "Default",
"OutputTypes": [
@@ -2634,17 +1479,13 @@
"ResourceGroupName": "System.String",
"Etag": "System.String"
},
- "ElementType": null,
- "GenericTypeArguments": [],
"Methods": [
{
"Name": "GetType",
- "Parameters": [],
"ReturnType": "System.Type"
},
{
"Name": "ToString",
- "Parameters": [],
"ReturnType": "System.String"
},
{
@@ -2659,15 +1500,12 @@
},
{
"Name": "GetHashCode",
- "Parameters": [],
"ReturnType": "System.Int32"
}
],
"Constructors": [
{
- "Name": "",
- "Parameters": [],
- "ReturnType": null
+ "Name": ""
}
]
},
@@ -2679,38 +1517,20 @@
"Parameters": [
{
"Name": "Name",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
{
"Name": "ResourceGroupName",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
{
@@ -2729,21 +1549,8 @@
"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]"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "Clear",
- "Parameters": [],
- "ReturnType": "System.Void"
- }
- ],
- "Constructors": []
+ }
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
}
],
@@ -2754,20 +1561,11 @@
{
"ParameterMetadata": {
"Name": "Name",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
"ValidateNotNullOrEmpty": true
},
"Mandatory": false,
@@ -2778,20 +1576,11 @@
{
"ParameterMetadata": {
"Name": "ResourceGroupName",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
@@ -2816,21 +1605,8 @@
"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]"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "Clear",
- "Parameters": [],
- "ReturnType": "System.Void"
- }
- ],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ }
+ },
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -2860,21 +1636,8 @@
"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]"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "Clear",
- "Parameters": [],
- "ReturnType": "System.Void"
- }
- ],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ }
+ },
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -2884,8 +1647,7 @@
}
]
}
- ],
- "AliasList": []
+ ]
},
{
"VerbName": "New",
@@ -2894,7 +1656,6 @@
"ClassName": "Microsoft.Azure.Commands.Dns.NewAzureRmDnsRecordConfig",
"SupportsShouldProcess": false,
"ConfirmImpact": 2,
- "HasForceSwitch": null,
"SupportsPaging": false,
"DefaultParameterSetName": "__AllParameterSets",
"OutputTypes": [
@@ -2903,23 +1664,17 @@
"Namespace": "Microsoft.Azure.Commands.Dns",
"Name": "Microsoft.Azure.Commands.Dns.DnsRecordBase",
"AssemblyQualifiedName": "Microsoft.Azure.Commands.Dns.DnsRecordBase, Microsoft.Azure.PowerShell.Cmdlets.Dns, Version=1.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
"Methods": [
{
"Name": "Clone",
- "Parameters": [],
"ReturnType": "System.Object"
},
{
"Name": "GetType",
- "Parameters": [],
"ReturnType": "System.Type"
},
{
"Name": "ToString",
- "Parameters": [],
"ReturnType": "System.String"
},
{
@@ -2934,11 +1689,9 @@
},
{
"Name": "GetHashCode",
- "Parameters": [],
"ReturnType": "System.Int32"
}
- ],
- "Constructors": []
+ ]
},
"ParameterSets": [
"__AllParameterSets"
@@ -2948,272 +1701,137 @@
"Parameters": [
{
"Name": "Ipv4Address",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
{
"Name": "Ipv6Address",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
{
"Name": "Nsdname",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
{
"Name": "Exchange",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
{
"Name": "Preference",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.UInt16",
- "AssemblyQualifiedName": "System.UInt16, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.UInt16, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
{
"Name": "Ptrdname",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
{
"Name": "Value",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
{
"Name": "Priority",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.UInt16",
- "AssemblyQualifiedName": "System.UInt16, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.UInt16, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
{
"Name": "Target",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
{
"Name": "Port",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.UInt16",
- "AssemblyQualifiedName": "System.UInt16, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.UInt16, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
{
"Name": "Weight",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.UInt16",
- "AssemblyQualifiedName": "System.UInt16, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.UInt16, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
{
"Name": "Cname",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
{
"Name": "CaaFlags",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.Byte",
- "AssemblyQualifiedName": "System.Byte, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Byte, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
{
"Name": "CaaTag",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
{
"Name": "CaaValue",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
{
@@ -3232,21 +1850,8 @@
"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]"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "Clear",
- "Parameters": [],
- "ReturnType": "System.Void"
- }
- ],
- "Constructors": []
+ }
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
}
],
@@ -3257,20 +1862,11 @@
{
"ParameterMetadata": {
"Name": "Ipv4Address",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
@@ -3295,21 +1891,8 @@
"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]"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "Clear",
- "Parameters": [],
- "ReturnType": "System.Void"
- }
- ],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ }
+ },
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -3325,20 +1908,11 @@
{
"ParameterMetadata": {
"Name": "Ipv6Address",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
@@ -3363,21 +1937,8 @@
"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]"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "Clear",
- "Parameters": [],
- "ReturnType": "System.Void"
- }
- ],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ }
+ },
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -3393,20 +1954,11 @@
{
"ParameterMetadata": {
"Name": "Nsdname",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
@@ -3431,21 +1983,8 @@
"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]"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "Clear",
- "Parameters": [],
- "ReturnType": "System.Void"
- }
- ],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ }
+ },
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -3461,20 +2000,11 @@
{
"ParameterMetadata": {
"Name": "Exchange",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
@@ -3485,20 +2015,11 @@
{
"ParameterMetadata": {
"Name": "Preference",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.UInt16",
- "AssemblyQualifiedName": "System.UInt16, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ "AssemblyQualifiedName": "System.UInt16, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
@@ -3523,21 +2044,8 @@
"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]"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "Clear",
- "Parameters": [],
- "ReturnType": "System.Void"
- }
- ],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ }
+ },
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -3553,20 +2061,11 @@
{
"ParameterMetadata": {
"Name": "Ptrdname",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
@@ -3591,21 +2090,8 @@
"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]"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "Clear",
- "Parameters": [],
- "ReturnType": "System.Void"
- }
- ],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ }
+ },
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -3621,20 +2107,11 @@
{
"ParameterMetadata": {
"Name": "Value",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
@@ -3659,21 +2136,8 @@
"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]"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "Clear",
- "Parameters": [],
- "ReturnType": "System.Void"
- }
- ],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ }
+ },
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -3689,20 +2153,11 @@
{
"ParameterMetadata": {
"Name": "Priority",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.UInt16",
- "AssemblyQualifiedName": "System.UInt16, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ "AssemblyQualifiedName": "System.UInt16, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
@@ -3713,20 +2168,11 @@
{
"ParameterMetadata": {
"Name": "Target",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
@@ -3737,20 +2183,11 @@
{
"ParameterMetadata": {
"Name": "Port",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.UInt16",
- "AssemblyQualifiedName": "System.UInt16, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ "AssemblyQualifiedName": "System.UInt16, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
@@ -3761,20 +2198,11 @@
{
"ParameterMetadata": {
"Name": "Weight",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.UInt16",
- "AssemblyQualifiedName": "System.UInt16, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ "AssemblyQualifiedName": "System.UInt16, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
@@ -3799,21 +2227,8 @@
"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]"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "Clear",
- "Parameters": [],
- "ReturnType": "System.Void"
- }
- ],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ }
+ },
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -3829,20 +2244,11 @@
{
"ParameterMetadata": {
"Name": "Cname",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
@@ -3867,21 +2273,8 @@
"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]"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "Clear",
- "Parameters": [],
- "ReturnType": "System.Void"
- }
- ],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ }
+ },
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -3897,20 +2290,11 @@
{
"ParameterMetadata": {
"Name": "CaaFlags",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.Byte",
- "AssemblyQualifiedName": "System.Byte, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ "AssemblyQualifiedName": "System.Byte, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
@@ -3921,20 +2305,11 @@
{
"ParameterMetadata": {
"Name": "CaaTag",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
@@ -3945,20 +2320,11 @@
{
"ParameterMetadata": {
"Name": "CaaValue",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
"ValidateNotNullOrEmpty": false
},
"Mandatory": true,
@@ -3983,21 +2349,8 @@
"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]"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "Clear",
- "Parameters": [],
- "ReturnType": "System.Void"
- }
- ],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ }
+ },
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -4027,21 +2380,8 @@
"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]"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "Clear",
- "Parameters": [],
- "ReturnType": "System.Void"
- }
- ],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ }
+ },
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -4051,8 +2391,7 @@
}
]
}
- ],
- "AliasList": []
+ ]
},
{
"VerbName": "New",
@@ -4061,7 +2400,6 @@
"ClassName": "Microsoft.Azure.Commands.Dns.NewAzureDnsRecordSet",
"SupportsShouldProcess": true,
"ConfirmImpact": 2,
- "HasForceSwitch": true,
"SupportsPaging": false,
"DefaultParameterSetName": "Fields",
"OutputTypes": [
@@ -4083,22 +2421,17 @@
"ProvisioningState": "System.String",
"Ttl": "System.UInt32"
},
- "ElementType": null,
- "GenericTypeArguments": [],
"Methods": [
{
"Name": "Clone",
- "Parameters": [],
"ReturnType": "System.Object"
},
{
"Name": "GetType",
- "Parameters": [],
"ReturnType": "System.Type"
},
{
"Name": "ToString",
- "Parameters": [],
"ReturnType": "System.String"
},
{
@@ -4113,15 +2446,12 @@
},
{
"Name": "GetHashCode",
- "Parameters": [],
"ReturnType": "System.Int32"
}
],
"Constructors": [
{
- "Name": "",
- "Parameters": [],
- "ReturnType": null
+ "Name": ""
}
]
},
@@ -4133,61 +2463,33 @@
"Parameters": [
{
"Name": "Name",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
{
"Name": "ZoneName",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
{
"Name": "ResourceGroupName",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
{
"Name": "Zone",
- "AliasList": [],
"Type": {
"Namespace": "Microsoft.Azure.Commands.Dns",
"Name": "Microsoft.Azure.Commands.Dns.DnsZone",
@@ -4203,240 +2505,63 @@
"Name": "System.String",
"ResourceGroupName": "System.String",
"Etag": "System.String"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "GetType",
- "Parameters": [],
- "ReturnType": "System.Type"
- },
- {
- "Name": "ToString",
- "Parameters": [],
- "ReturnType": "System.String"
- },
- {
- "Name": "Equals",
- "Parameters": [
- {
- "Name": "obj",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Boolean"
- },
- {
- "Name": "GetHashCode",
- "Parameters": [],
- "ReturnType": "System.Int32"
- }
- ],
- "Constructors": [
- {
- "Name": "",
- "Parameters": [],
- "ReturnType": null
- }
- ]
+ }
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
{
"Name": "Ttl",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.UInt32",
- "AssemblyQualifiedName": "System.UInt32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.UInt32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
{
"Name": "RecordType",
- "AliasList": [],
"Type": {
"Namespace": "Microsoft.Azure.Management.Dns.Models",
"Name": "Microsoft.Azure.Management.Dns.Models.RecordType",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Dns.Models.RecordType, Microsoft.Azure.Management.Dns, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "Equals",
- "Parameters": [
- {
- "Name": "obj",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Boolean"
- },
- {
- "Name": "HasFlag",
- "Parameters": [
- {
- "Name": "flag",
- "Type": "System.Enum"
- }
- ],
- "ReturnType": "System.Boolean"
- },
- {
- "Name": "GetHashCode",
- "Parameters": [],
- "ReturnType": "System.Int32"
- },
- {
- "Name": "ToString",
- "Parameters": [],
- "ReturnType": "System.String"
- },
- {
- "Name": "CompareTo",
- "Parameters": [
- {
- "Name": "target",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Int32"
- },
- {
- "Name": "ToString",
- "Parameters": [
- {
- "Name": "format",
- "Type": "System.String"
- },
- {
- "Name": "provider",
- "Type": "System.IFormatProvider"
- }
- ],
- "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": "GetTypeCode",
- "Parameters": [],
- "ReturnType": "System.TypeCode"
- },
- {
- "Name": "GetType",
- "Parameters": [],
- "ReturnType": "System.Type"
- }
- ],
- "Constructors": []
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Dns.Models.RecordType, Microsoft.Azure.Management.Dns, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
{
"Name": "TargetResourceId",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
{
"Name": "Metadata",
- "AliasList": [],
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
{
"Name": "DnsRecords",
- "AliasList": [],
"Type": {
"Namespace": "Microsoft.Azure.Commands.Dns",
"Name": "Microsoft.Azure.Commands.Dns.DnsRecordBase[]",
"AssemblyQualifiedName": "Microsoft.Azure.Commands.Dns.DnsRecordBase[], Microsoft.Azure.PowerShell.Cmdlets.Dns, Version=1.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": "Microsoft.Azure.Commands.Dns.DnsRecordBase",
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "ElementType": "Microsoft.Azure.Commands.Dns.DnsRecordBase"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
{
"Name": "Overwrite",
- "AliasList": [],
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
{
@@ -4455,21 +2580,8 @@
"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]"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "Clear",
- "Parameters": [],
- "ReturnType": "System.Void"
- }
- ],
- "Constructors": []
+ }
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
}
],
@@ -4480,20 +2592,11 @@
{
"ParameterMetadata": {
"Name": "Name",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
@@ -4504,105 +2607,11 @@
{
"ParameterMetadata": {
"Name": "RecordType",
- "AliasList": [],
"Type": {
"Namespace": "Microsoft.Azure.Management.Dns.Models",
"Name": "Microsoft.Azure.Management.Dns.Models.RecordType",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Dns.Models.RecordType, Microsoft.Azure.Management.Dns, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "Equals",
- "Parameters": [
- {
- "Name": "obj",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Boolean"
- },
- {
- "Name": "HasFlag",
- "Parameters": [
- {
- "Name": "flag",
- "Type": "System.Enum"
- }
- ],
- "ReturnType": "System.Boolean"
- },
- {
- "Name": "GetHashCode",
- "Parameters": [],
- "ReturnType": "System.Int32"
- },
- {
- "Name": "ToString",
- "Parameters": [],
- "ReturnType": "System.String"
- },
- {
- "Name": "CompareTo",
- "Parameters": [
- {
- "Name": "target",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Int32"
- },
- {
- "Name": "ToString",
- "Parameters": [
- {
- "Name": "format",
- "Type": "System.String"
- },
- {
- "Name": "provider",
- "Type": "System.IFormatProvider"
- }
- ],
- "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": "GetTypeCode",
- "Parameters": [],
- "ReturnType": "System.TypeCode"
- },
- {
- "Name": "GetType",
- "Parameters": [],
- "ReturnType": "System.Type"
- }
- ],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Dns.Models.RecordType, Microsoft.Azure.Management.Dns, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
@@ -4613,20 +2622,11 @@
{
"ParameterMetadata": {
"Name": "Metadata",
- "AliasList": [],
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -4637,20 +2637,12 @@
{
"ParameterMetadata": {
"Name": "DnsRecords",
- "AliasList": [],
"Type": {
"Namespace": "Microsoft.Azure.Commands.Dns",
"Name": "Microsoft.Azure.Commands.Dns.DnsRecordBase[]",
"AssemblyQualifiedName": "Microsoft.Azure.Commands.Dns.DnsRecordBase[], Microsoft.Azure.PowerShell.Cmdlets.Dns, Version=1.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": "Microsoft.Azure.Commands.Dns.DnsRecordBase",
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ "ElementType": "Microsoft.Azure.Commands.Dns.DnsRecordBase"
+ },
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -4661,20 +2653,11 @@
{
"ParameterMetadata": {
"Name": "Overwrite",
- "AliasList": [],
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -4699,21 +2682,8 @@
"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]"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "Clear",
- "Parameters": [],
- "ReturnType": "System.Void"
- }
- ],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ }
+ },
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -4729,20 +2699,11 @@
{
"ParameterMetadata": {
"Name": "ZoneName",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
@@ -4753,20 +2714,11 @@
{
"ParameterMetadata": {
"Name": "ResourceGroupName",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
@@ -4777,20 +2729,11 @@
{
"ParameterMetadata": {
"Name": "Ttl",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.UInt32",
- "AssemblyQualifiedName": "System.UInt32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ "AssemblyQualifiedName": "System.UInt32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
@@ -4801,20 +2744,11 @@
{
"ParameterMetadata": {
"Name": "Name",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
@@ -4825,105 +2759,11 @@
{
"ParameterMetadata": {
"Name": "RecordType",
- "AliasList": [],
"Type": {
"Namespace": "Microsoft.Azure.Management.Dns.Models",
"Name": "Microsoft.Azure.Management.Dns.Models.RecordType",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Dns.Models.RecordType, Microsoft.Azure.Management.Dns, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "Equals",
- "Parameters": [
- {
- "Name": "obj",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Boolean"
- },
- {
- "Name": "HasFlag",
- "Parameters": [
- {
- "Name": "flag",
- "Type": "System.Enum"
- }
- ],
- "ReturnType": "System.Boolean"
- },
- {
- "Name": "GetHashCode",
- "Parameters": [],
- "ReturnType": "System.Int32"
- },
- {
- "Name": "ToString",
- "Parameters": [],
- "ReturnType": "System.String"
- },
- {
- "Name": "CompareTo",
- "Parameters": [
- {
- "Name": "target",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Int32"
- },
- {
- "Name": "ToString",
- "Parameters": [
- {
- "Name": "format",
- "Type": "System.String"
- },
- {
- "Name": "provider",
- "Type": "System.IFormatProvider"
- }
- ],
- "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": "GetTypeCode",
- "Parameters": [],
- "ReturnType": "System.TypeCode"
- },
- {
- "Name": "GetType",
- "Parameters": [],
- "ReturnType": "System.Type"
- }
- ],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Dns.Models.RecordType, Microsoft.Azure.Management.Dns, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
@@ -4934,20 +2774,11 @@
{
"ParameterMetadata": {
"Name": "Metadata",
- "AliasList": [],
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -4958,20 +2789,12 @@
{
"ParameterMetadata": {
"Name": "DnsRecords",
- "AliasList": [],
"Type": {
"Namespace": "Microsoft.Azure.Commands.Dns",
"Name": "Microsoft.Azure.Commands.Dns.DnsRecordBase[]",
"AssemblyQualifiedName": "Microsoft.Azure.Commands.Dns.DnsRecordBase[], Microsoft.Azure.PowerShell.Cmdlets.Dns, Version=1.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": "Microsoft.Azure.Commands.Dns.DnsRecordBase",
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ "ElementType": "Microsoft.Azure.Commands.Dns.DnsRecordBase"
+ },
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -4982,20 +2805,11 @@
{
"ParameterMetadata": {
"Name": "Overwrite",
- "AliasList": [],
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -5020,21 +2834,8 @@
"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]"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "Clear",
- "Parameters": [],
- "ReturnType": "System.Void"
- }
- ],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ }
+ },
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -5050,20 +2851,11 @@
{
"ParameterMetadata": {
"Name": "ZoneName",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
@@ -5074,20 +2866,11 @@
{
"ParameterMetadata": {
"Name": "ResourceGroupName",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
@@ -5098,20 +2881,11 @@
{
"ParameterMetadata": {
"Name": "Ttl",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.UInt32",
- "AssemblyQualifiedName": "System.UInt32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ "AssemblyQualifiedName": "System.UInt32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
"ValidateNotNullOrEmpty": true
},
"Mandatory": false,
@@ -5122,20 +2896,11 @@
{
"ParameterMetadata": {
"Name": "TargetResourceId",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
"ValidateNotNullOrEmpty": false
},
"Mandatory": true,
@@ -5146,20 +2911,11 @@
{
"ParameterMetadata": {
"Name": "Name",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
@@ -5170,105 +2926,11 @@
{
"ParameterMetadata": {
"Name": "RecordType",
- "AliasList": [],
"Type": {
"Namespace": "Microsoft.Azure.Management.Dns.Models",
"Name": "Microsoft.Azure.Management.Dns.Models.RecordType",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Dns.Models.RecordType, Microsoft.Azure.Management.Dns, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "Equals",
- "Parameters": [
- {
- "Name": "obj",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Boolean"
- },
- {
- "Name": "HasFlag",
- "Parameters": [
- {
- "Name": "flag",
- "Type": "System.Enum"
- }
- ],
- "ReturnType": "System.Boolean"
- },
- {
- "Name": "GetHashCode",
- "Parameters": [],
- "ReturnType": "System.Int32"
- },
- {
- "Name": "ToString",
- "Parameters": [],
- "ReturnType": "System.String"
- },
- {
- "Name": "CompareTo",
- "Parameters": [
- {
- "Name": "target",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Int32"
- },
- {
- "Name": "ToString",
- "Parameters": [
- {
- "Name": "format",
- "Type": "System.String"
- },
- {
- "Name": "provider",
- "Type": "System.IFormatProvider"
- }
- ],
- "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": "GetTypeCode",
- "Parameters": [],
- "ReturnType": "System.TypeCode"
- },
- {
- "Name": "GetType",
- "Parameters": [],
- "ReturnType": "System.Type"
- }
- ],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Dns.Models.RecordType, Microsoft.Azure.Management.Dns, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
@@ -5279,20 +2941,11 @@
{
"ParameterMetadata": {
"Name": "Metadata",
- "AliasList": [],
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -5303,20 +2956,12 @@
{
"ParameterMetadata": {
"Name": "DnsRecords",
- "AliasList": [],
"Type": {
"Namespace": "Microsoft.Azure.Commands.Dns",
"Name": "Microsoft.Azure.Commands.Dns.DnsRecordBase[]",
"AssemblyQualifiedName": "Microsoft.Azure.Commands.Dns.DnsRecordBase[], Microsoft.Azure.PowerShell.Cmdlets.Dns, Version=1.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": "Microsoft.Azure.Commands.Dns.DnsRecordBase",
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ "ElementType": "Microsoft.Azure.Commands.Dns.DnsRecordBase"
+ },
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -5327,20 +2972,11 @@
{
"ParameterMetadata": {
"Name": "Overwrite",
- "AliasList": [],
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -5365,21 +3001,8 @@
"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]"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "Clear",
- "Parameters": [],
- "ReturnType": "System.Void"
- }
- ],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ }
+ },
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -5395,7 +3018,6 @@
{
"ParameterMetadata": {
"Name": "Zone",
- "AliasList": [],
"Type": {
"Namespace": "Microsoft.Azure.Commands.Dns",
"Name": "Microsoft.Azure.Commands.Dns.DnsZone",
@@ -5411,47 +3033,8 @@
"Name": "System.String",
"ResourceGroupName": "System.String",
"Etag": "System.String"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "GetType",
- "Parameters": [],
- "ReturnType": "System.Type"
- },
- {
- "Name": "ToString",
- "Parameters": [],
- "ReturnType": "System.String"
- },
- {
- "Name": "Equals",
- "Parameters": [
- {
- "Name": "obj",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Boolean"
- },
- {
- "Name": "GetHashCode",
- "Parameters": [],
- "ReturnType": "System.Int32"
- }
- ],
- "Constructors": [
- {
- "Name": "",
- "Parameters": [],
- "ReturnType": null
- }
- ]
+ }
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
@@ -5462,20 +3045,11 @@
{
"ParameterMetadata": {
"Name": "Ttl",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.UInt32",
- "AssemblyQualifiedName": "System.UInt32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ "AssemblyQualifiedName": "System.UInt32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
@@ -5486,20 +3060,11 @@
{
"ParameterMetadata": {
"Name": "Name",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
@@ -5510,105 +3075,11 @@
{
"ParameterMetadata": {
"Name": "RecordType",
- "AliasList": [],
"Type": {
"Namespace": "Microsoft.Azure.Management.Dns.Models",
"Name": "Microsoft.Azure.Management.Dns.Models.RecordType",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Dns.Models.RecordType, Microsoft.Azure.Management.Dns, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "Equals",
- "Parameters": [
- {
- "Name": "obj",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Boolean"
- },
- {
- "Name": "HasFlag",
- "Parameters": [
- {
- "Name": "flag",
- "Type": "System.Enum"
- }
- ],
- "ReturnType": "System.Boolean"
- },
- {
- "Name": "GetHashCode",
- "Parameters": [],
- "ReturnType": "System.Int32"
- },
- {
- "Name": "ToString",
- "Parameters": [],
- "ReturnType": "System.String"
- },
- {
- "Name": "CompareTo",
- "Parameters": [
- {
- "Name": "target",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Int32"
- },
- {
- "Name": "ToString",
- "Parameters": [
- {
- "Name": "format",
- "Type": "System.String"
- },
- {
- "Name": "provider",
- "Type": "System.IFormatProvider"
- }
- ],
- "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": "GetTypeCode",
- "Parameters": [],
- "ReturnType": "System.TypeCode"
- },
- {
- "Name": "GetType",
- "Parameters": [],
- "ReturnType": "System.Type"
- }
- ],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Dns.Models.RecordType, Microsoft.Azure.Management.Dns, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
@@ -5619,20 +3090,11 @@
{
"ParameterMetadata": {
"Name": "Metadata",
- "AliasList": [],
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -5643,20 +3105,12 @@
{
"ParameterMetadata": {
"Name": "DnsRecords",
- "AliasList": [],
"Type": {
"Namespace": "Microsoft.Azure.Commands.Dns",
"Name": "Microsoft.Azure.Commands.Dns.DnsRecordBase[]",
"AssemblyQualifiedName": "Microsoft.Azure.Commands.Dns.DnsRecordBase[], Microsoft.Azure.PowerShell.Cmdlets.Dns, Version=1.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": "Microsoft.Azure.Commands.Dns.DnsRecordBase",
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ "ElementType": "Microsoft.Azure.Commands.Dns.DnsRecordBase"
+ },
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -5667,20 +3121,11 @@
{
"ParameterMetadata": {
"Name": "Overwrite",
- "AliasList": [],
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -5705,21 +3150,8 @@
"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]"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "Clear",
- "Parameters": [],
- "ReturnType": "System.Void"
- }
- ],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ }
+ },
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -5735,7 +3167,6 @@
{
"ParameterMetadata": {
"Name": "Zone",
- "AliasList": [],
"Type": {
"Namespace": "Microsoft.Azure.Commands.Dns",
"Name": "Microsoft.Azure.Commands.Dns.DnsZone",
@@ -5751,47 +3182,8 @@
"Name": "System.String",
"ResourceGroupName": "System.String",
"Etag": "System.String"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "GetType",
- "Parameters": [],
- "ReturnType": "System.Type"
- },
- {
- "Name": "ToString",
- "Parameters": [],
- "ReturnType": "System.String"
- },
- {
- "Name": "Equals",
- "Parameters": [
- {
- "Name": "obj",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Boolean"
- },
- {
- "Name": "GetHashCode",
- "Parameters": [],
- "ReturnType": "System.Int32"
- }
- ],
- "Constructors": [
- {
- "Name": "",
- "Parameters": [],
- "ReturnType": null
- }
- ]
+ }
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
@@ -5802,20 +3194,11 @@
{
"ParameterMetadata": {
"Name": "Ttl",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.UInt32",
- "AssemblyQualifiedName": "System.UInt32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ "AssemblyQualifiedName": "System.UInt32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
"ValidateNotNullOrEmpty": true
},
"Mandatory": false,
@@ -5826,20 +3209,11 @@
{
"ParameterMetadata": {
"Name": "TargetResourceId",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
"ValidateNotNullOrEmpty": false
},
"Mandatory": true,
@@ -5850,20 +3224,11 @@
{
"ParameterMetadata": {
"Name": "Name",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
@@ -5874,105 +3239,11 @@
{
"ParameterMetadata": {
"Name": "RecordType",
- "AliasList": [],
"Type": {
"Namespace": "Microsoft.Azure.Management.Dns.Models",
"Name": "Microsoft.Azure.Management.Dns.Models.RecordType",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Dns.Models.RecordType, Microsoft.Azure.Management.Dns, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "Equals",
- "Parameters": [
- {
- "Name": "obj",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Boolean"
- },
- {
- "Name": "HasFlag",
- "Parameters": [
- {
- "Name": "flag",
- "Type": "System.Enum"
- }
- ],
- "ReturnType": "System.Boolean"
- },
- {
- "Name": "GetHashCode",
- "Parameters": [],
- "ReturnType": "System.Int32"
- },
- {
- "Name": "ToString",
- "Parameters": [],
- "ReturnType": "System.String"
- },
- {
- "Name": "CompareTo",
- "Parameters": [
- {
- "Name": "target",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Int32"
- },
- {
- "Name": "ToString",
- "Parameters": [
- {
- "Name": "format",
- "Type": "System.String"
- },
- {
- "Name": "provider",
- "Type": "System.IFormatProvider"
- }
- ],
- "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": "GetTypeCode",
- "Parameters": [],
- "ReturnType": "System.TypeCode"
- },
- {
- "Name": "GetType",
- "Parameters": [],
- "ReturnType": "System.Type"
- }
- ],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Dns.Models.RecordType, Microsoft.Azure.Management.Dns, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
@@ -5983,20 +3254,11 @@
{
"ParameterMetadata": {
"Name": "Metadata",
- "AliasList": [],
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -6007,20 +3269,12 @@
{
"ParameterMetadata": {
"Name": "DnsRecords",
- "AliasList": [],
"Type": {
"Namespace": "Microsoft.Azure.Commands.Dns",
"Name": "Microsoft.Azure.Commands.Dns.DnsRecordBase[]",
"AssemblyQualifiedName": "Microsoft.Azure.Commands.Dns.DnsRecordBase[], Microsoft.Azure.PowerShell.Cmdlets.Dns, Version=1.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": "Microsoft.Azure.Commands.Dns.DnsRecordBase",
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ "ElementType": "Microsoft.Azure.Commands.Dns.DnsRecordBase"
+ },
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -6031,20 +3285,11 @@
{
"ParameterMetadata": {
"Name": "Overwrite",
- "AliasList": [],
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -6069,21 +3314,8 @@
"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]"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "Clear",
- "Parameters": [],
- "ReturnType": "System.Void"
- }
- ],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ }
+ },
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -6093,8 +3325,7 @@
}
]
}
- ],
- "AliasList": []
+ ]
},
{
"VerbName": "New",
@@ -6103,7 +3334,6 @@
"ClassName": "Microsoft.Azure.Commands.Dns.NewAzureDnsZone",
"SupportsShouldProcess": true,
"ConfirmImpact": 2,
- "HasForceSwitch": null,
"SupportsPaging": false,
"DefaultParameterSetName": "Ids",
"OutputTypes": [
@@ -6124,17 +3354,13 @@
"ResourceGroupName": "System.String",
"Etag": "System.String"
},
- "ElementType": null,
- "GenericTypeArguments": [],
"Methods": [
{
"Name": "GetType",
- "Parameters": [],
"ReturnType": "System.Type"
},
{
"Name": "ToString",
- "Parameters": [],
"ReturnType": "System.String"
},
{
@@ -6149,15 +3375,12 @@
},
{
"Name": "GetHashCode",
- "Parameters": [],
"ReturnType": "System.Int32"
}
],
"Constructors": [
{
- "Name": "",
- "Parameters": [],
- "ReturnType": null
+ "Name": ""
}
]
},
@@ -6169,102 +3392,58 @@
"Parameters": [
{
"Name": "Name",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
{
"Name": "ResourceGroupName",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
{
"Name": "ZoneType",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Dns.Models.ZoneType]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Dns.Models.ZoneType, Microsoft.Azure.Management.Dns, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Dns.Models.ZoneType, Microsoft.Azure.Management.Dns, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Dns.Models.ZoneType"
- ],
- "Methods": [],
- "Constructors": []
+ ]
},
"ValidateSet": [
"Public",
"Private"
],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
{
"Name": "ParentZoneName",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
{
"Name": "ParentZoneId",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
{
"Name": "ParentZone",
- "AliasList": [],
"Type": {
"Namespace": "Microsoft.Azure.Commands.Dns",
"Name": "Microsoft.Azure.Commands.Dns.DnsZone",
@@ -6280,47 +3459,8 @@
"Name": "System.String",
"ResourceGroupName": "System.String",
"Etag": "System.String"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "GetType",
- "Parameters": [],
- "ReturnType": "System.Type"
- },
- {
- "Name": "ToString",
- "Parameters": [],
- "ReturnType": "System.String"
- },
- {
- "Name": "Equals",
- "Parameters": [
- {
- "Name": "obj",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Boolean"
- },
- {
- "Name": "GetHashCode",
- "Parameters": [],
- "ReturnType": "System.Int32"
- }
- ],
- "Constructors": [
- {
- "Name": "",
- "Parameters": [],
- "ReturnType": null
- }
- ]
+ }
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
{
@@ -6331,96 +3471,56 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
{
"Name": "RegistrationVirtualNetworkId",
- "AliasList": [],
"Type": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.List`1[System.String]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.String"
- ],
- "Methods": [],
- "Constructors": []
+ ]
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
{
"Name": "ResolutionVirtualNetworkId",
- "AliasList": [],
"Type": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.List`1[System.String]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.String"
- ],
- "Methods": [],
- "Constructors": []
+ ]
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
{
"Name": "RegistrationVirtualNetwork",
- "AliasList": [],
"Type": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Internal.Network.Common.IResourceReference]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Internal.Network.Common.IResourceReference, Microsoft.Azure.PowerShell.Clients.Network, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Internal.Network.Common.IResourceReference, Microsoft.Azure.PowerShell.Clients.Network, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Internal.Network.Common.IResourceReference"
- ],
- "Methods": [],
- "Constructors": []
+ ]
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
{
"Name": "ResolutionVirtualNetwork",
- "AliasList": [],
"Type": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Internal.Network.Common.IResourceReference]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Internal.Network.Common.IResourceReference, Microsoft.Azure.PowerShell.Clients.Network, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Internal.Network.Common.IResourceReference, Microsoft.Azure.PowerShell.Clients.Network, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Internal.Network.Common.IResourceReference"
- ],
- "Methods": [],
- "Constructors": []
+ ]
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
{
@@ -6439,21 +3539,8 @@
"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]"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "Clear",
- "Parameters": [],
- "ReturnType": "System.Void"
- }
- ],
- "Constructors": []
+ }
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
}
],
@@ -6464,20 +3551,11 @@
{
"ParameterMetadata": {
"Name": "Name",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
@@ -6488,20 +3566,11 @@
{
"ParameterMetadata": {
"Name": "ResourceGroupName",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
@@ -6512,25 +3581,18 @@
{
"ParameterMetadata": {
"Name": "ZoneType",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Dns.Models.ZoneType]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Dns.Models.ZoneType, Microsoft.Azure.Management.Dns, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Dns.Models.ZoneType, Microsoft.Azure.Management.Dns, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Dns.Models.ZoneType"
- ],
- "Methods": [],
- "Constructors": []
+ ]
},
"ValidateSet": [
"Public",
"Private"
],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
"Mandatory": false,
@@ -6547,16 +3609,8 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -6581,21 +3635,8 @@
"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]"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "Clear",
- "Parameters": [],
- "ReturnType": "System.Void"
- }
- ],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ }
+ },
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -6611,20 +3652,11 @@
{
"ParameterMetadata": {
"Name": "ParentZoneName",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
"ValidateNotNullOrEmpty": true
},
"Mandatory": false,
@@ -6635,20 +3667,11 @@
{
"ParameterMetadata": {
"Name": "Name",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
@@ -6659,20 +3682,11 @@
{
"ParameterMetadata": {
"Name": "ResourceGroupName",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
@@ -6683,25 +3697,18 @@
{
"ParameterMetadata": {
"Name": "ZoneType",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Dns.Models.ZoneType]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Dns.Models.ZoneType, Microsoft.Azure.Management.Dns, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Dns.Models.ZoneType, Microsoft.Azure.Management.Dns, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Dns.Models.ZoneType"
- ],
- "Methods": [],
- "Constructors": []
+ ]
},
"ValidateSet": [
"Public",
"Private"
],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
"Mandatory": false,
@@ -6718,16 +3725,8 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -6752,21 +3751,8 @@
"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]"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "Clear",
- "Parameters": [],
- "ReturnType": "System.Void"
- }
- ],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ }
+ },
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -6782,20 +3768,11 @@
{
"ParameterMetadata": {
"Name": "ParentZoneId",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
"ValidateNotNullOrEmpty": true
},
"Mandatory": false,
@@ -6806,22 +3783,14 @@
{
"ParameterMetadata": {
"Name": "RegistrationVirtualNetworkId",
- "AliasList": [],
"Type": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.List`1[System.String]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.String"
- ],
- "Methods": [],
- "Constructors": []
+ ]
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -6832,22 +3801,14 @@
{
"ParameterMetadata": {
"Name": "ResolutionVirtualNetworkId",
- "AliasList": [],
"Type": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.List`1[System.String]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.String"
- ],
- "Methods": [],
- "Constructors": []
+ ]
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -6858,20 +3819,11 @@
{
"ParameterMetadata": {
"Name": "Name",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
@@ -6882,20 +3834,11 @@
{
"ParameterMetadata": {
"Name": "ResourceGroupName",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
@@ -6906,25 +3849,18 @@
{
"ParameterMetadata": {
"Name": "ZoneType",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Dns.Models.ZoneType]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Dns.Models.ZoneType, Microsoft.Azure.Management.Dns, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Dns.Models.ZoneType, Microsoft.Azure.Management.Dns, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Dns.Models.ZoneType"
- ],
- "Methods": [],
- "Constructors": []
+ ]
},
"ValidateSet": [
"Public",
"Private"
],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
"Mandatory": false,
@@ -6941,16 +3877,8 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -6975,21 +3903,8 @@
"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]"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "Clear",
- "Parameters": [],
- "ReturnType": "System.Void"
- }
- ],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ }
+ },
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -7005,7 +3920,6 @@
{
"ParameterMetadata": {
"Name": "ParentZone",
- "AliasList": [],
"Type": {
"Namespace": "Microsoft.Azure.Commands.Dns",
"Name": "Microsoft.Azure.Commands.Dns.DnsZone",
@@ -7021,47 +3935,8 @@
"Name": "System.String",
"ResourceGroupName": "System.String",
"Etag": "System.String"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "GetType",
- "Parameters": [],
- "ReturnType": "System.Type"
- },
- {
- "Name": "ToString",
- "Parameters": [],
- "ReturnType": "System.String"
- },
- {
- "Name": "Equals",
- "Parameters": [
- {
- "Name": "obj",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Boolean"
- },
- {
- "Name": "GetHashCode",
- "Parameters": [],
- "ReturnType": "System.Int32"
- }
- ],
- "Constructors": [
- {
- "Name": "",
- "Parameters": [],
- "ReturnType": null
- }
- ]
+ }
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
"Mandatory": false,
@@ -7072,22 +3947,14 @@
{
"ParameterMetadata": {
"Name": "RegistrationVirtualNetwork",
- "AliasList": [],
"Type": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Internal.Network.Common.IResourceReference]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Internal.Network.Common.IResourceReference, Microsoft.Azure.PowerShell.Clients.Network, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Internal.Network.Common.IResourceReference, Microsoft.Azure.PowerShell.Clients.Network, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Internal.Network.Common.IResourceReference"
- ],
- "Methods": [],
- "Constructors": []
+ ]
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -7098,22 +3965,14 @@
{
"ParameterMetadata": {
"Name": "ResolutionVirtualNetwork",
- "AliasList": [],
"Type": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Internal.Network.Common.IResourceReference]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Internal.Network.Common.IResourceReference, Microsoft.Azure.PowerShell.Clients.Network, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Internal.Network.Common.IResourceReference, Microsoft.Azure.PowerShell.Clients.Network, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Internal.Network.Common.IResourceReference"
- ],
- "Methods": [],
- "Constructors": []
+ ]
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -7124,20 +3983,11 @@
{
"ParameterMetadata": {
"Name": "Name",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
@@ -7148,20 +3998,11 @@
{
"ParameterMetadata": {
"Name": "ResourceGroupName",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
@@ -7172,25 +4013,18 @@
{
"ParameterMetadata": {
"Name": "ZoneType",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Dns.Models.ZoneType]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Dns.Models.ZoneType, Microsoft.Azure.Management.Dns, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Dns.Models.ZoneType, Microsoft.Azure.Management.Dns, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Dns.Models.ZoneType"
- ],
- "Methods": [],
- "Constructors": []
+ ]
},
"ValidateSet": [
"Public",
"Private"
],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
"Mandatory": false,
@@ -7207,16 +4041,8 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -7241,21 +4067,8 @@
"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]"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "Clear",
- "Parameters": [],
- "ReturnType": "System.Void"
- }
- ],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ }
+ },
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -7265,8 +4078,7 @@
}
]
}
- ],
- "AliasList": []
+ ]
},
{
"VerbName": "Remove",
@@ -7275,7 +4087,6 @@
"ClassName": "Microsoft.Azure.Commands.Dns.RemoveAzureDnsRecordConfig",
"SupportsShouldProcess": false,
"ConfirmImpact": 2,
- "HasForceSwitch": null,
"SupportsPaging": false,
"DefaultParameterSetName": "__AllParameterSets",
"OutputTypes": [
@@ -7297,22 +4108,17 @@
"ProvisioningState": "System.String",
"Ttl": "System.UInt32"
},
- "ElementType": null,
- "GenericTypeArguments": [],
"Methods": [
{
"Name": "Clone",
- "Parameters": [],
"ReturnType": "System.Object"
},
{
"Name": "GetType",
- "Parameters": [],
"ReturnType": "System.Type"
},
{
"Name": "ToString",
- "Parameters": [],
"ReturnType": "System.String"
},
{
@@ -7327,15 +4133,12 @@
},
{
"Name": "GetHashCode",
- "Parameters": [],
"ReturnType": "System.Int32"
}
],
"Constructors": [
{
- "Name": "",
- "Parameters": [],
- "ReturnType": null
+ "Name": ""
}
]
},
@@ -7347,7 +4150,6 @@
"Parameters": [
{
"Name": "RecordSet",
- "AliasList": [],
"Type": {
"Namespace": "Microsoft.Azure.Commands.Dns",
"Name": "Microsoft.Azure.Commands.Dns.DnsRecordSet",
@@ -7364,322 +4166,143 @@
"TargetResourceId": "System.String",
"ProvisioningState": "System.String",
"Ttl": "System.UInt32"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "Clone",
- "Parameters": [],
- "ReturnType": "System.Object"
- },
- {
- "Name": "GetType",
- "Parameters": [],
- "ReturnType": "System.Type"
- },
- {
- "Name": "ToString",
- "Parameters": [],
- "ReturnType": "System.String"
- },
- {
- "Name": "Equals",
- "Parameters": [
- {
- "Name": "obj",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Boolean"
- },
- {
- "Name": "GetHashCode",
- "Parameters": [],
- "ReturnType": "System.Int32"
- }
- ],
- "Constructors": [
- {
- "Name": "",
- "Parameters": [],
- "ReturnType": null
- }
- ]
+ }
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
{
"Name": "Ipv4Address",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
{
"Name": "Ipv6Address",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
{
"Name": "Nsdname",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
{
"Name": "Exchange",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
{
"Name": "Preference",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.UInt16",
- "AssemblyQualifiedName": "System.UInt16, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.UInt16, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
{
"Name": "Ptrdname",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
{
"Name": "Value",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
{
"Name": "Priority",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.UInt16",
- "AssemblyQualifiedName": "System.UInt16, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.UInt16, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
{
"Name": "Target",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
{
"Name": "Port",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.UInt16",
- "AssemblyQualifiedName": "System.UInt16, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.UInt16, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
{
"Name": "Weight",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.UInt16",
- "AssemblyQualifiedName": "System.UInt16, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.UInt16, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
{
"Name": "Cname",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
{
"Name": "CaaFlags",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.Byte",
- "AssemblyQualifiedName": "System.Byte, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Byte, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
{
"Name": "CaaTag",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
{
"Name": "CaaValue",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
{
@@ -7698,21 +4321,8 @@
"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]"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "Clear",
- "Parameters": [],
- "ReturnType": "System.Void"
- }
- ],
- "Constructors": []
+ }
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
}
],
@@ -7723,7 +4333,6 @@
{
"ParameterMetadata": {
"Name": "RecordSet",
- "AliasList": [],
"Type": {
"Namespace": "Microsoft.Azure.Commands.Dns",
"Name": "Microsoft.Azure.Commands.Dns.DnsRecordSet",
@@ -7740,52 +4349,8 @@
"TargetResourceId": "System.String",
"ProvisioningState": "System.String",
"Ttl": "System.UInt32"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "Clone",
- "Parameters": [],
- "ReturnType": "System.Object"
- },
- {
- "Name": "GetType",
- "Parameters": [],
- "ReturnType": "System.Type"
- },
- {
- "Name": "ToString",
- "Parameters": [],
- "ReturnType": "System.String"
- },
- {
- "Name": "Equals",
- "Parameters": [
- {
- "Name": "obj",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Boolean"
- },
- {
- "Name": "GetHashCode",
- "Parameters": [],
- "ReturnType": "System.Int32"
- }
- ],
- "Constructors": [
- {
- "Name": "",
- "Parameters": [],
- "ReturnType": null
- }
- ]
+ }
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
@@ -7810,21 +4375,8 @@
"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]"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "Clear",
- "Parameters": [],
- "ReturnType": "System.Void"
- }
- ],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ }
+ },
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -7840,20 +4392,11 @@
{
"ParameterMetadata": {
"Name": "Ipv4Address",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
@@ -7864,7 +4407,6 @@
{
"ParameterMetadata": {
"Name": "RecordSet",
- "AliasList": [],
"Type": {
"Namespace": "Microsoft.Azure.Commands.Dns",
"Name": "Microsoft.Azure.Commands.Dns.DnsRecordSet",
@@ -7881,52 +4423,8 @@
"TargetResourceId": "System.String",
"ProvisioningState": "System.String",
"Ttl": "System.UInt32"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "Clone",
- "Parameters": [],
- "ReturnType": "System.Object"
- },
- {
- "Name": "GetType",
- "Parameters": [],
- "ReturnType": "System.Type"
- },
- {
- "Name": "ToString",
- "Parameters": [],
- "ReturnType": "System.String"
- },
- {
- "Name": "Equals",
- "Parameters": [
- {
- "Name": "obj",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Boolean"
- },
- {
- "Name": "GetHashCode",
- "Parameters": [],
- "ReturnType": "System.Int32"
- }
- ],
- "Constructors": [
- {
- "Name": "",
- "Parameters": [],
- "ReturnType": null
- }
- ]
+ }
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
@@ -7951,21 +4449,8 @@
"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]"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "Clear",
- "Parameters": [],
- "ReturnType": "System.Void"
- }
- ],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ }
+ },
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -7981,20 +4466,11 @@
{
"ParameterMetadata": {
"Name": "Ipv6Address",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
@@ -8005,7 +4481,6 @@
{
"ParameterMetadata": {
"Name": "RecordSet",
- "AliasList": [],
"Type": {
"Namespace": "Microsoft.Azure.Commands.Dns",
"Name": "Microsoft.Azure.Commands.Dns.DnsRecordSet",
@@ -8022,52 +4497,8 @@
"TargetResourceId": "System.String",
"ProvisioningState": "System.String",
"Ttl": "System.UInt32"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "Clone",
- "Parameters": [],
- "ReturnType": "System.Object"
- },
- {
- "Name": "GetType",
- "Parameters": [],
- "ReturnType": "System.Type"
- },
- {
- "Name": "ToString",
- "Parameters": [],
- "ReturnType": "System.String"
- },
- {
- "Name": "Equals",
- "Parameters": [
- {
- "Name": "obj",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Boolean"
- },
- {
- "Name": "GetHashCode",
- "Parameters": [],
- "ReturnType": "System.Int32"
- }
- ],
- "Constructors": [
- {
- "Name": "",
- "Parameters": [],
- "ReturnType": null
- }
- ]
+ }
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
@@ -8092,21 +4523,8 @@
"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]"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "Clear",
- "Parameters": [],
- "ReturnType": "System.Void"
- }
- ],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ }
+ },
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -8122,20 +4540,11 @@
{
"ParameterMetadata": {
"Name": "Nsdname",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
@@ -8146,7 +4555,6 @@
{
"ParameterMetadata": {
"Name": "RecordSet",
- "AliasList": [],
"Type": {
"Namespace": "Microsoft.Azure.Commands.Dns",
"Name": "Microsoft.Azure.Commands.Dns.DnsRecordSet",
@@ -8163,52 +4571,8 @@
"TargetResourceId": "System.String",
"ProvisioningState": "System.String",
"Ttl": "System.UInt32"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "Clone",
- "Parameters": [],
- "ReturnType": "System.Object"
- },
- {
- "Name": "GetType",
- "Parameters": [],
- "ReturnType": "System.Type"
- },
- {
- "Name": "ToString",
- "Parameters": [],
- "ReturnType": "System.String"
- },
- {
- "Name": "Equals",
- "Parameters": [
- {
- "Name": "obj",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Boolean"
- },
- {
- "Name": "GetHashCode",
- "Parameters": [],
- "ReturnType": "System.Int32"
- }
- ],
- "Constructors": [
- {
- "Name": "",
- "Parameters": [],
- "ReturnType": null
- }
- ]
+ }
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
@@ -8233,21 +4597,8 @@
"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]"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "Clear",
- "Parameters": [],
- "ReturnType": "System.Void"
- }
- ],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ }
+ },
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -8263,20 +4614,11 @@
{
"ParameterMetadata": {
"Name": "Exchange",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
@@ -8287,20 +4629,11 @@
{
"ParameterMetadata": {
"Name": "Preference",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.UInt16",
- "AssemblyQualifiedName": "System.UInt16, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ "AssemblyQualifiedName": "System.UInt16, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
@@ -8311,7 +4644,6 @@
{
"ParameterMetadata": {
"Name": "RecordSet",
- "AliasList": [],
"Type": {
"Namespace": "Microsoft.Azure.Commands.Dns",
"Name": "Microsoft.Azure.Commands.Dns.DnsRecordSet",
@@ -8328,52 +4660,8 @@
"TargetResourceId": "System.String",
"ProvisioningState": "System.String",
"Ttl": "System.UInt32"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "Clone",
- "Parameters": [],
- "ReturnType": "System.Object"
- },
- {
- "Name": "GetType",
- "Parameters": [],
- "ReturnType": "System.Type"
- },
- {
- "Name": "ToString",
- "Parameters": [],
- "ReturnType": "System.String"
- },
- {
- "Name": "Equals",
- "Parameters": [
- {
- "Name": "obj",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Boolean"
- },
- {
- "Name": "GetHashCode",
- "Parameters": [],
- "ReturnType": "System.Int32"
- }
- ],
- "Constructors": [
- {
- "Name": "",
- "Parameters": [],
- "ReturnType": null
- }
- ]
+ }
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
@@ -8398,21 +4686,8 @@
"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]"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "Clear",
- "Parameters": [],
- "ReturnType": "System.Void"
- }
- ],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ }
+ },
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -8428,20 +4703,11 @@
{
"ParameterMetadata": {
"Name": "Ptrdname",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
@@ -8452,7 +4718,6 @@
{
"ParameterMetadata": {
"Name": "RecordSet",
- "AliasList": [],
"Type": {
"Namespace": "Microsoft.Azure.Commands.Dns",
"Name": "Microsoft.Azure.Commands.Dns.DnsRecordSet",
@@ -8469,52 +4734,8 @@
"TargetResourceId": "System.String",
"ProvisioningState": "System.String",
"Ttl": "System.UInt32"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "Clone",
- "Parameters": [],
- "ReturnType": "System.Object"
- },
- {
- "Name": "GetType",
- "Parameters": [],
- "ReturnType": "System.Type"
- },
- {
- "Name": "ToString",
- "Parameters": [],
- "ReturnType": "System.String"
- },
- {
- "Name": "Equals",
- "Parameters": [
- {
- "Name": "obj",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Boolean"
- },
- {
- "Name": "GetHashCode",
- "Parameters": [],
- "ReturnType": "System.Int32"
- }
- ],
- "Constructors": [
- {
- "Name": "",
- "Parameters": [],
- "ReturnType": null
- }
- ]
+ }
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
@@ -8539,21 +4760,8 @@
"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]"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "Clear",
- "Parameters": [],
- "ReturnType": "System.Void"
- }
- ],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ }
+ },
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -8569,20 +4777,11 @@
{
"ParameterMetadata": {
"Name": "Value",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
@@ -8593,7 +4792,6 @@
{
"ParameterMetadata": {
"Name": "RecordSet",
- "AliasList": [],
"Type": {
"Namespace": "Microsoft.Azure.Commands.Dns",
"Name": "Microsoft.Azure.Commands.Dns.DnsRecordSet",
@@ -8610,52 +4808,8 @@
"TargetResourceId": "System.String",
"ProvisioningState": "System.String",
"Ttl": "System.UInt32"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "Clone",
- "Parameters": [],
- "ReturnType": "System.Object"
- },
- {
- "Name": "GetType",
- "Parameters": [],
- "ReturnType": "System.Type"
- },
- {
- "Name": "ToString",
- "Parameters": [],
- "ReturnType": "System.String"
- },
- {
- "Name": "Equals",
- "Parameters": [
- {
- "Name": "obj",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Boolean"
- },
- {
- "Name": "GetHashCode",
- "Parameters": [],
- "ReturnType": "System.Int32"
- }
- ],
- "Constructors": [
- {
- "Name": "",
- "Parameters": [],
- "ReturnType": null
- }
- ]
+ }
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
@@ -8680,22 +4834,9 @@
"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]"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "Clear",
- "Parameters": [],
- "ReturnType": "System.Void"
- }
- ],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
- "ValidateNotNullOrEmpty": false
+ }
+ },
+ "ValidateNotNullOrEmpty": false
},
"Mandatory": false,
"Position": -2147483648,
@@ -8710,20 +4851,11 @@
{
"ParameterMetadata": {
"Name": "Priority",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.UInt16",
- "AssemblyQualifiedName": "System.UInt16, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ "AssemblyQualifiedName": "System.UInt16, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
@@ -8734,20 +4866,11 @@
{
"ParameterMetadata": {
"Name": "Target",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
@@ -8758,20 +4881,11 @@
{
"ParameterMetadata": {
"Name": "Port",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.UInt16",
- "AssemblyQualifiedName": "System.UInt16, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ "AssemblyQualifiedName": "System.UInt16, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
@@ -8782,20 +4896,11 @@
{
"ParameterMetadata": {
"Name": "Weight",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.UInt16",
- "AssemblyQualifiedName": "System.UInt16, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ "AssemblyQualifiedName": "System.UInt16, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
@@ -8806,7 +4911,6 @@
{
"ParameterMetadata": {
"Name": "RecordSet",
- "AliasList": [],
"Type": {
"Namespace": "Microsoft.Azure.Commands.Dns",
"Name": "Microsoft.Azure.Commands.Dns.DnsRecordSet",
@@ -8823,52 +4927,8 @@
"TargetResourceId": "System.String",
"ProvisioningState": "System.String",
"Ttl": "System.UInt32"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "Clone",
- "Parameters": [],
- "ReturnType": "System.Object"
- },
- {
- "Name": "GetType",
- "Parameters": [],
- "ReturnType": "System.Type"
- },
- {
- "Name": "ToString",
- "Parameters": [],
- "ReturnType": "System.String"
- },
- {
- "Name": "Equals",
- "Parameters": [
- {
- "Name": "obj",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Boolean"
- },
- {
- "Name": "GetHashCode",
- "Parameters": [],
- "ReturnType": "System.Int32"
- }
- ],
- "Constructors": [
- {
- "Name": "",
- "Parameters": [],
- "ReturnType": null
- }
- ]
+ }
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
@@ -8893,21 +4953,8 @@
"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]"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "Clear",
- "Parameters": [],
- "ReturnType": "System.Void"
- }
- ],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ }
+ },
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -8923,20 +4970,11 @@
{
"ParameterMetadata": {
"Name": "Cname",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
@@ -8947,7 +4985,6 @@
{
"ParameterMetadata": {
"Name": "RecordSet",
- "AliasList": [],
"Type": {
"Namespace": "Microsoft.Azure.Commands.Dns",
"Name": "Microsoft.Azure.Commands.Dns.DnsRecordSet",
@@ -8964,52 +5001,8 @@
"TargetResourceId": "System.String",
"ProvisioningState": "System.String",
"Ttl": "System.UInt32"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "Clone",
- "Parameters": [],
- "ReturnType": "System.Object"
- },
- {
- "Name": "GetType",
- "Parameters": [],
- "ReturnType": "System.Type"
- },
- {
- "Name": "ToString",
- "Parameters": [],
- "ReturnType": "System.String"
- },
- {
- "Name": "Equals",
- "Parameters": [
- {
- "Name": "obj",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Boolean"
- },
- {
- "Name": "GetHashCode",
- "Parameters": [],
- "ReturnType": "System.Int32"
- }
- ],
- "Constructors": [
- {
- "Name": "",
- "Parameters": [],
- "ReturnType": null
- }
- ]
+ }
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
@@ -9034,21 +5027,8 @@
"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]"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "Clear",
- "Parameters": [],
- "ReturnType": "System.Void"
- }
- ],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ }
+ },
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -9064,20 +5044,11 @@
{
"ParameterMetadata": {
"Name": "CaaFlags",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.Byte",
- "AssemblyQualifiedName": "System.Byte, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ "AssemblyQualifiedName": "System.Byte, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
@@ -9088,20 +5059,11 @@
{
"ParameterMetadata": {
"Name": "CaaTag",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
@@ -9112,20 +5074,11 @@
{
"ParameterMetadata": {
"Name": "CaaValue",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
"ValidateNotNullOrEmpty": false
},
"Mandatory": true,
@@ -9136,7 +5089,6 @@
{
"ParameterMetadata": {
"Name": "RecordSet",
- "AliasList": [],
"Type": {
"Namespace": "Microsoft.Azure.Commands.Dns",
"Name": "Microsoft.Azure.Commands.Dns.DnsRecordSet",
@@ -9153,52 +5105,8 @@
"TargetResourceId": "System.String",
"ProvisioningState": "System.String",
"Ttl": "System.UInt32"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "Clone",
- "Parameters": [],
- "ReturnType": "System.Object"
- },
- {
- "Name": "GetType",
- "Parameters": [],
- "ReturnType": "System.Type"
- },
- {
- "Name": "ToString",
- "Parameters": [],
- "ReturnType": "System.String"
- },
- {
- "Name": "Equals",
- "Parameters": [
- {
- "Name": "obj",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Boolean"
- },
- {
- "Name": "GetHashCode",
- "Parameters": [],
- "ReturnType": "System.Int32"
- }
- ],
- "Constructors": [
- {
- "Name": "",
- "Parameters": [],
- "ReturnType": null
- }
- ]
+ }
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
@@ -9223,21 +5131,8 @@
"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]"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "Clear",
- "Parameters": [],
- "ReturnType": "System.Void"
- }
- ],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ }
+ },
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -9247,8 +5142,7 @@
}
]
}
- ],
- "AliasList": []
+ ]
},
{
"VerbName": "Remove",
@@ -9257,7 +5151,6 @@
"ClassName": "Microsoft.Azure.Commands.Dns.RemoveAzureDnsRecordSet",
"SupportsShouldProcess": true,
"ConfirmImpact": 2,
- "HasForceSwitch": true,
"SupportsPaging": false,
"DefaultParameterSetName": "__AllParameterSets",
"OutputTypes": [
@@ -9265,12 +5158,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ParameterSets": [
"__AllParameterSets"
@@ -9280,164 +5168,42 @@
"Parameters": [
{
"Name": "Name",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
{
"Name": "RecordType",
- "AliasList": [],
"Type": {
"Namespace": "Microsoft.Azure.Management.Dns.Models",
"Name": "Microsoft.Azure.Management.Dns.Models.RecordType",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Dns.Models.RecordType, Microsoft.Azure.Management.Dns, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "Equals",
- "Parameters": [
- {
- "Name": "obj",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Boolean"
- },
- {
- "Name": "HasFlag",
- "Parameters": [
- {
- "Name": "flag",
- "Type": "System.Enum"
- }
- ],
- "ReturnType": "System.Boolean"
- },
- {
- "Name": "GetHashCode",
- "Parameters": [],
- "ReturnType": "System.Int32"
- },
- {
- "Name": "ToString",
- "Parameters": [],
- "ReturnType": "System.String"
- },
- {
- "Name": "CompareTo",
- "Parameters": [
- {
- "Name": "target",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Int32"
- },
- {
- "Name": "ToString",
- "Parameters": [
- {
- "Name": "format",
- "Type": "System.String"
- },
- {
- "Name": "provider",
- "Type": "System.IFormatProvider"
- }
- ],
- "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": "GetTypeCode",
- "Parameters": [],
- "ReturnType": "System.TypeCode"
- },
- {
- "Name": "GetType",
- "Parameters": [],
- "ReturnType": "System.Type"
- }
- ],
- "Constructors": []
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Dns.Models.RecordType, Microsoft.Azure.Management.Dns, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
{
"Name": "ZoneName",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
{
"Name": "ResourceGroupName",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
{
"Name": "Zone",
- "AliasList": [],
"Type": {
"Namespace": "Microsoft.Azure.Commands.Dns",
"Name": "Microsoft.Azure.Commands.Dns.DnsZone",
@@ -9453,52 +5219,12 @@
"Name": "System.String",
"ResourceGroupName": "System.String",
"Etag": "System.String"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "GetType",
- "Parameters": [],
- "ReturnType": "System.Type"
- },
- {
- "Name": "ToString",
- "Parameters": [],
- "ReturnType": "System.String"
- },
- {
- "Name": "Equals",
- "Parameters": [
- {
- "Name": "obj",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Boolean"
- },
- {
- "Name": "GetHashCode",
- "Parameters": [],
- "ReturnType": "System.Int32"
- }
- ],
- "Constructors": [
- {
- "Name": "",
- "Parameters": [],
- "ReturnType": null
- }
- ]
+ }
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
{
"Name": "RecordSet",
- "AliasList": [],
"Type": {
"Namespace": "Microsoft.Azure.Commands.Dns",
"Name": "Microsoft.Azure.Commands.Dns.DnsRecordSet",
@@ -9515,88 +5241,26 @@
"TargetResourceId": "System.String",
"ProvisioningState": "System.String",
"Ttl": "System.UInt32"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "Clone",
- "Parameters": [],
- "ReturnType": "System.Object"
- },
- {
- "Name": "GetType",
- "Parameters": [],
- "ReturnType": "System.Type"
- },
- {
- "Name": "ToString",
- "Parameters": [],
- "ReturnType": "System.String"
- },
- {
- "Name": "Equals",
- "Parameters": [
- {
- "Name": "obj",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Boolean"
- },
- {
- "Name": "GetHashCode",
- "Parameters": [],
- "ReturnType": "System.Int32"
- }
- ],
- "Constructors": [
- {
- "Name": "",
- "Parameters": [],
- "ReturnType": null
- }
- ]
+ }
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
{
"Name": "Overwrite",
- "AliasList": [],
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
{
"Name": "PassThru",
- "AliasList": [],
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
{
@@ -9615,21 +5279,8 @@
"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]"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "Clear",
- "Parameters": [],
- "ReturnType": "System.Void"
- }
- ],
- "Constructors": []
+ }
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
}
],
@@ -9640,20 +5291,11 @@
{
"ParameterMetadata": {
"Name": "Name",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
@@ -9664,105 +5306,11 @@
{
"ParameterMetadata": {
"Name": "RecordType",
- "AliasList": [],
"Type": {
"Namespace": "Microsoft.Azure.Management.Dns.Models",
"Name": "Microsoft.Azure.Management.Dns.Models.RecordType",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Dns.Models.RecordType, Microsoft.Azure.Management.Dns, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "Equals",
- "Parameters": [
- {
- "Name": "obj",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Boolean"
- },
- {
- "Name": "HasFlag",
- "Parameters": [
- {
- "Name": "flag",
- "Type": "System.Enum"
- }
- ],
- "ReturnType": "System.Boolean"
- },
- {
- "Name": "GetHashCode",
- "Parameters": [],
- "ReturnType": "System.Int32"
- },
- {
- "Name": "ToString",
- "Parameters": [],
- "ReturnType": "System.String"
- },
- {
- "Name": "CompareTo",
- "Parameters": [
- {
- "Name": "target",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Int32"
- },
- {
- "Name": "ToString",
- "Parameters": [
- {
- "Name": "format",
- "Type": "System.String"
- },
- {
- "Name": "provider",
- "Type": "System.IFormatProvider"
- }
- ],
- "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": "GetTypeCode",
- "Parameters": [],
- "ReturnType": "System.TypeCode"
- },
- {
- "Name": "GetType",
- "Parameters": [],
- "ReturnType": "System.Type"
- }
- ],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Dns.Models.RecordType, Microsoft.Azure.Management.Dns, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
@@ -9773,20 +5321,11 @@
{
"ParameterMetadata": {
"Name": "ZoneName",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
@@ -9797,20 +5336,11 @@
{
"ParameterMetadata": {
"Name": "ResourceGroupName",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
@@ -9821,20 +5351,11 @@
{
"ParameterMetadata": {
"Name": "PassThru",
- "AliasList": [],
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -9859,21 +5380,8 @@
"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]"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "Clear",
- "Parameters": [],
- "ReturnType": "System.Void"
- }
- ],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ }
+ },
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -9889,20 +5397,11 @@
{
"ParameterMetadata": {
"Name": "Name",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
@@ -9913,105 +5412,11 @@
{
"ParameterMetadata": {
"Name": "RecordType",
- "AliasList": [],
"Type": {
"Namespace": "Microsoft.Azure.Management.Dns.Models",
"Name": "Microsoft.Azure.Management.Dns.Models.RecordType",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Dns.Models.RecordType, Microsoft.Azure.Management.Dns, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "Equals",
- "Parameters": [
- {
- "Name": "obj",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Boolean"
- },
- {
- "Name": "HasFlag",
- "Parameters": [
- {
- "Name": "flag",
- "Type": "System.Enum"
- }
- ],
- "ReturnType": "System.Boolean"
- },
- {
- "Name": "GetHashCode",
- "Parameters": [],
- "ReturnType": "System.Int32"
- },
- {
- "Name": "ToString",
- "Parameters": [],
- "ReturnType": "System.String"
- },
- {
- "Name": "CompareTo",
- "Parameters": [
- {
- "Name": "target",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Int32"
- },
- {
- "Name": "ToString",
- "Parameters": [
- {
- "Name": "format",
- "Type": "System.String"
- },
- {
- "Name": "provider",
- "Type": "System.IFormatProvider"
- }
- ],
- "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": "GetTypeCode",
- "Parameters": [],
- "ReturnType": "System.TypeCode"
- },
- {
- "Name": "GetType",
- "Parameters": [],
- "ReturnType": "System.Type"
- }
- ],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Dns.Models.RecordType, Microsoft.Azure.Management.Dns, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
@@ -10022,7 +5427,6 @@
{
"ParameterMetadata": {
"Name": "Zone",
- "AliasList": [],
"Type": {
"Namespace": "Microsoft.Azure.Commands.Dns",
"Name": "Microsoft.Azure.Commands.Dns.DnsZone",
@@ -10038,47 +5442,8 @@
"Name": "System.String",
"ResourceGroupName": "System.String",
"Etag": "System.String"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "GetType",
- "Parameters": [],
- "ReturnType": "System.Type"
- },
- {
- "Name": "ToString",
- "Parameters": [],
- "ReturnType": "System.String"
- },
- {
- "Name": "Equals",
- "Parameters": [
- {
- "Name": "obj",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Boolean"
- },
- {
- "Name": "GetHashCode",
- "Parameters": [],
- "ReturnType": "System.Int32"
- }
- ],
- "Constructors": [
- {
- "Name": "",
- "Parameters": [],
- "ReturnType": null
- }
- ]
+ }
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
@@ -10089,20 +5454,11 @@
{
"ParameterMetadata": {
"Name": "PassThru",
- "AliasList": [],
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -10127,21 +5483,8 @@
"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]"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "Clear",
- "Parameters": [],
- "ReturnType": "System.Void"
- }
- ],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ }
+ },
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -10157,7 +5500,6 @@
{
"ParameterMetadata": {
"Name": "RecordSet",
- "AliasList": [],
"Type": {
"Namespace": "Microsoft.Azure.Commands.Dns",
"Name": "Microsoft.Azure.Commands.Dns.DnsRecordSet",
@@ -10174,52 +5516,8 @@
"TargetResourceId": "System.String",
"ProvisioningState": "System.String",
"Ttl": "System.UInt32"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "Clone",
- "Parameters": [],
- "ReturnType": "System.Object"
- },
- {
- "Name": "GetType",
- "Parameters": [],
- "ReturnType": "System.Type"
- },
- {
- "Name": "ToString",
- "Parameters": [],
- "ReturnType": "System.String"
- },
- {
- "Name": "Equals",
- "Parameters": [
- {
- "Name": "obj",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Boolean"
- },
- {
- "Name": "GetHashCode",
- "Parameters": [],
- "ReturnType": "System.Int32"
- }
- ],
- "Constructors": [
- {
- "Name": "",
- "Parameters": [],
- "ReturnType": null
- }
- ]
+ }
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
@@ -10230,20 +5528,11 @@
{
"ParameterMetadata": {
"Name": "Overwrite",
- "AliasList": [],
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -10254,20 +5543,11 @@
{
"ParameterMetadata": {
"Name": "PassThru",
- "AliasList": [],
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -10292,21 +5572,8 @@
"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]"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "Clear",
- "Parameters": [],
- "ReturnType": "System.Void"
- }
- ],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ }
+ },
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -10322,20 +5589,11 @@
{
"ParameterMetadata": {
"Name": "PassThru",
- "AliasList": [],
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -10360,21 +5618,8 @@
"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]"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "Clear",
- "Parameters": [],
- "ReturnType": "System.Void"
- }
- ],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ }
+ },
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -10384,8 +5629,7 @@
}
]
}
- ],
- "AliasList": []
+ ]
},
{
"VerbName": "Remove",
@@ -10394,7 +5638,6 @@
"ClassName": "Microsoft.Azure.Commands.Dns.RemoveAzureDnsZone",
"SupportsShouldProcess": true,
"ConfirmImpact": 2,
- "HasForceSwitch": true,
"SupportsPaging": false,
"DefaultParameterSetName": "__AllParameterSets",
"OutputTypes": [
@@ -10402,12 +5645,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ParameterSets": [
"__AllParameterSets"
@@ -10417,43 +5655,24 @@
"Parameters": [
{
"Name": "Name",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
{
"Name": "ResourceGroupName",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
{
"Name": "Zone",
- "AliasList": [],
"Type": {
"Namespace": "Microsoft.Azure.Commands.Dns",
"Name": "Microsoft.Azure.Commands.Dns.DnsZone",
@@ -10469,83 +5688,26 @@
"Name": "System.String",
"ResourceGroupName": "System.String",
"Etag": "System.String"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "GetType",
- "Parameters": [],
- "ReturnType": "System.Type"
- },
- {
- "Name": "ToString",
- "Parameters": [],
- "ReturnType": "System.String"
- },
- {
- "Name": "Equals",
- "Parameters": [
- {
- "Name": "obj",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Boolean"
- },
- {
- "Name": "GetHashCode",
- "Parameters": [],
- "ReturnType": "System.Int32"
- }
- ],
- "Constructors": [
- {
- "Name": "",
- "Parameters": [],
- "ReturnType": null
- }
- ]
+ }
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
{
"Name": "Overwrite",
- "AliasList": [],
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
{
"Name": "PassThru",
- "AliasList": [],
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
{
@@ -10564,21 +5726,8 @@
"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]"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "Clear",
- "Parameters": [],
- "ReturnType": "System.Void"
- }
- ],
- "Constructors": []
+ }
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
}
],
@@ -10589,20 +5738,11 @@
{
"ParameterMetadata": {
"Name": "Name",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
@@ -10613,20 +5753,11 @@
{
"ParameterMetadata": {
"Name": "ResourceGroupName",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
@@ -10637,20 +5768,11 @@
{
"ParameterMetadata": {
"Name": "PassThru",
- "AliasList": [],
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -10675,21 +5797,8 @@
"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]"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "Clear",
- "Parameters": [],
- "ReturnType": "System.Void"
- }
- ],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ }
+ },
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -10705,7 +5814,6 @@
{
"ParameterMetadata": {
"Name": "Zone",
- "AliasList": [],
"Type": {
"Namespace": "Microsoft.Azure.Commands.Dns",
"Name": "Microsoft.Azure.Commands.Dns.DnsZone",
@@ -10721,47 +5829,8 @@
"Name": "System.String",
"ResourceGroupName": "System.String",
"Etag": "System.String"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "GetType",
- "Parameters": [],
- "ReturnType": "System.Type"
- },
- {
- "Name": "ToString",
- "Parameters": [],
- "ReturnType": "System.String"
- },
- {
- "Name": "Equals",
- "Parameters": [
- {
- "Name": "obj",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Boolean"
- },
- {
- "Name": "GetHashCode",
- "Parameters": [],
- "ReturnType": "System.Int32"
- }
- ],
- "Constructors": [
- {
- "Name": "",
- "Parameters": [],
- "ReturnType": null
- }
- ]
+ }
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
@@ -10772,20 +5841,11 @@
{
"ParameterMetadata": {
"Name": "Overwrite",
- "AliasList": [],
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -10796,20 +5856,11 @@
{
"ParameterMetadata": {
"Name": "PassThru",
- "AliasList": [],
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -10834,21 +5885,8 @@
"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]"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "Clear",
- "Parameters": [],
- "ReturnType": "System.Void"
- }
- ],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ }
+ },
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -10864,20 +5902,11 @@
{
"ParameterMetadata": {
"Name": "PassThru",
- "AliasList": [],
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -10902,21 +5931,8 @@
"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]"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "Clear",
- "Parameters": [],
- "ReturnType": "System.Void"
- }
- ],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ }
+ },
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -10926,8 +5942,7 @@
}
]
}
- ],
- "AliasList": []
+ ]
},
{
"VerbName": "Set",
@@ -10936,7 +5951,6 @@
"ClassName": "Microsoft.Azure.Commands.Dns.SetAzureDnsRecordSet",
"SupportsShouldProcess": true,
"ConfirmImpact": 2,
- "HasForceSwitch": true,
"SupportsPaging": false,
"DefaultParameterSetName": "__AllParameterSets",
"OutputTypes": [
@@ -10958,22 +5972,17 @@
"ProvisioningState": "System.String",
"Ttl": "System.UInt32"
},
- "ElementType": null,
- "GenericTypeArguments": [],
"Methods": [
{
"Name": "Clone",
- "Parameters": [],
"ReturnType": "System.Object"
},
{
"Name": "GetType",
- "Parameters": [],
"ReturnType": "System.Type"
},
{
"Name": "ToString",
- "Parameters": [],
"ReturnType": "System.String"
},
{
@@ -10988,15 +5997,12 @@
},
{
"Name": "GetHashCode",
- "Parameters": [],
"ReturnType": "System.Int32"
}
],
"Constructors": [
{
- "Name": "",
- "Parameters": [],
- "ReturnType": null
+ "Name": ""
}
]
},
@@ -11008,7 +6014,6 @@
"Parameters": [
{
"Name": "RecordSet",
- "AliasList": [],
"Type": {
"Namespace": "Microsoft.Azure.Commands.Dns",
"Name": "Microsoft.Azure.Commands.Dns.DnsRecordSet",
@@ -11025,70 +6030,17 @@
"TargetResourceId": "System.String",
"ProvisioningState": "System.String",
"Ttl": "System.UInt32"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "Clone",
- "Parameters": [],
- "ReturnType": "System.Object"
- },
- {
- "Name": "GetType",
- "Parameters": [],
- "ReturnType": "System.Type"
- },
- {
- "Name": "ToString",
- "Parameters": [],
- "ReturnType": "System.String"
- },
- {
- "Name": "Equals",
- "Parameters": [
- {
- "Name": "obj",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Boolean"
- },
- {
- "Name": "GetHashCode",
- "Parameters": [],
- "ReturnType": "System.Int32"
- }
- ],
- "Constructors": [
- {
- "Name": "",
- "Parameters": [],
- "ReturnType": null
- }
- ]
+ }
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
{
"Name": "Overwrite",
- "AliasList": [],
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
{
@@ -11107,21 +6059,8 @@
"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]"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "Clear",
- "Parameters": [],
- "ReturnType": "System.Void"
- }
- ],
- "Constructors": []
+ }
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
}
],
@@ -11132,7 +6071,6 @@
{
"ParameterMetadata": {
"Name": "RecordSet",
- "AliasList": [],
"Type": {
"Namespace": "Microsoft.Azure.Commands.Dns",
"Name": "Microsoft.Azure.Commands.Dns.DnsRecordSet",
@@ -11149,52 +6087,8 @@
"TargetResourceId": "System.String",
"ProvisioningState": "System.String",
"Ttl": "System.UInt32"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "Clone",
- "Parameters": [],
- "ReturnType": "System.Object"
- },
- {
- "Name": "GetType",
- "Parameters": [],
- "ReturnType": "System.Type"
- },
- {
- "Name": "ToString",
- "Parameters": [],
- "ReturnType": "System.String"
- },
- {
- "Name": "Equals",
- "Parameters": [
- {
- "Name": "obj",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Boolean"
- },
- {
- "Name": "GetHashCode",
- "Parameters": [],
- "ReturnType": "System.Int32"
- }
- ],
- "Constructors": [
- {
- "Name": "",
- "Parameters": [],
- "ReturnType": null
- }
- ]
+ }
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
@@ -11219,21 +6113,8 @@
"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]"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "Clear",
- "Parameters": [],
- "ReturnType": "System.Void"
- }
- ],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ }
+ },
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -11249,20 +6130,11 @@
{
"ParameterMetadata": {
"Name": "Overwrite",
- "AliasList": [],
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -11273,7 +6145,6 @@
{
"ParameterMetadata": {
"Name": "RecordSet",
- "AliasList": [],
"Type": {
"Namespace": "Microsoft.Azure.Commands.Dns",
"Name": "Microsoft.Azure.Commands.Dns.DnsRecordSet",
@@ -11290,52 +6161,8 @@
"TargetResourceId": "System.String",
"ProvisioningState": "System.String",
"Ttl": "System.UInt32"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "Clone",
- "Parameters": [],
- "ReturnType": "System.Object"
- },
- {
- "Name": "GetType",
- "Parameters": [],
- "ReturnType": "System.Type"
- },
- {
- "Name": "ToString",
- "Parameters": [],
- "ReturnType": "System.String"
- },
- {
- "Name": "Equals",
- "Parameters": [
- {
- "Name": "obj",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Boolean"
- },
- {
- "Name": "GetHashCode",
- "Parameters": [],
- "ReturnType": "System.Int32"
- }
- ],
- "Constructors": [
- {
- "Name": "",
- "Parameters": [],
- "ReturnType": null
- }
- ]
+ }
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
@@ -11360,21 +6187,8 @@
"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]"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "Clear",
- "Parameters": [],
- "ReturnType": "System.Void"
- }
- ],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ }
+ },
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -11384,8 +6198,7 @@
}
]
}
- ],
- "AliasList": []
+ ]
},
{
"VerbName": "Set",
@@ -11394,7 +6207,6 @@
"ClassName": "Microsoft.Azure.Commands.Dns.SetAzureDnsZone",
"SupportsShouldProcess": true,
"ConfirmImpact": 2,
- "HasForceSwitch": true,
"SupportsPaging": false,
"DefaultParameterSetName": "Fields",
"OutputTypes": [
@@ -11415,17 +6227,13 @@
"ResourceGroupName": "System.String",
"Etag": "System.String"
},
- "ElementType": null,
- "GenericTypeArguments": [],
"Methods": [
{
"Name": "GetType",
- "Parameters": [],
"ReturnType": "System.Type"
},
{
"Name": "ToString",
- "Parameters": [],
"ReturnType": "System.String"
},
{
@@ -11440,15 +6248,12 @@
},
{
"Name": "GetHashCode",
- "Parameters": [],
"ReturnType": "System.Int32"
}
],
"Constructors": [
{
- "Name": "",
- "Parameters": [],
- "ReturnType": null
+ "Name": ""
}
]
},
@@ -11460,38 +6265,20 @@
"Parameters": [
{
"Name": "Name",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
{
"Name": "ResourceGroupName",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
{
@@ -11502,101 +6289,60 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
{
"Name": "RegistrationVirtualNetworkId",
- "AliasList": [],
"Type": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.List`1[System.String]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.String"
- ],
- "Methods": [],
- "Constructors": []
+ ]
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
{
"Name": "ResolutionVirtualNetworkId",
- "AliasList": [],
"Type": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.List`1[System.String]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.String"
- ],
- "Methods": [],
- "Constructors": []
+ ]
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
{
"Name": "RegistrationVirtualNetwork",
- "AliasList": [],
"Type": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Internal.Network.Common.IResourceReference]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Internal.Network.Common.IResourceReference, Microsoft.Azure.PowerShell.Clients.Network, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Internal.Network.Common.IResourceReference, Microsoft.Azure.PowerShell.Clients.Network, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Internal.Network.Common.IResourceReference"
- ],
- "Methods": [],
- "Constructors": []
+ ]
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
{
"Name": "ResolutionVirtualNetwork",
- "AliasList": [],
"Type": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Internal.Network.Common.IResourceReference]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Internal.Network.Common.IResourceReference, Microsoft.Azure.PowerShell.Clients.Network, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Internal.Network.Common.IResourceReference, Microsoft.Azure.PowerShell.Clients.Network, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Internal.Network.Common.IResourceReference"
- ],
- "Methods": [],
- "Constructors": []
+ ]
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
{
"Name": "Zone",
- "AliasList": [],
"Type": {
"Namespace": "Microsoft.Azure.Commands.Dns",
"Name": "Microsoft.Azure.Commands.Dns.DnsZone",
@@ -11612,65 +6358,17 @@
"Name": "System.String",
"ResourceGroupName": "System.String",
"Etag": "System.String"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "GetType",
- "Parameters": [],
- "ReturnType": "System.Type"
- },
- {
- "Name": "ToString",
- "Parameters": [],
- "ReturnType": "System.String"
- },
- {
- "Name": "Equals",
- "Parameters": [
- {
- "Name": "obj",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Boolean"
- },
- {
- "Name": "GetHashCode",
- "Parameters": [],
- "ReturnType": "System.Int32"
- }
- ],
- "Constructors": [
- {
- "Name": "",
- "Parameters": [],
- "ReturnType": null
- }
- ]
+ }
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
{
"Name": "Overwrite",
- "AliasList": [],
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
{
@@ -11689,21 +6387,8 @@
"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]"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "Clear",
- "Parameters": [],
- "ReturnType": "System.Void"
- }
- ],
- "Constructors": []
+ }
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
}
],
@@ -11714,20 +6399,11 @@
{
"ParameterMetadata": {
"Name": "Name",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
@@ -11738,20 +6414,11 @@
{
"ParameterMetadata": {
"Name": "ResourceGroupName",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
@@ -11768,16 +6435,8 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -11788,22 +6447,14 @@
{
"ParameterMetadata": {
"Name": "RegistrationVirtualNetworkId",
- "AliasList": [],
"Type": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.List`1[System.String]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.String"
- ],
- "Methods": [],
- "Constructors": []
+ ]
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -11814,22 +6465,14 @@
{
"ParameterMetadata": {
"Name": "ResolutionVirtualNetworkId",
- "AliasList": [],
"Type": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.List`1[System.String]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.String"
- ],
- "Methods": [],
- "Constructors": []
+ ]
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -11854,21 +6497,8 @@
"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]"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "Clear",
- "Parameters": [],
- "ReturnType": "System.Void"
- }
- ],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ }
+ },
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -11884,20 +6514,11 @@
{
"ParameterMetadata": {
"Name": "Name",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
@@ -11908,20 +6529,11 @@
{
"ParameterMetadata": {
"Name": "ResourceGroupName",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
@@ -11938,16 +6550,8 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -11958,22 +6562,14 @@
{
"ParameterMetadata": {
"Name": "RegistrationVirtualNetwork",
- "AliasList": [],
"Type": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Internal.Network.Common.IResourceReference]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Internal.Network.Common.IResourceReference, Microsoft.Azure.PowerShell.Clients.Network, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Internal.Network.Common.IResourceReference, Microsoft.Azure.PowerShell.Clients.Network, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Internal.Network.Common.IResourceReference"
- ],
- "Methods": [],
- "Constructors": []
+ ]
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -11984,22 +6580,14 @@
{
"ParameterMetadata": {
"Name": "ResolutionVirtualNetwork",
- "AliasList": [],
"Type": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Internal.Network.Common.IResourceReference]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Internal.Network.Common.IResourceReference, Microsoft.Azure.PowerShell.Clients.Network, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Internal.Network.Common.IResourceReference, Microsoft.Azure.PowerShell.Clients.Network, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Internal.Network.Common.IResourceReference"
- ],
- "Methods": [],
- "Constructors": []
+ ]
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -12024,21 +6612,8 @@
"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]"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "Clear",
- "Parameters": [],
- "ReturnType": "System.Void"
- }
- ],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ }
+ },
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -12054,7 +6629,6 @@
{
"ParameterMetadata": {
"Name": "Zone",
- "AliasList": [],
"Type": {
"Namespace": "Microsoft.Azure.Commands.Dns",
"Name": "Microsoft.Azure.Commands.Dns.DnsZone",
@@ -12070,47 +6644,8 @@
"Name": "System.String",
"ResourceGroupName": "System.String",
"Etag": "System.String"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "GetType",
- "Parameters": [],
- "ReturnType": "System.Type"
- },
- {
- "Name": "ToString",
- "Parameters": [],
- "ReturnType": "System.String"
- },
- {
- "Name": "Equals",
- "Parameters": [
- {
- "Name": "obj",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Boolean"
- },
- {
- "Name": "GetHashCode",
- "Parameters": [],
- "ReturnType": "System.Int32"
- }
- ],
- "Constructors": [
- {
- "Name": "",
- "Parameters": [],
- "ReturnType": null
- }
- ]
+ }
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
@@ -12121,20 +6656,11 @@
{
"ParameterMetadata": {
"Name": "Overwrite",
- "AliasList": [],
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -12159,21 +6685,8 @@
"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]"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "Clear",
- "Parameters": [],
- "ReturnType": "System.Void"
- }
- ],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ }
+ },
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -12203,21 +6716,8 @@
"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]"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "Clear",
- "Parameters": [],
- "ReturnType": "System.Void"
- }
- ],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
+ }
+ },
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -12227,158 +6727,56 @@
}
]
}
- ],
- "AliasList": []
+ ]
}
],
"TypeDictionary": {
"System.String": {
- "Namespace": null,
- "Name": "System.String",
- "AssemblyQualifiedName": null,
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "Name": "System.String"
},
"System.Boolean": {
- "Namespace": null,
- "Name": "System.Boolean",
- "AssemblyQualifiedName": null,
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "Name": "System.Boolean"
},
"System.Byte": {
- "Namespace": null,
- "Name": "System.Byte",
- "AssemblyQualifiedName": null,
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "Name": "System.Byte"
},
"System.SByte": {
- "Namespace": null,
- "Name": "System.SByte",
- "AssemblyQualifiedName": null,
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "Name": "System.SByte"
},
"System.Int16": {
- "Namespace": null,
- "Name": "System.Int16",
- "AssemblyQualifiedName": null,
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "Name": "System.Int16"
},
"System.UInt16": {
- "Namespace": null,
- "Name": "System.UInt16",
- "AssemblyQualifiedName": null,
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "Name": "System.UInt16"
},
"System.Int32": {
- "Namespace": null,
- "Name": "System.Int32",
- "AssemblyQualifiedName": null,
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "Name": "System.Int32"
},
"System.UInt32": {
- "Namespace": null,
- "Name": "System.UInt32",
- "AssemblyQualifiedName": null,
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "Name": "System.UInt32"
},
"System.Int64": {
- "Namespace": null,
- "Name": "System.Int64",
- "AssemblyQualifiedName": null,
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "Name": "System.Int64"
},
"System.UInt64": {
- "Namespace": null,
- "Name": "System.UInt64",
- "AssemblyQualifiedName": null,
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "Name": "System.UInt64"
},
"System.Single": {
- "Namespace": null,
- "Name": "System.Single",
- "AssemblyQualifiedName": null,
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "Name": "System.Single"
},
"System.Double": {
- "Namespace": null,
- "Name": "System.Double",
- "AssemblyQualifiedName": null,
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "Name": "System.Double"
},
"System.Decimal": {
- "Namespace": null,
- "Name": "System.Decimal",
- "AssemblyQualifiedName": null,
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "Name": "System.Decimal"
},
"System.Char": {
- "Namespace": null,
- "Name": "System.Char",
- "AssemblyQualifiedName": null,
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "Name": "System.Char"
},
"Microsoft.Azure.Management.Dns.Models.RecordType": {
"Namespace": "Microsoft.Azure.Management.Dns.Models",
"Name": "Microsoft.Azure.Management.Dns.Models.RecordType",
"AssemblyQualifiedName": "Microsoft.Azure.Management.Dns.Models.RecordType, Microsoft.Azure.Management.Dns, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
"Methods": [
{
"Name": "Equals",
@@ -12402,12 +6800,10 @@
},
{
"Name": "GetHashCode",
- "Parameters": [],
"ReturnType": "System.Int32"
},
{
"Name": "ToString",
- "Parameters": [],
"ReturnType": "System.String"
},
{
@@ -12456,70 +6852,47 @@
},
{
"Name": "GetTypeCode",
- "Parameters": [],
"ReturnType": "System.TypeCode"
},
{
"Name": "GetType",
- "Parameters": [],
"ReturnType": "System.Type"
}
- ],
- "Constructors": []
+ ]
},
"System.TypeCode": {
"Namespace": "System",
"Name": "System.TypeCode",
- "AssemblyQualifiedName": "System.TypeCode, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.TypeCode, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"System.Type": {
"Namespace": "System",
"Name": "System.Type",
- "AssemblyQualifiedName": "System.Type, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Type, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"System.Collections.Generic.List`1[Microsoft.Azure.Commands.Dns.DnsRecordBase]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Dns.DnsRecordBase]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Dns.DnsRecordBase, Microsoft.Azure.PowerShell.Cmdlets.Dns, Version=1.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Dns.DnsRecordBase, Microsoft.Azure.PowerShell.Cmdlets.Dns, Version=1.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Dns.DnsRecordBase"
- ],
- "Methods": [],
- "Constructors": []
+ ]
},
"Microsoft.Azure.Commands.Dns.DnsRecordBase": {
"Namespace": "Microsoft.Azure.Commands.Dns",
"Name": "Microsoft.Azure.Commands.Dns.DnsRecordBase",
"AssemblyQualifiedName": "Microsoft.Azure.Commands.Dns.DnsRecordBase, Microsoft.Azure.PowerShell.Cmdlets.Dns, Version=1.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
"Methods": [
{
"Name": "Clone",
- "Parameters": [],
"ReturnType": "System.Object"
},
{
"Name": "GetType",
- "Parameters": [],
"ReturnType": "System.Type"
},
{
"Name": "ToString",
- "Parameters": [],
"ReturnType": "System.String"
},
{
@@ -12534,31 +6907,19 @@
},
{
"Name": "GetHashCode",
- "Parameters": [],
"ReturnType": "System.Int32"
}
- ],
- "Constructors": []
+ ]
},
"System.Object": {
"Namespace": "System",
"Name": "System.Object",
- "AssemblyQualifiedName": "System.Object, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Object, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"System.Collections.Hashtable": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext": {
"Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions",
@@ -12571,11 +6932,7 @@
"Tenant": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTenant",
"TokenCache": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTokenCache",
"VersionProfile": "System.String"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ }
},
"Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount": {
"Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions",
@@ -12586,24 +6943,16 @@
"Id": "System.String",
"Credential": "System.String",
"Type": "System.String"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ }
},
"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=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
+ "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.String",
"System.String"
- ],
- "Methods": [],
- "Constructors": []
+ ]
},
"Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment": {
"Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions",
@@ -12633,23 +6982,15 @@
"ServiceManagementUrl": "System.String",
"StorageEndpointSuffix": "System.String",
"ContainerRegistryEndpointSuffix": "System.String"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ }
},
"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=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.String"
- ],
- "Methods": [],
- "Constructors": []
+ ]
},
"Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription": {
"Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions",
@@ -12659,11 +7000,7 @@
"Id": "System.String",
"Name": "System.String",
"State": "System.String"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ }
},
"Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTenant": {
"Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions",
@@ -12671,11 +7008,7 @@
"AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTenant, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ }
},
"Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTokenCache": {
"Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions",
@@ -12684,104 +7017,68 @@
"Properties": {
"CacheData": "System.Byte[]"
},
- "ElementType": null,
- "GenericTypeArguments": [],
"Methods": [
{
"Name": "Clear",
- "Parameters": [],
"ReturnType": "System.Void"
}
- ],
- "Constructors": []
+ ]
},
"System.Byte[]": {
"Namespace": "System",
"Name": "System.Byte[]",
- "AssemblyQualifiedName": "System.Byte[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": "System.Byte",
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Byte[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.Byte"
},
"System.Void": {
"Namespace": "System",
"Name": "System.Void",
- "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"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]",
- "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
+ "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount"
- ],
- "Methods": [],
- "Constructors": []
+ ]
},
"System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
+ "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment"
- ],
- "Methods": [],
- "Constructors": []
+ ]
},
"System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]",
- "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
+ "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription"
- ],
- "Methods": [],
- "Constructors": []
+ ]
},
"System.Collections.Generic.List`1[System.String]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.List`1[System.String]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.String"
- ],
- "Methods": [],
- "Constructors": []
+ ]
},
"System.Nullable`1[Microsoft.Azure.Management.Dns.Models.ZoneType]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Dns.Models.ZoneType]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Dns.Models.ZoneType, Microsoft.Azure.Management.Dns, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Dns.Models.ZoneType, Microsoft.Azure.Management.Dns, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Dns.Models.ZoneType"
- ],
- "Methods": [],
- "Constructors": []
+ ]
},
"Microsoft.Azure.Management.Dns.Models.ZoneType": {
"Namespace": "Microsoft.Azure.Management.Dns.Models",
"Name": "Microsoft.Azure.Management.Dns.Models.ZoneType",
"AssemblyQualifiedName": "Microsoft.Azure.Management.Dns.Models.ZoneType, Microsoft.Azure.Management.Dns, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
"Methods": [
{
"Name": "Equals",
@@ -12805,12 +7102,10 @@
},
{
"Name": "GetHashCode",
- "Parameters": [],
"ReturnType": "System.Int32"
},
{
"Name": "ToString",
- "Parameters": [],
"ReturnType": "System.String"
},
{
@@ -12859,28 +7154,21 @@
},
{
"Name": "GetTypeCode",
- "Parameters": [],
"ReturnType": "System.TypeCode"
},
{
"Name": "GetType",
- "Parameters": [],
"ReturnType": "System.Type"
}
- ],
- "Constructors": []
+ ]
},
"System.Nullable`1[System.Int64]": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Int64]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Int64"
- ],
- "Methods": [],
- "Constructors": []
+ ]
},
"Microsoft.Azure.Management.Internal.Network.Common.IResourceReference": {
"Namespace": "Microsoft.Azure.Management.Internal.Network.Common",
@@ -12888,11 +7176,7 @@
"AssemblyQualifiedName": "Microsoft.Azure.Management.Internal.Network.Common.IResourceReference, Microsoft.Azure.PowerShell.Clients.Network, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ }
}
}
-}
+}
\ No newline at end of file
diff --git a/tools/Tools.Common/SerializedCmdlets/Az.KeyVault.json b/tools/Tools.Common/SerializedCmdlets/Az.KeyVault.json
index d86010c40702..7b3beb7a3d80 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": "4.10.0",
+ "ModuleVersion": "4.10.1",
"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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOperation, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CancellationRequested": "System.Nullable`1[System.Boolean]",
"Id": "System.String",
@@ -72,7 +72,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -84,7 +84,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificatePolicy, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Ekus": "System.Collections.Generic.List`1[System.String]",
"KeyUsage": "System.Collections.Generic.List`1[System.String]",
@@ -130,7 +130,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -165,7 +165,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -183,7 +183,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -198,7 +198,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificatePolicy, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Ekus": "System.Collections.Generic.List`1[System.String]",
"KeyUsage": "System.Collections.Generic.List`1[System.String]",
@@ -241,7 +241,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -294,7 +294,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateContact, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Email": "System.String",
"VaultName": "System.String"
@@ -340,7 +340,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -349,7 +349,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -383,7 +383,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -392,7 +392,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": true
@@ -437,7 +437,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -452,7 +452,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": true
@@ -514,7 +514,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -554,7 +554,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": true
@@ -616,7 +616,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -631,7 +631,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": true
@@ -693,7 +693,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": true
@@ -762,7 +762,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKey, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ReleasePolicy": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyReleasePolicy",
"Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyAttributes",
@@ -824,7 +824,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -833,7 +833,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -842,7 +842,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -876,7 +876,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"OriginalManagedHsm": "Microsoft.Azure.Management.KeyVault.Models.ManagedHsm",
"Tags": "System.Collections.Hashtable",
@@ -906,7 +906,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -915,7 +915,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -927,7 +927,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -936,7 +936,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -945,7 +945,7 @@
"Type": {
"Namespace": "System.Security",
"Name": "System.Security.SecureString",
- "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -954,7 +954,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateSet": [
"HSM",
@@ -976,7 +976,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -986,7 +986,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.DateTime]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.DateTime"
]
@@ -998,7 +998,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.DateTime]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.DateTime"
]
@@ -1013,7 +1013,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -1022,7 +1022,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Int32"
]
@@ -1034,7 +1034,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -1043,7 +1043,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -1070,7 +1070,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -1114,7 +1114,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -1129,7 +1129,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateSet": [
"HSM",
@@ -1148,7 +1148,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Int32"
]
@@ -1166,7 +1166,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -1181,7 +1181,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -1226,7 +1226,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -1259,7 +1259,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -1289,7 +1289,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -1305,7 +1305,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.DateTime]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.DateTime"
]
@@ -1323,7 +1323,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.DateTime]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.DateTime"
]
@@ -1344,7 +1344,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -1390,7 +1390,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -1405,7 +1405,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -1420,7 +1420,7 @@
"Type": {
"Namespace": "System.Security",
"Name": "System.Security.SecureString",
- "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -1435,7 +1435,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateSet": [
"HSM",
@@ -1454,7 +1454,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -1469,7 +1469,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -1487,7 +1487,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -1517,7 +1517,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -1533,7 +1533,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.DateTime]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.DateTime"
]
@@ -1551,7 +1551,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.DateTime]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.DateTime"
]
@@ -1572,7 +1572,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -1618,7 +1618,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -1633,7 +1633,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Int32"
]
@@ -1651,7 +1651,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -1666,7 +1666,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -1711,7 +1711,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -1744,7 +1744,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -1774,7 +1774,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -1790,7 +1790,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.DateTime]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.DateTime"
]
@@ -1808,7 +1808,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.DateTime]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.DateTime"
]
@@ -1829,7 +1829,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -1875,7 +1875,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -1890,7 +1890,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -1905,7 +1905,7 @@
"Type": {
"Namespace": "System.Security",
"Name": "System.Security.SecureString",
- "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -1923,7 +1923,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -1953,7 +1953,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -1969,7 +1969,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.DateTime]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.DateTime"
]
@@ -1987,7 +1987,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.DateTime]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.DateTime"
]
@@ -2008,7 +2008,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -2054,7 +2054,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -2094,7 +2094,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateSet": [
"HSM",
@@ -2113,7 +2113,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Int32"
]
@@ -2131,7 +2131,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -2146,7 +2146,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -2191,7 +2191,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -2224,7 +2224,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -2254,7 +2254,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -2270,7 +2270,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.DateTime]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.DateTime"
]
@@ -2288,7 +2288,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.DateTime]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.DateTime"
]
@@ -2309,7 +2309,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -2355,7 +2355,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -2395,7 +2395,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -2410,7 +2410,7 @@
"Type": {
"Namespace": "System.Security",
"Name": "System.Security.SecureString",
- "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -2425,7 +2425,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateSet": [
"HSM",
@@ -2444,7 +2444,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -2459,7 +2459,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -2477,7 +2477,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -2507,7 +2507,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -2523,7 +2523,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.DateTime]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.DateTime"
]
@@ -2541,7 +2541,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.DateTime]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.DateTime"
]
@@ -2562,7 +2562,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -2608,7 +2608,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"OriginalManagedHsm": "Microsoft.Azure.Management.KeyVault.Models.ManagedHsm",
"Tags": "System.Collections.Hashtable",
@@ -2644,7 +2644,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Int32"
]
@@ -2662,7 +2662,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -2677,7 +2677,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -2722,7 +2722,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -2755,7 +2755,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -2785,7 +2785,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -2801,7 +2801,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.DateTime]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.DateTime"
]
@@ -2819,7 +2819,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.DateTime]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.DateTime"
]
@@ -2840,7 +2840,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -2886,7 +2886,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"OriginalManagedHsm": "Microsoft.Azure.Management.KeyVault.Models.ManagedHsm",
"Tags": "System.Collections.Hashtable",
@@ -2922,7 +2922,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -2937,7 +2937,7 @@
"Type": {
"Namespace": "System.Security",
"Name": "System.Security.SecureString",
- "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -2955,7 +2955,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -2985,7 +2985,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -3001,7 +3001,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.DateTime]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.DateTime"
]
@@ -3019,7 +3019,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.DateTime]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.DateTime"
]
@@ -3040,7 +3040,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -3086,7 +3086,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -3101,7 +3101,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateSet": [
"HSM",
@@ -3120,7 +3120,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Int32"
]
@@ -3138,7 +3138,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -3153,7 +3153,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -3198,7 +3198,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -3231,7 +3231,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -3261,7 +3261,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -3277,7 +3277,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.DateTime]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.DateTime"
]
@@ -3295,7 +3295,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.DateTime]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.DateTime"
]
@@ -3316,7 +3316,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -3362,7 +3362,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -3377,7 +3377,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -3392,7 +3392,7 @@
"Type": {
"Namespace": "System.Security",
"Name": "System.Security.SecureString",
- "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -3407,7 +3407,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateSet": [
"HSM",
@@ -3426,7 +3426,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -3441,7 +3441,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -3459,7 +3459,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -3489,7 +3489,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -3505,7 +3505,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.DateTime]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.DateTime"
]
@@ -3523,7 +3523,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.DateTime]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.DateTime"
]
@@ -3544,7 +3544,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -3590,7 +3590,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -3605,7 +3605,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Int32"
]
@@ -3623,7 +3623,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -3638,7 +3638,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -3683,7 +3683,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -3716,7 +3716,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -3746,7 +3746,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -3762,7 +3762,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.DateTime]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.DateTime"
]
@@ -3780,7 +3780,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.DateTime]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.DateTime"
]
@@ -3801,7 +3801,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -3847,7 +3847,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -3862,7 +3862,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -3877,7 +3877,7 @@
"Type": {
"Namespace": "System.Security",
"Name": "System.Security.SecureString",
- "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -3895,7 +3895,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -3925,7 +3925,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -3941,7 +3941,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.DateTime]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.DateTime"
]
@@ -3959,7 +3959,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.DateTime]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.DateTime"
]
@@ -3980,7 +3980,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -4029,7 +4029,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -4059,7 +4059,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -4075,7 +4075,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.DateTime]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.DateTime"
]
@@ -4093,7 +4093,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.DateTime]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.DateTime"
]
@@ -4114,7 +4114,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -4167,7 +4167,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes",
"TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -4224,7 +4224,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -4237,7 +4237,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -4249,7 +4249,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -4258,7 +4258,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -4276,7 +4276,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.TimeSpan]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.TimeSpan, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.TimeSpan, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.TimeSpan"
]
@@ -4300,7 +4300,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -4335,7 +4335,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -4354,7 +4354,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -4372,7 +4372,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -4387,7 +4387,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -4417,7 +4417,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.TimeSpan]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.TimeSpan, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.TimeSpan, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.TimeSpan"
]
@@ -4453,7 +4453,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -4506,7 +4506,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -4586,7 +4586,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -4595,7 +4595,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -4629,7 +4629,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -4638,7 +4638,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -4647,7 +4647,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -4657,7 +4657,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -4696,7 +4696,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
}
@@ -4711,7 +4711,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -4726,7 +4726,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -4741,7 +4741,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -4757,7 +4757,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -4814,7 +4814,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -4834,7 +4834,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -4874,7 +4874,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -4890,7 +4890,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -4947,7 +4947,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -4967,7 +4967,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -4982,7 +4982,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -4998,7 +4998,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -5055,7 +5055,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -5075,7 +5075,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -5091,7 +5091,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -5148,7 +5148,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -5175,7 +5175,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ParameterSets": [
"__AllParameterSets"
@@ -5188,7 +5188,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -5197,7 +5197,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -5206,7 +5206,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -5215,7 +5215,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -5224,7 +5224,7 @@
"Type": {
"Namespace": "System.Security",
"Name": "System.Security.SecureString",
- "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -5233,7 +5233,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"OriginalManagedHsm": "Microsoft.Azure.Management.KeyVault.Models.ManagedHsm",
"Tags": "System.Collections.Hashtable",
@@ -5289,7 +5289,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -5304,7 +5304,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -5319,7 +5319,7 @@
"Type": {
"Namespace": "System.Security",
"Name": "System.Security.SecureString",
- "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -5365,7 +5365,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -5380,7 +5380,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -5395,7 +5395,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -5410,7 +5410,7 @@
"Type": {
"Namespace": "System.Security",
"Name": "System.Security.SecureString",
- "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -5456,7 +5456,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -5471,7 +5471,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"OriginalManagedHsm": "Microsoft.Azure.Management.KeyVault.Models.ManagedHsm",
"Tags": "System.Collections.Hashtable",
@@ -5507,7 +5507,7 @@
"Type": {
"Namespace": "System.Security",
"Name": "System.Security.SecureString",
- "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -5553,7 +5553,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -5568,7 +5568,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -5583,7 +5583,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"OriginalManagedHsm": "Microsoft.Azure.Management.KeyVault.Models.ManagedHsm",
"Tags": "System.Collections.Hashtable",
@@ -5619,7 +5619,7 @@
"Type": {
"Namespace": "System.Security",
"Name": "System.Security.SecureString",
- "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -5665,7 +5665,7 @@
"Type": {
"Namespace": "System.Security",
"Name": "System.Security.SecureString",
- "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -5718,7 +5718,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ParameterSets": [
"__AllParameterSets"
@@ -5731,7 +5731,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -5743,7 +5743,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -5755,7 +5755,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Hashtable",
"Enabled": "System.Nullable`1[System.Boolean]",
@@ -5776,7 +5776,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -5820,7 +5820,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -5838,7 +5838,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -5853,7 +5853,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -5917,7 +5917,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Hashtable",
"Enabled": "System.Nullable`1[System.Boolean]",
@@ -5944,7 +5944,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -6005,7 +6005,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -6073,7 +6073,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ParameterSets": [
"__AllParameterSets"
@@ -6086,7 +6086,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -6095,7 +6095,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -6107,7 +6107,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -6119,7 +6119,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsHsm": "System.Boolean",
"Tags": "System.Collections.Hashtable",
@@ -6143,7 +6143,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -6187,7 +6187,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -6205,7 +6205,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -6220,7 +6220,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -6281,7 +6281,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -6299,7 +6299,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -6314,7 +6314,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -6378,7 +6378,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsHsm": "System.Boolean",
"Tags": "System.Collections.Hashtable",
@@ -6408,7 +6408,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -6469,7 +6469,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -6537,7 +6537,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ParameterSets": [
"__AllParameterSets"
@@ -6550,7 +6550,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -6562,7 +6562,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -6574,7 +6574,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes",
"TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -6595,7 +6595,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -6639,7 +6639,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -6657,7 +6657,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -6672,7 +6672,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -6736,7 +6736,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes",
"TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -6763,7 +6763,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -6824,7 +6824,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -6892,7 +6892,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ParameterSets": [
"__AllParameterSets"
@@ -6905,7 +6905,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -6917,7 +6917,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -6929,7 +6929,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Hashtable",
"Enabled": "System.Nullable`1[System.Boolean]",
@@ -6952,7 +6952,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -6996,7 +6996,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -7014,7 +7014,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -7029,7 +7029,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -7093,7 +7093,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Hashtable",
"Enabled": "System.Nullable`1[System.Boolean]",
@@ -7122,7 +7122,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -7183,7 +7183,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -7251,7 +7251,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ParameterSets": [
"__AllParameterSets"
@@ -7264,7 +7264,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": true
@@ -7274,7 +7274,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -7301,7 +7301,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateRangeMin": 2,
"ValidateRangeMax": 10,
@@ -7315,7 +7315,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -7324,7 +7324,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Hashtable",
"ResourceId": "System.String",
@@ -7361,7 +7361,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
}
@@ -7376,7 +7376,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": true
@@ -7392,7 +7392,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -7437,7 +7437,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateRangeMin": 2,
"ValidateRangeMax": 10,
@@ -7480,7 +7480,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -7503,7 +7503,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -7518,7 +7518,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": true
@@ -7534,7 +7534,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -7579,7 +7579,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateRangeMin": 2,
"ValidateRangeMax": 10,
@@ -7622,7 +7622,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -7642,7 +7642,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Hashtable",
"ResourceId": "System.String",
@@ -7665,7 +7665,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": true
@@ -7681,7 +7681,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -7726,7 +7726,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateRangeMin": 2,
"ValidateRangeMax": 10,
@@ -7769,7 +7769,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -7796,7 +7796,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -7873,7 +7873,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Hashtable",
"ResourceId": "System.String",
@@ -7929,7 +7929,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -7997,7 +7997,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -8006,7 +8006,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -8015,7 +8015,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -8033,7 +8033,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -8062,7 +8062,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
}
@@ -8080,7 +8080,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -8095,7 +8095,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -8110,7 +8110,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -8151,7 +8151,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -8174,7 +8174,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -8189,7 +8189,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -8245,7 +8245,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -8306,7 +8306,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -8352,7 +8352,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -8379,7 +8379,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Hashtable",
"Enabled": "System.Nullable`1[System.Boolean]",
@@ -8430,7 +8430,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificate, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Policy": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificatePolicy",
"Tags": "System.Collections.Hashtable",
@@ -8482,7 +8482,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultCertificate, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Hashtable",
"Enabled": "System.Nullable`1[System.Boolean]",
@@ -8535,7 +8535,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultCertificateIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Hashtable",
"Enabled": "System.Nullable`1[System.Boolean]",
@@ -8591,7 +8591,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -8600,7 +8600,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -8634,7 +8634,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -8646,7 +8646,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -8658,7 +8658,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -8720,7 +8720,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -8738,7 +8738,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -8814,7 +8814,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -8832,7 +8832,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -8850,7 +8850,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -8896,7 +8896,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -8914,7 +8914,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -8975,7 +8975,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -9018,7 +9018,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -9094,7 +9094,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -9137,7 +9137,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -9155,7 +9155,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -9201,7 +9201,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -9244,7 +9244,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -9305,7 +9305,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -9323,7 +9323,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -9399,7 +9399,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -9417,7 +9417,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -9435,7 +9435,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -9481,7 +9481,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -9499,7 +9499,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -9598,7 +9598,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateContact, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Email": "System.String",
"VaultName": "System.String"
@@ -9644,7 +9644,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -9653,7 +9653,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -9687,7 +9687,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -9722,7 +9722,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -9768,7 +9768,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -9839,7 +9839,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -9923,7 +9923,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIssuerIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"IssuerProvider": "System.String",
@@ -9967,7 +9967,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIssuer, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"OrganizationDetails": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOrganizationDetails",
"ApiKey": "System.Security.SecureString",
@@ -10017,7 +10017,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -10026,7 +10026,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -10060,7 +10060,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -10072,7 +10072,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -10107,7 +10107,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -10125,7 +10125,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -10171,7 +10171,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -10214,7 +10214,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -10260,7 +10260,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -10278,7 +10278,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -10327,7 +10327,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -10380,7 +10380,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOperation, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CancellationRequested": "System.Nullable`1[System.Boolean]",
"Id": "System.String",
@@ -10436,7 +10436,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -10448,7 +10448,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -10457,7 +10457,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Hashtable",
"Enabled": "System.Nullable`1[System.Boolean]",
@@ -10504,7 +10504,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -10522,7 +10522,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -10568,7 +10568,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Hashtable",
"Enabled": "System.Nullable`1[System.Boolean]",
@@ -10664,7 +10664,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificatePolicy, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Ekus": "System.Collections.Generic.List`1[System.String]",
"KeyUsage": "System.Collections.Generic.List`1[System.String]",
@@ -10816,7 +10816,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -10828,7 +10828,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -10837,7 +10837,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Hashtable",
"Enabled": "System.Nullable`1[System.Boolean]",
@@ -10884,7 +10884,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -10902,7 +10902,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -10948,7 +10948,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Hashtable",
"Enabled": "System.Nullable`1[System.Boolean]",
@@ -11044,7 +11044,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsHsm": "System.Boolean",
"Tags": "System.Collections.Hashtable",
@@ -11098,7 +11098,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKey, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ReleasePolicy": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyReleasePolicy",
"Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyAttributes",
@@ -11157,7 +11157,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultKeyIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsHsm": "System.Boolean",
"Tags": "System.Collections.Hashtable",
@@ -11213,7 +11213,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultKey, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyAttributes",
"Key": "Microsoft.Azure.KeyVault.WebKey.JsonWebKey",
@@ -11276,7 +11276,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -11285,7 +11285,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -11294,7 +11294,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -11328,7 +11328,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"OriginalManagedHsm": "Microsoft.Azure.Management.KeyVault.Models.ManagedHsm",
"Tags": "System.Collections.Hashtable",
@@ -11358,7 +11358,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -11367,7 +11367,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -11379,7 +11379,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -11391,7 +11391,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -11418,7 +11418,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -11453,7 +11453,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -11471,7 +11471,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -11489,7 +11489,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -11504,7 +11504,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -11550,7 +11550,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -11568,7 +11568,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -11598,7 +11598,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -11644,7 +11644,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -11662,7 +11662,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -11692,7 +11692,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -11738,7 +11738,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -11756,7 +11756,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -11774,7 +11774,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -11789,7 +11789,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -11835,7 +11835,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -11853,7 +11853,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -11883,7 +11883,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -11929,7 +11929,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -11947,7 +11947,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -11977,7 +11977,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -12023,7 +12023,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -12066,7 +12066,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -12096,7 +12096,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -12142,7 +12142,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -12185,7 +12185,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -12203,7 +12203,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -12218,7 +12218,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -12264,7 +12264,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -12307,7 +12307,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -12337,7 +12337,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -12383,7 +12383,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"OriginalManagedHsm": "Microsoft.Azure.Management.KeyVault.Models.ManagedHsm",
"Tags": "System.Collections.Hashtable",
@@ -12422,7 +12422,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -12452,7 +12452,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -12498,7 +12498,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"OriginalManagedHsm": "Microsoft.Azure.Management.KeyVault.Models.ManagedHsm",
"Tags": "System.Collections.Hashtable",
@@ -12537,7 +12537,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -12555,7 +12555,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -12570,7 +12570,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -12616,7 +12616,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"OriginalManagedHsm": "Microsoft.Azure.Management.KeyVault.Models.ManagedHsm",
"Tags": "System.Collections.Hashtable",
@@ -12655,7 +12655,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -12685,7 +12685,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -12731,7 +12731,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -12749,7 +12749,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -12779,7 +12779,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -12825,7 +12825,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -12843,7 +12843,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -12861,7 +12861,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -12876,7 +12876,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -12922,7 +12922,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -12940,7 +12940,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -12970,7 +12970,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -13016,7 +13016,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -13034,7 +13034,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -13064,7 +13064,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -13110,7 +13110,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -13128,7 +13128,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -13146,7 +13146,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -13161,7 +13161,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -13207,7 +13207,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -13225,7 +13225,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -13255,7 +13255,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -13301,7 +13301,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -13354,7 +13354,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyRotationPolicy, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LifetimeActions": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.KeyVault.Models.PSKeyRotationLifetimeAction]",
"CreatedOn": "System.Nullable`1[System.DateTimeOffset]",
@@ -13422,7 +13422,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -13434,7 +13434,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -13446,7 +13446,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsHsm": "System.Boolean",
"Tags": "System.Collections.Hashtable",
@@ -13496,7 +13496,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -13514,7 +13514,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -13563,7 +13563,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsHsm": "System.Boolean",
"Tags": "System.Collections.Hashtable",
@@ -13662,7 +13662,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"OriginalManagedHsm": "Microsoft.Azure.Management.KeyVault.Models.ManagedHsm",
"Tags": "System.Collections.Hashtable",
@@ -13735,7 +13735,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"OriginalManagedHsm": "Microsoft.Azure.Management.KeyVault.Models.ManagedHsm",
"Tags": "System.Collections.Hashtable",
@@ -13804,7 +13804,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Hashtable",
"ResourceId": "System.String",
@@ -13866,7 +13866,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -13875,7 +13875,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -13884,7 +13884,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -13902,7 +13902,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -13931,7 +13931,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
}
@@ -13949,7 +13949,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -13964,7 +13964,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -13979,7 +13979,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -14020,7 +14020,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -14043,7 +14043,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -14058,7 +14058,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -14088,7 +14088,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -14129,7 +14129,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -14164,7 +14164,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -14205,7 +14205,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -14225,7 +14225,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -14266,7 +14266,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -14293,7 +14293,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes",
"TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -14344,7 +14344,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes",
"TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -14398,7 +14398,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes",
"TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -14451,7 +14451,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultManagedStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes",
"TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -14510,7 +14510,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -14519,7 +14519,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -14553,7 +14553,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -14566,7 +14566,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -14610,7 +14610,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -14629,7 +14629,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -14690,7 +14690,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -14776,7 +14776,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -14890,7 +14890,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinitionIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinitionAttributes",
"TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -14936,7 +14936,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinition, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinitionAttributes",
"TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -14985,7 +14985,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultManagedStorageSasDefinition, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinitionAttributes",
"TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -15041,7 +15041,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultManagedStorageSasDefinitionIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinitionAttributes",
"TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -15097,7 +15097,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -15109,7 +15109,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -15118,7 +15118,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes",
"TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -15142,7 +15142,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -15186,7 +15186,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -15204,7 +15204,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -15222,7 +15222,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -15283,7 +15283,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes",
"TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -15313,7 +15313,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -15377,7 +15377,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -15445,7 +15445,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ParameterSets": [
"__AllParameterSets"
@@ -15455,7 +15455,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Byte",
- "AssemblyQualifiedName": "System.Byte, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Byte, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ParameterSets": [
"__AllParameterSets"
@@ -15468,7 +15468,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -15497,7 +15497,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -15506,7 +15506,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"OriginalManagedHsm": "Microsoft.Azure.Management.KeyVault.Models.ManagedHsm",
"Tags": "System.Collections.Hashtable",
@@ -15536,7 +15536,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateRangeMin": 1,
"ValidateRangeMax": 128,
@@ -15562,7 +15562,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -15603,7 +15603,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateRangeMin": 1,
"ValidateRangeMax": 128,
@@ -15666,7 +15666,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateRangeMin": 1,
"ValidateRangeMax": 128,
@@ -15703,7 +15703,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -15744,7 +15744,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateRangeMin": 1,
"ValidateRangeMax": 128,
@@ -15781,7 +15781,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"OriginalManagedHsm": "Microsoft.Azure.Management.KeyVault.Models.ManagedHsm",
"Tags": "System.Collections.Hashtable",
@@ -15843,7 +15843,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateRangeMin": 1,
"ValidateRangeMax": 128,
@@ -15887,7 +15887,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultRoleAssignment, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String",
"Name": "System.String",
@@ -15951,7 +15951,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -15960,7 +15960,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -15972,7 +15972,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -15984,7 +15984,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -15997,7 +15997,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -16010,7 +16010,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -16023,7 +16023,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -16032,7 +16032,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -16067,7 +16067,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -16082,7 +16082,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -16131,7 +16131,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -16149,7 +16149,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -16168,7 +16168,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -16187,7 +16187,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -16206,7 +16206,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -16221,7 +16221,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -16236,7 +16236,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -16282,7 +16282,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -16297,7 +16297,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -16312,7 +16312,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -16365,7 +16365,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultRoleDefinition, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Permissions": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultPermission[]",
"Id": "System.String",
@@ -16426,7 +16426,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -16435,7 +16435,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -16456,7 +16456,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -16491,7 +16491,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -16506,7 +16506,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -16567,7 +16567,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -16582,7 +16582,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -16631,7 +16631,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -16646,7 +16646,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -16661,7 +16661,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -16714,7 +16714,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Hashtable",
"Enabled": "System.Nullable`1[System.Boolean]",
@@ -16767,7 +16767,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecret, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretAttributes",
"Tags": "System.Collections.Hashtable",
@@ -16822,7 +16822,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultSecretIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Hashtable",
"Enabled": "System.Nullable`1[System.Boolean]",
@@ -16877,7 +16877,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultSecret, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretAttributes",
"Tags": "System.Collections.Hashtable",
@@ -16934,7 +16934,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ParameterSets": [
"__AllParameterSets"
@@ -16947,7 +16947,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -16956,7 +16956,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -16990,7 +16990,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -17002,7 +17002,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -17014,7 +17014,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -17076,7 +17076,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -17094,7 +17094,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -17112,7 +17112,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -17173,7 +17173,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -17191,7 +17191,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -17267,7 +17267,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -17285,7 +17285,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -17346,7 +17346,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -17389,7 +17389,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -17465,7 +17465,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -17508,7 +17508,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -17526,7 +17526,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -17587,7 +17587,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -17630,7 +17630,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -17691,7 +17691,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -17709,7 +17709,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -17785,7 +17785,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -17803,7 +17803,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -17821,7 +17821,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -17882,7 +17882,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -17900,7 +17900,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -17999,7 +17999,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificate, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Policy": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificatePolicy",
"Tags": "System.Collections.Hashtable",
@@ -18054,7 +18054,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -18066,7 +18066,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -18075,7 +18075,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -18084,7 +18084,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -18093,7 +18093,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -18102,7 +18102,7 @@
"Type": {
"Namespace": "System.Security",
"Name": "System.Security.SecureString",
- "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -18111,7 +18111,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -18120,7 +18120,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificatePolicy, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Ekus": "System.Collections.Generic.List`1[System.String]",
"KeyUsage": "System.Collections.Generic.List`1[System.String]",
@@ -18154,7 +18154,7 @@
"Type": {
"Namespace": "System.Security.Cryptography.X509Certificates",
"Name": "System.Security.Cryptography.X509Certificates.X509Certificate2Collection",
- "AssemblyQualifiedName": "System.Security.Cryptography.X509Certificates.X509Certificate2Collection, System.Security.Cryptography.X509Certificates, Version=4.2.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Security.Cryptography.X509Certificates.X509Certificate2Collection, System.Security.Cryptography.X509Certificates, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -18163,7 +18163,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -18198,7 +18198,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -18216,7 +18216,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -18231,7 +18231,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -18246,7 +18246,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificatePolicy, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Ekus": "System.Collections.Generic.List`1[System.String]",
"KeyUsage": "System.Collections.Generic.List`1[System.String]",
@@ -18286,7 +18286,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -18332,7 +18332,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -18347,7 +18347,7 @@
"Type": {
"Namespace": "System.Security",
"Name": "System.Security.SecureString",
- "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -18362,7 +18362,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -18380,7 +18380,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -18395,7 +18395,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -18410,7 +18410,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificatePolicy, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Ekus": "System.Collections.Generic.List`1[System.String]",
"KeyUsage": "System.Collections.Generic.List`1[System.String]",
@@ -18450,7 +18450,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -18496,7 +18496,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -18511,7 +18511,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -18526,7 +18526,7 @@
"Type": {
"Namespace": "System.Security",
"Name": "System.Security.SecureString",
- "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -18541,7 +18541,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -18559,7 +18559,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -18574,7 +18574,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -18589,7 +18589,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificatePolicy, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Ekus": "System.Collections.Generic.List`1[System.String]",
"KeyUsage": "System.Collections.Generic.List`1[System.String]",
@@ -18629,7 +18629,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -18675,7 +18675,7 @@
"Type": {
"Namespace": "System.Security.Cryptography.X509Certificates",
"Name": "System.Security.Cryptography.X509Certificates.X509Certificate2Collection",
- "AssemblyQualifiedName": "System.Security.Cryptography.X509Certificates.X509Certificate2Collection, System.Security.Cryptography.X509Certificates, Version=4.2.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Security.Cryptography.X509Certificates.X509Certificate2Collection, System.Security.Cryptography.X509Certificates, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -18690,7 +18690,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -18708,7 +18708,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -18723,7 +18723,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -18738,7 +18738,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificatePolicy, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Ekus": "System.Collections.Generic.List`1[System.String]",
"KeyUsage": "System.Collections.Generic.List`1[System.String]",
@@ -18778,7 +18778,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -18831,7 +18831,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ParameterSets": [
"__AllParameterSets"
@@ -18844,7 +18844,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.SecurityDomain.Models.KeyPath[], Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.KeyVault.SecurityDomain.Models.KeyPath"
},
"ValidateNotNullOrEmpty": true
@@ -18857,7 +18857,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -18878,7 +18878,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -18887,7 +18887,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Hashtable",
"ResourceId": "System.String",
@@ -18924,7 +18924,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
}
@@ -18939,7 +18939,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.SecurityDomain.Models.KeyPath[], Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.KeyVault.SecurityDomain.Models.KeyPath"
},
"ValidateNotNullOrEmpty": true
@@ -18958,7 +18958,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -19014,7 +19014,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -19037,7 +19037,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -19052,7 +19052,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.SecurityDomain.Models.KeyPath[], Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.KeyVault.SecurityDomain.Models.KeyPath"
},
"ValidateNotNullOrEmpty": true
@@ -19071,7 +19071,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -19127,7 +19127,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -19147,7 +19147,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Hashtable",
"ResourceId": "System.String",
@@ -19170,7 +19170,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.SecurityDomain.Models.KeyPath[], Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.KeyVault.SecurityDomain.Models.KeyPath"
},
"ValidateNotNullOrEmpty": true
@@ -19189,7 +19189,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -19245,7 +19245,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -19272,7 +19272,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyOperationResult, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyId": "System.String",
"Result": "System.String",
@@ -19355,7 +19355,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -19364,7 +19364,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -19377,7 +19377,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -19386,7 +19386,7 @@
"Type": {
"Namespace": "System.Security",
"Name": "System.Security.SecureString",
- "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -19395,7 +19395,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -19407,7 +19407,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -19416,7 +19416,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -19428,7 +19428,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsHsm": "System.Boolean",
"Tags": "System.Collections.Hashtable",
@@ -19481,7 +19481,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -19496,7 +19496,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -19515,7 +19515,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -19530,7 +19530,7 @@
"Type": {
"Namespace": "System.Security",
"Name": "System.Security.SecureString",
- "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -19576,7 +19576,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -19594,7 +19594,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -19612,7 +19612,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -19627,7 +19627,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -19646,7 +19646,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -19661,7 +19661,7 @@
"Type": {
"Namespace": "System.Security",
"Name": "System.Security.SecureString",
- "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -19710,7 +19710,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -19725,7 +19725,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -19743,7 +19743,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -19758,7 +19758,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -19777,7 +19777,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -19792,7 +19792,7 @@
"Type": {
"Namespace": "System.Security",
"Name": "System.Security.SecureString",
- "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -19841,7 +19841,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsHsm": "System.Boolean",
"Tags": "System.Collections.Hashtable",
@@ -19874,7 +19874,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -19889,7 +19889,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -19908,7 +19908,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -19923,7 +19923,7 @@
"Type": {
"Namespace": "System.Security",
"Name": "System.Security.SecureString",
- "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -19976,7 +19976,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKey, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ReleasePolicy": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyReleasePolicy",
"Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyAttributes",
@@ -20038,7 +20038,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -20050,7 +20050,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -20062,7 +20062,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsHsm": "System.Boolean",
"Tags": "System.Collections.Hashtable",
@@ -20112,7 +20112,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -20130,7 +20130,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -20179,7 +20179,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsHsm": "System.Boolean",
"Tags": "System.Collections.Hashtable",
@@ -20278,7 +20278,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -20361,7 +20361,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -20370,7 +20370,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -20379,7 +20379,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -20433,7 +20433,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateRangeMin": 7,
"ValidateRangeMax": 90,
@@ -20444,7 +20444,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -20453,7 +20453,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -20465,7 +20465,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -20474,7 +20474,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Bypass": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleBypassEnum",
"DefaultAction": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleDefaultActionEnum",
@@ -20511,7 +20511,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
}
@@ -20529,7 +20529,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -20544,7 +20544,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -20559,7 +20559,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -20649,7 +20649,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateRangeMin": 7,
"ValidateRangeMax": 90,
@@ -20666,7 +20666,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -20681,7 +20681,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -20699,7 +20699,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -20714,7 +20714,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Bypass": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleBypassEnum",
"DefaultAction": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleDefaultActionEnum",
@@ -20763,7 +20763,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -20790,7 +20790,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateAdministratorDetails, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FirstName": "System.String",
"LastName": "System.String",
@@ -20838,7 +20838,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -20847,7 +20847,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -20856,7 +20856,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -20865,7 +20865,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -20900,7 +20900,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -20915,7 +20915,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -20930,7 +20930,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -20945,7 +20945,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -20998,7 +20998,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOrganizationDetails, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AdministratorDetails": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateAdministratorDetails]",
"Id": "System.String"
@@ -21044,7 +21044,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -21053,7 +21053,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.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=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateAdministratorDetails"
]
@@ -21091,7 +21091,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -21106,7 +21106,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.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=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateAdministratorDetails"
]
@@ -21162,7 +21162,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificatePolicy, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Ekus": "System.Collections.Generic.List`1[System.String]",
"KeyUsage": "System.Collections.Generic.List`1[System.String]",
@@ -21314,7 +21314,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -21323,7 +21323,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -21335,7 +21335,7 @@
"Type": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.List`1[System.String]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.String"
]
@@ -21347,7 +21347,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Int32"
]
@@ -21361,7 +21361,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Int32"
]
@@ -21375,7 +21375,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateSet": [
"application/x-pkcs12",
@@ -21406,7 +21406,7 @@
"Type": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.List`1[System.Security.Cryptography.X509Certificates.X509KeyUsageFlags]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.Security.Cryptography.X509Certificates.X509KeyUsageFlags, System.Security.Cryptography.X509Certificates, Version=4.2.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.Security.Cryptography.X509Certificates.X509KeyUsageFlags, System.Security.Cryptography.X509Certificates, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Security.Cryptography.X509Certificates.X509KeyUsageFlags"
]
@@ -21418,7 +21418,7 @@
"Type": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.List`1[System.String]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.String"
]
@@ -21430,7 +21430,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Int32"
]
@@ -21442,7 +21442,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -21451,7 +21451,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Int32"
]
@@ -21463,7 +21463,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Int32"
]
@@ -21475,7 +21475,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateSet": [
"RSA",
@@ -21490,7 +21490,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateSet": [
"2048",
@@ -21516,7 +21516,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Boolean]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Boolean"
]
@@ -21528,7 +21528,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateSet": [
"P-256",
@@ -21570,7 +21570,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -21585,7 +21585,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Int32"
]
@@ -21605,7 +21605,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Int32"
]
@@ -21625,7 +21625,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateSet": [
"application/x-pkcs12",
@@ -21674,7 +21674,7 @@
"Type": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.List`1[System.Security.Cryptography.X509Certificates.X509KeyUsageFlags]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.Security.Cryptography.X509Certificates.X509KeyUsageFlags, System.Security.Cryptography.X509Certificates, Version=4.2.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.Security.Cryptography.X509Certificates.X509KeyUsageFlags, System.Security.Cryptography.X509Certificates, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Security.Cryptography.X509Certificates.X509KeyUsageFlags"
]
@@ -21692,7 +21692,7 @@
"Type": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.List`1[System.String]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.String"
]
@@ -21710,7 +21710,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Int32"
]
@@ -21728,7 +21728,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -21743,7 +21743,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Int32"
]
@@ -21761,7 +21761,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Int32"
]
@@ -21779,7 +21779,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateSet": [
"RSA",
@@ -21800,7 +21800,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateSet": [
"2048",
@@ -21838,7 +21838,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Boolean]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Boolean"
]
@@ -21856,7 +21856,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateSet": [
"P-256",
@@ -21909,7 +21909,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -21924,7 +21924,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -21939,7 +21939,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Int32"
]
@@ -21959,7 +21959,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Int32"
]
@@ -21979,7 +21979,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateSet": [
"application/x-pkcs12",
@@ -22028,7 +22028,7 @@
"Type": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.List`1[System.Security.Cryptography.X509Certificates.X509KeyUsageFlags]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.Security.Cryptography.X509Certificates.X509KeyUsageFlags, System.Security.Cryptography.X509Certificates, Version=4.2.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.Security.Cryptography.X509Certificates.X509KeyUsageFlags, System.Security.Cryptography.X509Certificates, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Security.Cryptography.X509Certificates.X509KeyUsageFlags"
]
@@ -22046,7 +22046,7 @@
"Type": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.List`1[System.String]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.String"
]
@@ -22064,7 +22064,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Int32"
]
@@ -22082,7 +22082,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -22097,7 +22097,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Int32"
]
@@ -22115,7 +22115,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Int32"
]
@@ -22133,7 +22133,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateSet": [
"RSA",
@@ -22154,7 +22154,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateSet": [
"2048",
@@ -22192,7 +22192,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Boolean]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Boolean"
]
@@ -22210,7 +22210,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateSet": [
"P-256",
@@ -22263,7 +22263,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -22281,7 +22281,7 @@
"Type": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.List`1[System.String]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.String"
]
@@ -22299,7 +22299,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -22314,7 +22314,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Int32"
]
@@ -22334,7 +22334,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Int32"
]
@@ -22354,7 +22354,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateSet": [
"application/x-pkcs12",
@@ -22403,7 +22403,7 @@
"Type": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.List`1[System.Security.Cryptography.X509Certificates.X509KeyUsageFlags]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.Security.Cryptography.X509Certificates.X509KeyUsageFlags, System.Security.Cryptography.X509Certificates, Version=4.2.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.Security.Cryptography.X509Certificates.X509KeyUsageFlags, System.Security.Cryptography.X509Certificates, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Security.Cryptography.X509Certificates.X509KeyUsageFlags"
]
@@ -22421,7 +22421,7 @@
"Type": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.List`1[System.String]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.String"
]
@@ -22439,7 +22439,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Int32"
]
@@ -22457,7 +22457,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -22472,7 +22472,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Int32"
]
@@ -22490,7 +22490,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Int32"
]
@@ -22508,7 +22508,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateSet": [
"RSA",
@@ -22529,7 +22529,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateSet": [
"2048",
@@ -22567,7 +22567,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Boolean]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Boolean"
]
@@ -22585,7 +22585,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateSet": [
"P-256",
@@ -22645,7 +22645,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"OriginalManagedHsm": "Microsoft.Azure.Management.KeyVault.Models.ManagedHsm",
"Tags": "System.Collections.Hashtable",
@@ -22724,7 +22724,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -22733,7 +22733,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -22742,7 +22742,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -22751,7 +22751,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -22761,7 +22761,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -22770,7 +22770,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateRangeMin": 7,
"ValidateRangeMax": 90,
@@ -22781,7 +22781,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -22802,7 +22802,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -22840,7 +22840,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
}
@@ -22858,7 +22858,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -22873,7 +22873,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -22888,7 +22888,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -22903,7 +22903,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -22919,7 +22919,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -22934,7 +22934,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateRangeMin": 7,
"ValidateRangeMax": 90,
@@ -22951,7 +22951,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -22984,7 +22984,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -23040,7 +23040,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -23067,7 +23067,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Bypass": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleBypassEnum",
"DefaultAction": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleDefaultActionEnum",
@@ -23138,7 +23138,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleDefaultActionEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -23147,7 +23147,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleBypassEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -23156,7 +23156,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -23166,7 +23166,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -23196,7 +23196,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
}
@@ -23211,7 +23211,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleDefaultActionEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -23226,7 +23226,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleBypassEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -23241,7 +23241,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -23257,7 +23257,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -23299,7 +23299,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -23326,7 +23326,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultRoleAssignment, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String",
"Name": "System.String",
@@ -23390,7 +23390,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -23399,7 +23399,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -23411,7 +23411,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -23423,7 +23423,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -23436,7 +23436,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -23449,7 +23449,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -23462,7 +23462,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -23497,7 +23497,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -23512,7 +23512,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -23561,7 +23561,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -23580,7 +23580,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -23595,7 +23595,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -23610,7 +23610,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -23659,7 +23659,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -23678,7 +23678,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -23693,7 +23693,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -23708,7 +23708,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -23757,7 +23757,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -23776,7 +23776,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -23791,7 +23791,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -23806,7 +23806,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -23855,7 +23855,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -23874,7 +23874,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -23889,7 +23889,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -23904,7 +23904,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -23953,7 +23953,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -23972,7 +23972,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -23987,7 +23987,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -24002,7 +24002,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -24051,7 +24051,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -24070,7 +24070,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -24085,7 +24085,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -24100,7 +24100,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -24153,7 +24153,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultRoleDefinition, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Permissions": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultPermission[]",
"Id": "System.String",
@@ -24214,7 +24214,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -24223,7 +24223,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -24232,7 +24232,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultRoleDefinition, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Permissions": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultPermission[]",
"Id": "System.String",
@@ -24251,7 +24251,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -24286,7 +24286,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -24301,7 +24301,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -24347,7 +24347,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultRoleDefinition, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Permissions": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultPermission[]",
"Id": "System.String",
@@ -24372,7 +24372,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -24387,7 +24387,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -24433,7 +24433,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -24448,7 +24448,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -24463,7 +24463,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -24519,7 +24519,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ParameterSets": [
"__AllParameterSets"
@@ -24535,7 +24535,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -24544,7 +24544,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -24578,7 +24578,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -24587,7 +24587,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -24596,7 +24596,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -24661,7 +24661,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
}
@@ -24679,7 +24679,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -24694,7 +24694,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -24709,7 +24709,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -24795,7 +24795,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -24818,7 +24818,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -24833,7 +24833,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -24934,7 +24934,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -24954,7 +24954,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -25065,7 +25065,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -25085,7 +25085,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -25211,7 +25211,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -25231,7 +25231,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -25246,7 +25246,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -25332,7 +25332,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -25352,7 +25352,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -25367,7 +25367,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -25468,7 +25468,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -25559,7 +25559,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -25586,7 +25586,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -25666,7 +25666,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -25675,7 +25675,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -25684,7 +25684,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -25718,7 +25718,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -25730,7 +25730,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -25742,7 +25742,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -25751,7 +25751,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -25760,7 +25760,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -25769,7 +25769,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Guid]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Guid, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Guid, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Guid"
]
@@ -25837,7 +25837,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
}
@@ -25852,7 +25852,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -25867,7 +25867,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -25882,7 +25882,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -25897,7 +25897,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Guid]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Guid, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Guid, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Guid"
]
@@ -25956,7 +25956,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -25976,7 +25976,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -25991,7 +25991,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -26009,7 +26009,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -26065,7 +26065,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -26085,7 +26085,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -26100,7 +26100,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -26118,7 +26118,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -26174,7 +26174,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -26194,7 +26194,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -26209,7 +26209,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -26224,7 +26224,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -26280,7 +26280,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -26300,7 +26300,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -26315,7 +26315,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -26416,7 +26416,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -26436,7 +26436,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -26476,7 +26476,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -26491,7 +26491,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Guid]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Guid, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Guid, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Guid"
]
@@ -26550,7 +26550,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -26570,7 +26570,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -26613,7 +26613,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -26669,7 +26669,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -26689,7 +26689,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -26732,7 +26732,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -26788,7 +26788,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -26808,7 +26808,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -26848,7 +26848,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -26904,7 +26904,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -26924,7 +26924,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -27050,7 +27050,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -27070,7 +27070,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -27085,7 +27085,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -27100,7 +27100,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Guid]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Guid, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Guid, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Guid"
]
@@ -27159,7 +27159,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -27179,7 +27179,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -27197,7 +27197,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -27253,7 +27253,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -27273,7 +27273,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -27291,7 +27291,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -27347,7 +27347,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -27367,7 +27367,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -27382,7 +27382,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -27438,7 +27438,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -27458,7 +27458,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -27559,7 +27559,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -27620,7 +27620,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -27647,7 +27647,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultCertificate, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Hashtable",
"Enabled": "System.Nullable`1[System.Boolean]",
@@ -27703,7 +27703,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -27712,7 +27712,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -27721,7 +27721,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Hashtable",
"Enabled": "System.Nullable`1[System.Boolean]",
@@ -27795,7 +27795,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -27810,7 +27810,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -27901,7 +27901,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Hashtable",
"Enabled": "System.Nullable`1[System.Boolean]",
@@ -28087,7 +28087,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateContact, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Email": "System.String",
"VaultName": "System.String"
@@ -28133,7 +28133,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -28142,7 +28142,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -28176,7 +28176,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -28185,7 +28185,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": true
@@ -28230,7 +28230,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -28245,7 +28245,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": true
@@ -28307,7 +28307,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -28347,7 +28347,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": true
@@ -28409,7 +28409,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -28424,7 +28424,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": true
@@ -28486,7 +28486,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": true
@@ -28555,7 +28555,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIssuer, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"OrganizationDetails": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOrganizationDetails",
"ApiKey": "System.Security.SecureString",
@@ -28605,7 +28605,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -28617,7 +28617,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -28626,7 +28626,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIssuerIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"IssuerProvider": "System.String",
@@ -28684,7 +28684,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -28702,7 +28702,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -28778,7 +28778,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIssuerIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"IssuerProvider": "System.String",
@@ -28927,7 +28927,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOperation, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CancellationRequested": "System.Nullable`1[System.Boolean]",
"Id": "System.String",
@@ -28983,7 +28983,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -28995,7 +28995,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -29004,7 +29004,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOperation, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CancellationRequested": "System.Nullable`1[System.Boolean]",
"Id": "System.String",
@@ -29071,7 +29071,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -29089,7 +29089,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -29165,7 +29165,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOperation, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CancellationRequested": "System.Nullable`1[System.Boolean]",
"Id": "System.String",
@@ -29323,7 +29323,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultKey, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyAttributes",
"Key": "Microsoft.Azure.KeyVault.WebKey.JsonWebKey",
@@ -29386,7 +29386,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -29395,7 +29395,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -29407,7 +29407,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -29416,7 +29416,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsHsm": "System.Boolean",
"Tags": "System.Collections.Hashtable",
@@ -29493,7 +29493,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -29511,7 +29511,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -29602,7 +29602,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -29620,7 +29620,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -29711,7 +29711,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsHsm": "System.Boolean",
"Tags": "System.Collections.Hashtable",
@@ -29900,7 +29900,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ParameterSets": [
"__AllParameterSets"
@@ -29916,7 +29916,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -29925,7 +29925,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"OriginalManagedHsm": "Microsoft.Azure.Management.KeyVault.Models.ManagedHsm",
"Tags": "System.Collections.Hashtable",
@@ -29955,7 +29955,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -29964,7 +29964,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -29973,7 +29973,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -30038,7 +30038,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
}
@@ -30056,7 +30056,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -30071,7 +30071,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -30157,7 +30157,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -30180,7 +30180,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -30195,7 +30195,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -30296,7 +30296,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -30316,7 +30316,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"OriginalManagedHsm": "Microsoft.Azure.Management.KeyVault.Models.ManagedHsm",
"Tags": "System.Collections.Hashtable",
@@ -30423,7 +30423,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -30443,7 +30443,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"OriginalManagedHsm": "Microsoft.Azure.Management.KeyVault.Models.ManagedHsm",
"Tags": "System.Collections.Hashtable",
@@ -30565,7 +30565,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -30585,7 +30585,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -30671,7 +30671,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -30691,7 +30691,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -30706,7 +30706,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -30807,7 +30807,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -30898,7 +30898,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -30925,7 +30925,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultManagedStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes",
"TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -30984,7 +30984,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -30997,7 +30997,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -31006,7 +31006,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes",
"TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -31080,7 +31080,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -31099,7 +31099,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -31190,7 +31190,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes",
"TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -31376,7 +31376,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultManagedStorageSasDefinition, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinitionAttributes",
"TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -31435,7 +31435,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -31447,7 +31447,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -31459,7 +31459,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -31468,7 +31468,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinitionIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinitionAttributes",
"TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -31533,7 +31533,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -31551,7 +31551,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -31569,7 +31569,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -31645,7 +31645,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinitionIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinitionAttributes",
"TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -31801,7 +31801,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -31881,7 +31881,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -31890,7 +31890,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -31924,7 +31924,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -31933,7 +31933,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -31942,7 +31942,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -31952,7 +31952,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -31991,7 +31991,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
}
@@ -32006,7 +32006,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -32021,7 +32021,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -32036,7 +32036,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -32052,7 +32052,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -32109,7 +32109,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -32129,7 +32129,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -32169,7 +32169,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -32185,7 +32185,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -32242,7 +32242,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -32262,7 +32262,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -32277,7 +32277,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -32293,7 +32293,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -32350,7 +32350,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -32370,7 +32370,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -32386,7 +32386,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -32443,7 +32443,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -32470,7 +32470,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultRoleAssignment, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String",
"Name": "System.String",
@@ -32534,7 +32534,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -32543,7 +32543,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -32555,7 +32555,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -32567,7 +32567,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -32580,7 +32580,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -32593,7 +32593,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -32606,7 +32606,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -32624,7 +32624,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultRoleAssignment, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String",
"Name": "System.String",
@@ -32645,7 +32645,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -32680,7 +32680,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -32698,7 +32698,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -32717,7 +32717,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -32732,7 +32732,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -32793,7 +32793,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -32811,7 +32811,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -32830,7 +32830,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -32845,7 +32845,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -32906,7 +32906,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -32924,7 +32924,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -32943,7 +32943,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -32958,7 +32958,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -33019,7 +33019,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -33037,7 +33037,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -33056,7 +33056,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -33071,7 +33071,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -33132,7 +33132,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -33150,7 +33150,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -33169,7 +33169,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -33184,7 +33184,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -33245,7 +33245,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -33263,7 +33263,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -33282,7 +33282,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -33297,7 +33297,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -33358,7 +33358,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -33373,7 +33373,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -33388,7 +33388,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -33449,7 +33449,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -33510,7 +33510,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultRoleAssignment, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String",
"Name": "System.String",
@@ -33537,7 +33537,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -33605,7 +33605,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ParameterSets": [
"__AllParameterSets"
@@ -33618,7 +33618,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -33627,7 +33627,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -33639,7 +33639,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -33648,7 +33648,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultRoleDefinition, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Permissions": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultPermission[]",
"Id": "System.String",
@@ -33711,7 +33711,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -33726,7 +33726,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -33805,7 +33805,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -33820,7 +33820,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -33835,7 +33835,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -33911,7 +33911,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultRoleDefinition, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Permissions": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultPermission[]",
"Id": "System.String",
@@ -33936,7 +33936,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -33951,7 +33951,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -34034,7 +34034,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultSecret, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretAttributes",
"Tags": "System.Collections.Hashtable",
@@ -34094,7 +34094,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -34106,7 +34106,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -34115,7 +34115,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Hashtable",
"Enabled": "System.Nullable`1[System.Boolean]",
@@ -34191,7 +34191,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -34209,7 +34209,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -34300,7 +34300,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Hashtable",
"Enabled": "System.Nullable`1[System.Boolean]",
@@ -34488,7 +34488,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ParameterSets": [
"__AllParameterSets"
@@ -34501,7 +34501,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -34510,7 +34510,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -34528,7 +34528,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -34537,7 +34537,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -34546,7 +34546,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -34555,7 +34555,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -34564,7 +34564,7 @@
"Type": {
"Namespace": "System.Security",
"Name": "System.Security.SecureString",
- "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -34573,7 +34573,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"OriginalManagedHsm": "Microsoft.Azure.Management.KeyVault.Models.ManagedHsm",
"Tags": "System.Collections.Hashtable",
@@ -34629,7 +34629,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -34644,7 +34644,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -34674,7 +34674,7 @@
"Type": {
"Namespace": "System.Security",
"Name": "System.Security.SecureString",
- "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -34720,7 +34720,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -34735,7 +34735,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -34750,7 +34750,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -34765,7 +34765,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -34795,7 +34795,7 @@
"Type": {
"Namespace": "System.Security",
"Name": "System.Security.SecureString",
- "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -34841,7 +34841,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -34856,7 +34856,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -34871,7 +34871,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -34886,7 +34886,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -34901,7 +34901,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -34931,7 +34931,7 @@
"Type": {
"Namespace": "System.Security",
"Name": "System.Security.SecureString",
- "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -34977,7 +34977,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -34992,7 +34992,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"OriginalManagedHsm": "Microsoft.Azure.Management.KeyVault.Models.ManagedHsm",
"Tags": "System.Collections.Hashtable",
@@ -35028,7 +35028,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -35043,7 +35043,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -35073,7 +35073,7 @@
"Type": {
"Namespace": "System.Security",
"Name": "System.Security.SecureString",
- "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -35119,7 +35119,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -35134,7 +35134,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -35149,7 +35149,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"OriginalManagedHsm": "Microsoft.Azure.Management.KeyVault.Models.ManagedHsm",
"Tags": "System.Collections.Hashtable",
@@ -35185,7 +35185,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -35200,7 +35200,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -35230,7 +35230,7 @@
"Type": {
"Namespace": "System.Security",
"Name": "System.Security.SecureString",
- "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -35283,7 +35283,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificate, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Policy": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificatePolicy",
"Tags": "System.Collections.Hashtable",
@@ -35338,7 +35338,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -35347,7 +35347,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -35381,7 +35381,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -35390,7 +35390,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -35425,7 +35425,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -35440,7 +35440,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -35486,7 +35486,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -35526,7 +35526,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -35572,7 +35572,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -35587,7 +35587,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -35633,7 +35633,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -35686,7 +35686,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKey, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ReleasePolicy": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyReleasePolicy",
"Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyAttributes",
@@ -35748,7 +35748,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -35757,7 +35757,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -35766,7 +35766,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -35800,7 +35800,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"OriginalManagedHsm": "Microsoft.Azure.Management.KeyVault.Models.ManagedHsm",
"Tags": "System.Collections.Hashtable",
@@ -35830,7 +35830,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -35839,7 +35839,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -35848,7 +35848,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -35883,7 +35883,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -35898,7 +35898,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -35944,7 +35944,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -35959,7 +35959,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -36005,7 +36005,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -36045,7 +36045,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -36091,7 +36091,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"OriginalManagedHsm": "Microsoft.Azure.Management.KeyVault.Models.ManagedHsm",
"Tags": "System.Collections.Hashtable",
@@ -36127,7 +36127,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -36173,7 +36173,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -36188,7 +36188,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -36234,7 +36234,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -36249,7 +36249,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -36295,7 +36295,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -36348,7 +36348,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes",
"TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -36405,7 +36405,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -36414,7 +36414,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -36448,7 +36448,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -36457,7 +36457,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -36492,7 +36492,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -36507,7 +36507,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -36553,7 +36553,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -36593,7 +36593,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -36639,7 +36639,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -36654,7 +36654,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -36700,7 +36700,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -36753,7 +36753,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecret, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretAttributes",
"Tags": "System.Collections.Hashtable",
@@ -36811,7 +36811,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -36820,7 +36820,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -36854,7 +36854,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -36863,7 +36863,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -36898,7 +36898,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -36913,7 +36913,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -36959,7 +36959,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -36999,7 +36999,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -37045,7 +37045,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -37060,7 +37060,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -37106,7 +37106,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -37159,7 +37159,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -37239,7 +37239,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -37248,7 +37248,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -37257,7 +37257,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Hashtable",
"ResourceId": "System.String",
@@ -37274,7 +37274,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -37286,7 +37286,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -37298,7 +37298,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -37307,7 +37307,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -37316,7 +37316,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -37325,7 +37325,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Guid]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Guid, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Guid, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Guid"
]
@@ -37337,7 +37337,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -37347,7 +37347,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -37357,7 +37357,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -37367,7 +37367,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -37442,7 +37442,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
}
@@ -37457,7 +37457,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -37472,7 +37472,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -37487,7 +37487,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -37502,7 +37502,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Guid]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Guid, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Guid, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Guid"
]
@@ -37520,7 +37520,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -37536,7 +37536,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -37552,7 +37552,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -37568,7 +37568,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -37640,7 +37640,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -37660,7 +37660,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -37675,7 +37675,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -37693,7 +37693,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -37708,7 +37708,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -37724,7 +37724,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -37740,7 +37740,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -37756,7 +37756,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -37813,7 +37813,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -37833,7 +37833,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -37848,7 +37848,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -37866,7 +37866,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -37881,7 +37881,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -37897,7 +37897,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -37913,7 +37913,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -37929,7 +37929,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -37986,7 +37986,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -38006,7 +38006,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -38021,7 +38021,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -38036,7 +38036,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -38051,7 +38051,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -38067,7 +38067,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -38083,7 +38083,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -38099,7 +38099,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -38156,7 +38156,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -38176,7 +38176,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -38191,7 +38191,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -38292,7 +38292,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -38312,7 +38312,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Hashtable",
"ResourceId": "System.String",
@@ -38335,7 +38335,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -38350,7 +38350,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Guid]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Guid, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Guid, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Guid"
]
@@ -38368,7 +38368,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -38384,7 +38384,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -38400,7 +38400,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -38416,7 +38416,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -38488,7 +38488,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -38508,7 +38508,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Hashtable",
"ResourceId": "System.String",
@@ -38534,7 +38534,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -38549,7 +38549,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -38565,7 +38565,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -38581,7 +38581,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -38597,7 +38597,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -38654,7 +38654,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -38674,7 +38674,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Hashtable",
"ResourceId": "System.String",
@@ -38700,7 +38700,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -38715,7 +38715,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -38731,7 +38731,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -38747,7 +38747,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -38763,7 +38763,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -38820,7 +38820,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -38840,7 +38840,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Hashtable",
"ResourceId": "System.String",
@@ -38863,7 +38863,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -38878,7 +38878,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -38894,7 +38894,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -38910,7 +38910,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -38926,7 +38926,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -38983,7 +38983,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -39003,7 +39003,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Hashtable",
"ResourceId": "System.String",
@@ -39112,7 +39112,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -39132,7 +39132,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -39147,7 +39147,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -39162,7 +39162,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Guid]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Guid, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Guid, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Guid"
]
@@ -39180,7 +39180,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -39196,7 +39196,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -39212,7 +39212,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -39228,7 +39228,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -39300,7 +39300,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -39320,7 +39320,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -39338,7 +39338,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -39353,7 +39353,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -39369,7 +39369,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -39385,7 +39385,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -39401,7 +39401,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -39458,7 +39458,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -39478,7 +39478,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -39496,7 +39496,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -39511,7 +39511,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -39527,7 +39527,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -39543,7 +39543,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -39559,7 +39559,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -39616,7 +39616,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -39636,7 +39636,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -39651,7 +39651,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -39666,7 +39666,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -39682,7 +39682,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -39698,7 +39698,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -39714,7 +39714,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -39771,7 +39771,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -39791,7 +39791,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -39892,7 +39892,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -39953,7 +39953,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -39980,7 +39980,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificatePolicy, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Ekus": "System.Collections.Generic.List`1[System.String]",
"KeyUsage": "System.Collections.Generic.List`1[System.String]",
@@ -40132,7 +40132,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -40144,7 +40144,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -40153,7 +40153,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -40162,7 +40162,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -40171,7 +40171,7 @@
"Type": {
"Namespace": "System.Security",
"Name": "System.Security.SecureString",
- "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -40180,7 +40180,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOrganizationDetails, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AdministratorDetails": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateAdministratorDetails]",
"Id": "System.String"
@@ -40196,7 +40196,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIssuerIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"IssuerProvider": "System.String",
@@ -40245,7 +40245,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -40263,7 +40263,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -40324,7 +40324,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -40339,7 +40339,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -40354,7 +40354,7 @@
"Type": {
"Namespace": "System.Security",
"Name": "System.Security.SecureString",
- "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -40369,7 +40369,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOrganizationDetails, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AdministratorDetails": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateAdministratorDetails]",
"Id": "System.String"
@@ -40388,7 +40388,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -40406,7 +40406,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -40470,7 +40470,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIssuerIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"IssuerProvider": "System.String",
@@ -40490,7 +40490,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -40508,7 +40508,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -40576,7 +40576,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificatePolicy, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Ekus": "System.Collections.Generic.List`1[System.String]",
"KeyUsage": "System.Collections.Generic.List`1[System.String]",
@@ -40728,7 +40728,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -40740,7 +40740,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -40752,7 +40752,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificatePolicy, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Ekus": "System.Collections.Generic.List`1[System.String]",
"KeyUsage": "System.Collections.Generic.List`1[System.String]",
@@ -40786,7 +40786,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Int32"
]
@@ -40800,7 +40800,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Int32"
]
@@ -40814,7 +40814,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateSet": [
"application/x-pkcs12",
@@ -40827,7 +40827,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Boolean]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Boolean"
]
@@ -40848,7 +40848,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -40860,7 +40860,7 @@
"Type": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.List`1[System.String]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.String"
]
@@ -40872,7 +40872,7 @@
"Type": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.List`1[System.Security.Cryptography.X509Certificates.X509KeyUsageFlags]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.Security.Cryptography.X509Certificates.X509KeyUsageFlags, System.Security.Cryptography.X509Certificates, Version=4.2.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.Security.Cryptography.X509Certificates.X509KeyUsageFlags, System.Security.Cryptography.X509Certificates, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Security.Cryptography.X509Certificates.X509KeyUsageFlags"
]
@@ -40884,7 +40884,7 @@
"Type": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.List`1[System.String]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.String"
]
@@ -40896,7 +40896,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Int32"
]
@@ -40908,7 +40908,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -40917,7 +40917,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -40926,7 +40926,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Int32"
]
@@ -40938,7 +40938,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Int32"
]
@@ -40950,7 +40950,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateSet": [
"RSA",
@@ -40965,7 +40965,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateSet": [
"2048",
@@ -40991,7 +40991,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Boolean]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Boolean"
]
@@ -41012,7 +41012,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateSet": [
"P-256",
@@ -41054,7 +41054,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -41072,7 +41072,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -41087,7 +41087,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Int32"
]
@@ -41105,7 +41105,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Int32"
]
@@ -41123,7 +41123,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateSet": [
"RSA",
@@ -41144,7 +41144,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateSet": [
"2048",
@@ -41167,7 +41167,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Boolean]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Boolean"
]
@@ -41200,7 +41200,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateSet": [
"P-256",
@@ -41256,7 +41256,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificatePolicy, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Ekus": "System.Collections.Generic.List`1[System.String]",
"KeyUsage": "System.Collections.Generic.List`1[System.String]",
@@ -41296,7 +41296,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -41314,7 +41314,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -41329,7 +41329,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Int32"
]
@@ -41347,7 +41347,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Int32"
]
@@ -41365,7 +41365,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateSet": [
"RSA",
@@ -41386,7 +41386,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateSet": [
"2048",
@@ -41409,7 +41409,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Boolean]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Boolean"
]
@@ -41442,7 +41442,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateSet": [
"P-256",
@@ -41495,7 +41495,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Int32"
]
@@ -41515,7 +41515,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateSet": [
"application/x-pkcs12",
@@ -41534,7 +41534,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Boolean]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Boolean"
]
@@ -41567,7 +41567,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -41585,7 +41585,7 @@
"Type": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.List`1[System.String]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.String"
]
@@ -41603,7 +41603,7 @@
"Type": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.List`1[System.Security.Cryptography.X509Certificates.X509KeyUsageFlags]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.Security.Cryptography.X509Certificates.X509KeyUsageFlags, System.Security.Cryptography.X509Certificates, Version=4.2.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.Security.Cryptography.X509Certificates.X509KeyUsageFlags, System.Security.Cryptography.X509Certificates, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Security.Cryptography.X509Certificates.X509KeyUsageFlags"
]
@@ -41621,7 +41621,7 @@
"Type": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.List`1[System.String]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.String"
]
@@ -41639,7 +41639,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Int32"
]
@@ -41657,7 +41657,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -41672,7 +41672,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -41702,7 +41702,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -41720,7 +41720,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -41735,7 +41735,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Int32"
]
@@ -41753,7 +41753,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Int32"
]
@@ -41771,7 +41771,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateSet": [
"RSA",
@@ -41792,7 +41792,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateSet": [
"2048",
@@ -41815,7 +41815,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Boolean]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Boolean"
]
@@ -41848,7 +41848,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateSet": [
"P-256",
@@ -41901,7 +41901,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Int32"
]
@@ -41921,7 +41921,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateSet": [
"application/x-pkcs12",
@@ -41940,7 +41940,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Boolean]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Boolean"
]
@@ -41973,7 +41973,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -41991,7 +41991,7 @@
"Type": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.List`1[System.String]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.String"
]
@@ -42009,7 +42009,7 @@
"Type": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.List`1[System.Security.Cryptography.X509Certificates.X509KeyUsageFlags]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.Security.Cryptography.X509Certificates.X509KeyUsageFlags, System.Security.Cryptography.X509Certificates, Version=4.2.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.Security.Cryptography.X509Certificates.X509KeyUsageFlags, System.Security.Cryptography.X509Certificates, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Security.Cryptography.X509Certificates.X509KeyUsageFlags"
]
@@ -42027,7 +42027,7 @@
"Type": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.List`1[System.String]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.String"
]
@@ -42045,7 +42045,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Int32"
]
@@ -42063,7 +42063,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -42078,7 +42078,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -42108,7 +42108,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -42126,7 +42126,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -42141,7 +42141,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Int32"
]
@@ -42159,7 +42159,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Int32"
]
@@ -42177,7 +42177,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateSet": [
"RSA",
@@ -42198,7 +42198,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateSet": [
"2048",
@@ -42221,7 +42221,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Boolean]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Boolean"
]
@@ -42254,7 +42254,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateSet": [
"P-256",
@@ -42314,7 +42314,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyRotationPolicy, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LifetimeActions": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.KeyVault.Models.PSKeyRotationLifetimeAction]",
"CreatedOn": "System.Nullable`1[System.DateTimeOffset]",
@@ -42382,7 +42382,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -42394,7 +42394,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -42406,7 +42406,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsHsm": "System.Boolean",
"Tags": "System.Collections.Hashtable",
@@ -42430,7 +42430,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyRotationPolicy, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LifetimeActions": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.KeyVault.Models.PSKeyRotationLifetimeAction]",
"CreatedOn": "System.Nullable`1[System.DateTimeOffset]",
@@ -42448,7 +42448,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -42457,7 +42457,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyRotationLifetimeAction[], Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyRotationLifetimeAction"
},
"ValidateNotNullOrEmpty": false
@@ -42467,7 +42467,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -42502,7 +42502,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -42520,7 +42520,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -42535,7 +42535,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -42550,7 +42550,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyRotationLifetimeAction[], Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyRotationLifetimeAction"
},
"ValidateNotNullOrEmpty": false
@@ -42597,7 +42597,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -42615,7 +42615,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -42630,7 +42630,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -42679,7 +42679,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsHsm": "System.Boolean",
"Tags": "System.Collections.Hashtable",
@@ -42709,7 +42709,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -42724,7 +42724,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyRotationLifetimeAction[], Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyRotationLifetimeAction"
},
"ValidateNotNullOrEmpty": false
@@ -42774,7 +42774,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsHsm": "System.Boolean",
"Tags": "System.Collections.Hashtable",
@@ -42804,7 +42804,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -42850,7 +42850,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyRotationPolicy, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LifetimeActions": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.KeyVault.Models.PSKeyRotationLifetimeAction]",
"CreatedOn": "System.Nullable`1[System.DateTimeOffset]",
@@ -42943,7 +42943,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinition, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinitionAttributes",
"TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -42995,7 +42995,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -43007,7 +43007,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -43016,7 +43016,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes",
"TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -43040,7 +43040,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -43049,7 +43049,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -43058,7 +43058,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -43079,7 +43079,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -43088,7 +43088,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.TimeSpan]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.TimeSpan, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.TimeSpan, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.TimeSpan"
]
@@ -43126,7 +43126,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -43144,7 +43144,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -43162,7 +43162,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -43177,7 +43177,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -43192,7 +43192,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -43225,7 +43225,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -43240,7 +43240,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.TimeSpan]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.TimeSpan, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.TimeSpan, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.TimeSpan"
]
@@ -43289,7 +43289,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes",
"TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -43319,7 +43319,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -43334,7 +43334,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -43349,7 +43349,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -43382,7 +43382,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -43397,7 +43397,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.TimeSpan]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.TimeSpan, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.TimeSpan, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.TimeSpan"
]
@@ -43449,7 +43449,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -43464,7 +43464,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -43479,7 +43479,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -43512,7 +43512,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -43527,7 +43527,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.TimeSpan]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.TimeSpan, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.TimeSpan, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.TimeSpan"
]
@@ -43583,7 +43583,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecret, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretAttributes",
"Tags": "System.Collections.Hashtable",
@@ -43641,7 +43641,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -43653,7 +43653,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -43662,7 +43662,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Hashtable",
"Enabled": "System.Nullable`1[System.Boolean]",
@@ -43685,7 +43685,7 @@
"Type": {
"Namespace": "System.Security",
"Name": "System.Security.SecureString",
- "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -43703,7 +43703,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.DateTime]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.DateTime"
]
@@ -43715,7 +43715,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.DateTime]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.DateTime"
]
@@ -43727,7 +43727,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -43739,7 +43739,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -43774,7 +43774,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -43792,7 +43792,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -43807,7 +43807,7 @@
"Type": {
"Namespace": "System.Security",
"Name": "System.Security.SecureString",
- "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -43837,7 +43837,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.DateTime]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.DateTime"
]
@@ -43855,7 +43855,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.DateTime]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.DateTime"
]
@@ -43873,7 +43873,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -43891,7 +43891,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -43937,7 +43937,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Hashtable",
"Enabled": "System.Nullable`1[System.Boolean]",
@@ -43966,7 +43966,7 @@
"Type": {
"Namespace": "System.Security",
"Name": "System.Security.SecureString",
- "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -43996,7 +43996,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.DateTime]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.DateTime"
]
@@ -44014,7 +44014,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.DateTime]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.DateTime"
]
@@ -44032,7 +44032,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -44050,7 +44050,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -44096,7 +44096,7 @@
"Type": {
"Namespace": "System.Security",
"Name": "System.Security.SecureString",
- "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -44126,7 +44126,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.DateTime]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.DateTime"
]
@@ -44144,7 +44144,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.DateTime]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.DateTime"
]
@@ -44162,7 +44162,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -44180,7 +44180,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -44233,7 +44233,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOperation, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CancellationRequested": "System.Nullable`1[System.Boolean]",
"Id": "System.String",
@@ -44289,7 +44289,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -44301,7 +44301,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -44310,7 +44310,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOperation, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CancellationRequested": "System.Nullable`1[System.Boolean]",
"Id": "System.String",
@@ -44368,7 +44368,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -44386,7 +44386,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -44447,7 +44447,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOperation, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CancellationRequested": "System.Nullable`1[System.Boolean]",
"Id": "System.String",
@@ -44575,7 +44575,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificate, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Policy": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificatePolicy",
"Tags": "System.Collections.Hashtable",
@@ -44630,7 +44630,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -44642,7 +44642,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -44651,7 +44651,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultCertificateIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Hashtable",
"Enabled": "System.Nullable`1[System.Boolean]",
@@ -44700,7 +44700,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -44718,7 +44718,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -44764,7 +44764,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultCertificateIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Hashtable",
"Enabled": "System.Nullable`1[System.Boolean]",
@@ -44862,7 +44862,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKey, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ReleasePolicy": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyReleasePolicy",
"Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyAttributes",
@@ -44924,7 +44924,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -44933,7 +44933,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -44945,7 +44945,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -44954,7 +44954,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultKeyIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsHsm": "System.Boolean",
"Tags": "System.Collections.Hashtable",
@@ -45006,7 +45006,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -45024,7 +45024,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -45070,7 +45070,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -45088,7 +45088,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -45134,7 +45134,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultKeyIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsHsm": "System.Boolean",
"Tags": "System.Collections.Hashtable",
@@ -45235,7 +45235,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"OriginalManagedHsm": "Microsoft.Azure.Management.KeyVault.Models.ManagedHsm",
"Tags": "System.Collections.Hashtable",
@@ -45314,7 +45314,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -45323,7 +45323,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"OriginalManagedHsm": "Microsoft.Azure.Management.KeyVault.Models.ManagedHsm",
"Tags": "System.Collections.Hashtable",
@@ -45356,7 +45356,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -45365,7 +45365,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -45394,7 +45394,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
}
@@ -45412,7 +45412,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -45427,7 +45427,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -45442,7 +45442,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -45483,7 +45483,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -45503,7 +45503,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"OriginalManagedHsm": "Microsoft.Azure.Management.KeyVault.Models.ManagedHsm",
"Tags": "System.Collections.Hashtable",
@@ -45568,7 +45568,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -45614,7 +45614,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -45641,7 +45641,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes",
"TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -45698,7 +45698,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -45710,7 +45710,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -45719,7 +45719,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes",
"TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -45768,7 +45768,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -45786,7 +45786,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -45832,7 +45832,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes",
"TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -45930,7 +45930,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinition, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinitionAttributes",
"TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -45982,7 +45982,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -45994,7 +45994,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -46006,7 +46006,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -46015,7 +46015,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultManagedStorageSasDefinitionIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinitionAttributes",
"TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -46064,7 +46064,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -46082,7 +46082,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -46100,7 +46100,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -46149,7 +46149,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -46195,7 +46195,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultManagedStorageSasDefinitionIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinitionAttributes",
"TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -46227,7 +46227,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -46280,7 +46280,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -46360,7 +46360,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -46369,7 +46369,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -46406,7 +46406,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -46415,7 +46415,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -46424,7 +46424,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -46453,7 +46453,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
}
@@ -46468,7 +46468,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -46483,7 +46483,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -46498,7 +46498,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -46513,7 +46513,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -46554,7 +46554,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -46574,7 +46574,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -46617,7 +46617,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -46658,7 +46658,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -46678,7 +46678,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -46719,7 +46719,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -46746,7 +46746,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecret, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretAttributes",
"Tags": "System.Collections.Hashtable",
@@ -46804,7 +46804,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -46816,7 +46816,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -46825,7 +46825,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultSecretIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Hashtable",
"Enabled": "System.Nullable`1[System.Boolean]",
@@ -46876,7 +46876,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -46894,7 +46894,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -46940,7 +46940,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultSecretIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Hashtable",
"Enabled": "System.Nullable`1[System.Boolean]",
@@ -47040,7 +47040,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -47120,7 +47120,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -47132,7 +47132,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -47141,7 +47141,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -47175,7 +47175,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -47193,7 +47193,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Boolean]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Boolean"
]
@@ -47205,7 +47205,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -47217,7 +47217,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -47246,7 +47246,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
}
@@ -47261,7 +47261,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -47279,7 +47279,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -47309,7 +47309,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Boolean]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Boolean"
]
@@ -47327,7 +47327,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -47345,7 +47345,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -47386,7 +47386,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -47406,7 +47406,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -47461,7 +47461,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Boolean]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Boolean"
]
@@ -47479,7 +47479,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -47497,7 +47497,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -47538,7 +47538,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -47558,7 +47558,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -47588,7 +47588,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Boolean]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Boolean"
]
@@ -47606,7 +47606,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -47624,7 +47624,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -47665,7 +47665,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -47700,7 +47700,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Boolean]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Boolean"
]
@@ -47718,7 +47718,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -47736,7 +47736,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -47777,7 +47777,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -47804,7 +47804,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificate, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Policy": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificatePolicy",
"Tags": "System.Collections.Hashtable",
@@ -47859,7 +47859,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -47871,7 +47871,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -47880,7 +47880,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Hashtable",
"Enabled": "System.Nullable`1[System.Boolean]",
@@ -47904,7 +47904,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -47913,7 +47913,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Boolean]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Boolean"
]
@@ -47925,7 +47925,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -47969,7 +47969,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -47987,7 +47987,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -48005,7 +48005,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -48020,7 +48020,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Boolean]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Boolean"
]
@@ -48038,7 +48038,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -48099,7 +48099,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Hashtable",
"Enabled": "System.Nullable`1[System.Boolean]",
@@ -48129,7 +48129,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -48144,7 +48144,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Boolean]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Boolean"
]
@@ -48162,7 +48162,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -48223,7 +48223,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Boolean]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Boolean"
]
@@ -48241,7 +48241,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -48312,7 +48312,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKey, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ReleasePolicy": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyReleasePolicy",
"Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyAttributes",
@@ -48374,7 +48374,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -48383,7 +48383,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -48395,7 +48395,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -48404,7 +48404,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsHsm": "System.Boolean",
"Tags": "System.Collections.Hashtable",
@@ -48431,7 +48431,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -48440,7 +48440,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Boolean]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Boolean"
]
@@ -48452,7 +48452,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.DateTime]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.DateTime"
]
@@ -48464,7 +48464,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.DateTime]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.DateTime"
]
@@ -48476,7 +48476,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -48495,7 +48495,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -48507,7 +48507,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -48551,7 +48551,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -48569,7 +48569,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -48587,7 +48587,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -48602,7 +48602,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Boolean]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Boolean"
]
@@ -48620,7 +48620,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.DateTime]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.DateTime"
]
@@ -48638,7 +48638,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.DateTime]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.DateTime"
]
@@ -48656,7 +48656,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -48675,7 +48675,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -48736,7 +48736,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -48754,7 +48754,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -48784,7 +48784,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -48802,7 +48802,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -48817,7 +48817,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Boolean]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Boolean"
]
@@ -48835,7 +48835,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.DateTime]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.DateTime"
]
@@ -48853,7 +48853,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.DateTime]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.DateTime"
]
@@ -48871,7 +48871,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -48890,7 +48890,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -48951,7 +48951,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsHsm": "System.Boolean",
"Tags": "System.Collections.Hashtable",
@@ -48984,7 +48984,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -48999,7 +48999,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Boolean]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Boolean"
]
@@ -49017,7 +49017,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.DateTime]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.DateTime"
]
@@ -49035,7 +49035,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.DateTime]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.DateTime"
]
@@ -49053,7 +49053,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -49072,7 +49072,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -49136,7 +49136,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -49151,7 +49151,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Boolean]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Boolean"
]
@@ -49169,7 +49169,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.DateTime]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.DateTime"
]
@@ -49187,7 +49187,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.DateTime]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.DateTime"
]
@@ -49205,7 +49205,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -49224,7 +49224,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -49296,7 +49296,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"OriginalManagedHsm": "Microsoft.Azure.Management.KeyVault.Models.ManagedHsm",
"Tags": "System.Collections.Hashtable",
@@ -49375,7 +49375,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -49384,7 +49384,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -49393,7 +49393,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"OriginalManagedHsm": "Microsoft.Azure.Management.KeyVault.Models.ManagedHsm",
"Tags": "System.Collections.Hashtable",
@@ -49423,7 +49423,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -49441,7 +49441,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -49453,7 +49453,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -49482,7 +49482,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
}
@@ -49500,7 +49500,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -49515,7 +49515,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -49545,7 +49545,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -49563,7 +49563,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -49604,7 +49604,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -49624,7 +49624,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"OriginalManagedHsm": "Microsoft.Azure.Management.KeyVault.Models.ManagedHsm",
"Tags": "System.Collections.Hashtable",
@@ -49675,7 +49675,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -49693,7 +49693,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -49734,7 +49734,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -49754,7 +49754,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -49784,7 +49784,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -49802,7 +49802,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -49843,7 +49843,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -49878,7 +49878,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -49896,7 +49896,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -49937,7 +49937,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -49964,7 +49964,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes",
"TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -50021,7 +50021,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -50034,7 +50034,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -50043,7 +50043,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes",
"TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -50064,7 +50064,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -50073,7 +50073,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Boolean]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Boolean"
]
@@ -50085,7 +50085,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.TimeSpan]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.TimeSpan, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.TimeSpan, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.TimeSpan"
]
@@ -50097,7 +50097,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Boolean]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Boolean"
]
@@ -50112,7 +50112,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -50156,7 +50156,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -50175,7 +50175,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -50190,7 +50190,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -50205,7 +50205,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Boolean]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Boolean"
]
@@ -50223,7 +50223,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.TimeSpan]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.TimeSpan, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.TimeSpan, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.TimeSpan"
]
@@ -50241,7 +50241,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Boolean]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Boolean"
]
@@ -50262,7 +50262,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -50323,7 +50323,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes",
"TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -50350,7 +50350,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -50365,7 +50365,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Boolean]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Boolean"
]
@@ -50383,7 +50383,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.TimeSpan]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.TimeSpan, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.TimeSpan, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.TimeSpan"
]
@@ -50401,7 +50401,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Boolean]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Boolean"
]
@@ -50422,7 +50422,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -50483,7 +50483,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -50498,7 +50498,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Boolean]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Boolean"
]
@@ -50516,7 +50516,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.TimeSpan]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.TimeSpan, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.TimeSpan, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.TimeSpan"
]
@@ -50534,7 +50534,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Boolean]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Boolean"
]
@@ -50555,7 +50555,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -50623,7 +50623,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes",
"TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -50680,7 +50680,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -50693,7 +50693,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -50702,7 +50702,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes",
"TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -50723,7 +50723,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -50776,7 +50776,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -50795,7 +50795,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -50810,7 +50810,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -50886,7 +50886,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes",
"TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -50913,7 +50913,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -50989,7 +50989,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -51072,7 +51072,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -51152,7 +51152,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -51161,7 +51161,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -51195,7 +51195,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -51204,7 +51204,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -51213,7 +51213,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleDefaultActionEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleDefaultActionEnum"
]
@@ -51225,7 +51225,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleBypassEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleBypassEnum"
]
@@ -51237,7 +51237,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -51247,7 +51247,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -51286,7 +51286,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
}
@@ -51301,7 +51301,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -51316,7 +51316,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -51331,7 +51331,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleDefaultActionEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleDefaultActionEnum"
]
@@ -51349,7 +51349,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleBypassEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleBypassEnum"
]
@@ -51367,7 +51367,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -51383,7 +51383,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -51440,7 +51440,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -51460,7 +51460,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -51500,7 +51500,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleDefaultActionEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleDefaultActionEnum"
]
@@ -51518,7 +51518,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleBypassEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleBypassEnum"
]
@@ -51536,7 +51536,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -51552,7 +51552,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -51609,7 +51609,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -51629,7 +51629,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -51644,7 +51644,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleDefaultActionEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleDefaultActionEnum"
]
@@ -51662,7 +51662,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleBypassEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleBypassEnum"
]
@@ -51680,7 +51680,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -51696,7 +51696,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -51753,7 +51753,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -51773,7 +51773,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleDefaultActionEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleDefaultActionEnum"
]
@@ -51791,7 +51791,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleBypassEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleBypassEnum"
]
@@ -51809,7 +51809,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -51825,7 +51825,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
@@ -51882,7 +51882,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -51909,7 +51909,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecret, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretAttributes",
"Tags": "System.Collections.Hashtable",
@@ -51967,7 +51967,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -51979,7 +51979,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -51988,7 +51988,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Hashtable",
"Enabled": "System.Nullable`1[System.Boolean]",
@@ -52014,7 +52014,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -52023,7 +52023,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Boolean]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Boolean"
]
@@ -52035,7 +52035,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.DateTime]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.DateTime"
]
@@ -52047,7 +52047,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.DateTime]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.DateTime"
]
@@ -52059,7 +52059,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -52071,7 +52071,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -52115,7 +52115,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -52133,7 +52133,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -52151,7 +52151,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -52166,7 +52166,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Boolean]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Boolean"
]
@@ -52184,7 +52184,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.DateTime]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.DateTime"
]
@@ -52202,7 +52202,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.DateTime]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.DateTime"
]
@@ -52220,7 +52220,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -52238,7 +52238,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -52299,7 +52299,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Hashtable",
"Enabled": "System.Nullable`1[System.Boolean]",
@@ -52331,7 +52331,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -52346,7 +52346,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Boolean]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Boolean"
]
@@ -52364,7 +52364,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.DateTime]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.DateTime"
]
@@ -52382,7 +52382,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.DateTime]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.DateTime"
]
@@ -52400,7 +52400,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -52418,7 +52418,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -52482,7 +52482,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -52497,7 +52497,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Boolean]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Boolean"
]
@@ -52515,7 +52515,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.DateTime]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.DateTime"
]
@@ -52533,7 +52533,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.DateTime]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.DateTime"
]
@@ -52551,7 +52551,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -52569,7 +52569,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -52673,7 +52673,7 @@
"System.Nullable`1[System.Boolean]": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Boolean]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Boolean"
]
@@ -52681,12 +52681,12 @@
"System.Type": {
"Namespace": "System",
"Name": "System.Type",
- "AssemblyQualifiedName": "System.Type, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Type, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"System.Collections.Generic.List`1[System.String]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.List`1[System.String]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.String"
]
@@ -52694,7 +52694,7 @@
"System.Nullable`1[System.DateTime]": {
"Namespace": "System",
"Name": "System.Nullable`1[System.DateTime]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.DateTime"
]
@@ -52702,12 +52702,12 @@
"System.DateTime": {
"Namespace": "System",
"Name": "System.DateTime",
- "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"System.Nullable`1[System.Int32]": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Int32"
]
@@ -52739,7 +52739,7 @@
"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=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.String",
"System.String"
@@ -52778,7 +52778,7 @@
"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=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.String"
]
@@ -52818,18 +52818,18 @@
"System.Byte[]": {
"Namespace": "System",
"Name": "System.Byte[]",
- "AssemblyQualifiedName": "System.Byte[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Byte[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.Byte"
},
"System.Void": {
"Namespace": "System",
"Name": "System.Void",
- "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"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]",
- "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount"
]
@@ -52837,7 +52837,7 @@
"System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment"
]
@@ -52845,7 +52845,7 @@
"System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]",
- "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription"
]
@@ -52853,13 +52853,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[], Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PermissionsToKeys": "System.Collections.Generic.List`1[System.String]",
"PermissionsToSecrets": "System.Collections.Generic.List`1[System.String]",
@@ -52952,12 +52952,12 @@
"System.Guid": {
"Namespace": "System",
"Name": "System.Guid",
- "AssemblyQualifiedName": "System.Guid, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Guid, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"System.Nullable`1[System.Guid]": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Guid]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Guid, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Guid, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Guid"
]
@@ -52965,7 +52965,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Bypass": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleBypassEnum",
"DefaultAction": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleDefaultActionEnum",
@@ -53028,7 +53028,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleBypassEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -53050,6 +53050,14 @@
],
"ReturnType": "System.Boolean"
},
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
{
"Name": "CompareTo",
"Parameters": [
@@ -53060,14 +53068,6 @@
],
"ReturnType": "System.Int32"
},
- {
- "Name": "GetHashCode",
- "ReturnType": "System.Int32"
- },
- {
- "Name": "ToString",
- "ReturnType": "System.String"
- },
{
"Name": "ToString",
"Parameters": [
@@ -53115,12 +53115,12 @@
"System.TypeCode": {
"Namespace": "System",
"Name": "System.TypeCode",
- "AssemblyQualifiedName": "System.TypeCode, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.TypeCode, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleDefaultActionEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -53142,6 +53142,14 @@
],
"ReturnType": "System.Boolean"
},
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
{
"Name": "CompareTo",
"Parameters": [
@@ -53152,14 +53160,6 @@
],
"ReturnType": "System.Int32"
},
- {
- "Name": "GetHashCode",
- "ReturnType": "System.Int32"
- },
- {
- "Name": "ToString",
- "ReturnType": "System.String"
- },
{
"Name": "ToString",
"Parameters": [
@@ -53207,7 +53207,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.KeyVault.Models.Vault, Microsoft.Azure.PowerShell.KeyVault.Management.Sdk, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SystemData": "Microsoft.Azure.Management.KeyVault.Models.SystemData",
"Properties": "Microsoft.Azure.Management.KeyVault.Models.VaultProperties",
@@ -53287,7 +53287,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.KeyVault.Models.SystemData, Microsoft.Azure.PowerShell.KeyVault.Management.Sdk, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CreatedAt": "System.Nullable`1[System.DateTime]",
"LastModifiedAt": "System.Nullable`1[System.DateTime]",
@@ -53358,7 +53358,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.KeyVault.Models.VaultProperties, Microsoft.Azure.PowerShell.KeyVault.Management.Sdk, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"NetworkAcls": "Microsoft.Azure.Management.KeyVault.Models.NetworkRuleSet",
"Sku": "Microsoft.Azure.Management.KeyVault.Models.Sku",
@@ -53488,9 +53488,10 @@
"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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.KeyVault.Models.NetworkRuleSet, Microsoft.Azure.PowerShell.KeyVault.Management.Sdk, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IpRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.KeyVault.Models.IPRule]",
+ "IPRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.KeyVault.Models.IPRule]",
"VirtualNetworkRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.KeyVault.Models.VirtualNetworkRule]",
"Bypass": "System.String",
"DefaultAction": "System.String"
@@ -53549,7 +53550,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.KeyVault.Models.IPRule, Microsoft.Azure.PowerShell.KeyVault.Management.Sdk, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.KeyVault.Models.IPRule"
]
@@ -53557,7 +53558,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.KeyVault.Models.IPRule, Microsoft.Azure.PowerShell.KeyVault.Management.Sdk, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Value": "System.String"
},
@@ -53607,7 +53608,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.KeyVault.Models.VirtualNetworkRule, Microsoft.Azure.PowerShell.KeyVault.Management.Sdk, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.KeyVault.Models.VirtualNetworkRule"
]
@@ -53615,7 +53616,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.KeyVault.Models.VirtualNetworkRule, Microsoft.Azure.PowerShell.KeyVault.Management.Sdk, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IgnoreMissingVnetServiceEndpoint": "System.Nullable`1[System.Boolean]",
"Id": "System.String"
@@ -53670,7 +53671,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.KeyVault.Models.Sku, Microsoft.Azure.PowerShell.KeyVault.Management.Sdk, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "Microsoft.Azure.Management.KeyVault.Models.SkuName",
"Family": "System.String"
@@ -53721,7 +53722,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.KeyVault.Models.SkuName, Microsoft.Azure.PowerShell.KeyVault.Management.Sdk, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -53743,6 +53744,14 @@
],
"ReturnType": "System.Boolean"
},
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
{
"Name": "CompareTo",
"Parameters": [
@@ -53753,14 +53762,6 @@
],
"ReturnType": "System.Int32"
},
- {
- "Name": "GetHashCode",
- "ReturnType": "System.Int32"
- },
- {
- "Name": "ToString",
- "ReturnType": "System.String"
- },
{
"Name": "ToString",
"Parameters": [
@@ -53808,7 +53809,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.KeyVault.Models.AccessPolicyEntry, Microsoft.Azure.PowerShell.KeyVault.Management.Sdk, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.KeyVault.Models.AccessPolicyEntry"
]
@@ -53816,7 +53817,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.KeyVault.Models.AccessPolicyEntry, Microsoft.Azure.PowerShell.KeyVault.Management.Sdk, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Permissions": "Microsoft.Azure.Management.KeyVault.Models.Permissions",
"TenantId": "System.Guid",
@@ -53881,7 +53882,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.KeyVault.Models.Permissions, Microsoft.Azure.PowerShell.KeyVault.Management.Sdk, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Keys": "System.Collections.Generic.IList`1[System.String]",
"Secrets": "System.Collections.Generic.IList`1[System.String]",
@@ -53942,7 +53943,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.KeyVault.Models.PrivateEndpointConnectionItem, Microsoft.Azure.PowerShell.KeyVault.Management.Sdk, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.KeyVault.Models.PrivateEndpointConnectionItem"
]
@@ -53950,7 +53951,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.KeyVault.Models.PrivateEndpointConnectionItem, Microsoft.Azure.PowerShell.KeyVault.Management.Sdk, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PrivateEndpoint": "Microsoft.Azure.Management.KeyVault.Models.PrivateEndpoint",
"PrivateLinkServiceConnectionState": "Microsoft.Azure.Management.KeyVault.Models.PrivateLinkServiceConnectionState",
@@ -54016,7 +54017,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.KeyVault.Models.PrivateEndpoint, Microsoft.Azure.PowerShell.KeyVault.Management.Sdk, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String"
},
@@ -54062,7 +54063,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.KeyVault.Models.PrivateLinkServiceConnectionState, Microsoft.Azure.PowerShell.KeyVault.Management.Sdk, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Status": "System.String",
"Description": "System.String",
@@ -54118,7 +54119,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.KeyVault.Models.CreateMode, Microsoft.Azure.PowerShell.KeyVault.Management.Sdk, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.KeyVault.Models.CreateMode"
]
@@ -54126,7 +54127,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.KeyVault.Models.CreateMode, Microsoft.Azure.PowerShell.KeyVault.Management.Sdk, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -54148,6 +54149,14 @@
],
"ReturnType": "System.Boolean"
},
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
{
"Name": "CompareTo",
"Parameters": [
@@ -54158,14 +54167,6 @@
],
"ReturnType": "System.Int32"
},
- {
- "Name": "GetHashCode",
- "ReturnType": "System.Int32"
- },
- {
- "Name": "ToString",
- "ReturnType": "System.String"
- },
{
"Name": "ToString",
"Parameters": [
@@ -54213,12 +54214,12 @@
"System.Collections.Hashtable": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyReleasePolicy, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Immutable": "System.Nullable`1[System.Boolean]",
"PolicyContent": "System.String",
@@ -54257,7 +54258,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyAttributes, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ReleasePolicy": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyReleasePolicy",
"TagsDirectionary": "System.Collections.Generic.Dictionary`2[System.String,System.String]",
@@ -54322,7 +54323,7 @@
"System.Collections.Generic.Dictionary`2[System.String,System.String]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.Dictionary`2[System.String,System.String]",
- "AssemblyQualifiedName": "System.Collections.Generic.Dictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.Dictionary`2[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.String",
"System.String"
@@ -54331,7 +54332,7 @@
"System.String[]": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
"Azure.Security.KeyVault.Keys.KeyProperties": {
@@ -54453,7 +54454,7 @@
"System.Nullable`1[System.DateTimeOffset]": {
"Namespace": "System",
"Name": "System.Nullable`1[System.DateTimeOffset]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.DateTimeOffset, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.DateTimeOffset, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.DateTimeOffset"
]
@@ -54461,12 +54462,12 @@
"System.DateTimeOffset": {
"Namespace": "System",
"Name": "System.DateTimeOffset",
- "AssemblyQualifiedName": "System.DateTimeOffset, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.DateTimeOffset, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"System.Uri": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"Microsoft.Azure.KeyVault.WebKey.JsonWebKey": {
"Namespace": "Microsoft.Azure.KeyVault.WebKey",
@@ -54656,22 +54657,22 @@
"System.Security.Cryptography.Aes": {
"Namespace": "System.Security.Cryptography",
"Name": "System.Security.Cryptography.Aes",
- "AssemblyQualifiedName": "System.Security.Cryptography.Aes, System.Security.Cryptography.Algorithms, Version=4.3.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Security.Cryptography.Aes, System.Security.Cryptography.Algorithms, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"System.Security.Cryptography.RSA": {
"Namespace": "System.Security.Cryptography",
"Name": "System.Security.Cryptography.RSA",
- "AssemblyQualifiedName": "System.Security.Cryptography.RSA, System.Security.Cryptography.Algorithms, Version=4.3.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Security.Cryptography.RSA, System.Security.Cryptography.Algorithms, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"System.Security.Cryptography.RSAParameters": {
"Namespace": "System.Security.Cryptography",
"Name": "System.Security.Cryptography.RSAParameters",
- "AssemblyQualifiedName": "System.Security.Cryptography.RSAParameters, System.Security.Cryptography.Algorithms, Version=4.3.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Security.Cryptography.RSAParameters, System.Security.Cryptography.Algorithms, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"System.Security.Cryptography.ECDsa": {
"Namespace": "System.Security.Cryptography",
"Name": "System.Security.Cryptography.ECDsa",
- "AssemblyQualifiedName": "System.Security.Cryptography.ECDsa, System.Security.Cryptography.Algorithms, Version=4.3.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Security.Cryptography.ECDsa, System.Security.Cryptography.Algorithms, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"Microsoft.Azure.KeyVault.WebKey.ECParameters": {
"Namespace": "Microsoft.Azure.KeyVault.WebKey",
@@ -54716,7 +54717,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.KeyVault.Models.ManagedHsm, Microsoft.Azure.PowerShell.KeyVault.Management.Sdk, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.KeyVault.Models.ManagedHsmProperties",
"Sku": "Microsoft.Azure.Management.KeyVault.Models.ManagedHsmSku",
@@ -54801,10 +54802,10 @@
"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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.KeyVault.Models.ManagedHsmProperties, Microsoft.Azure.PowerShell.KeyVault.Management.Sdk, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "NetworkAcls": "Microsoft.Azure.Management.KeyVault.Models.MHSMNetworkRuleSet",
- "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.KeyVault.Models.MHSMPrivateEndpointConnectionItem]",
+ "NetworkAcls": "Microsoft.Azure.Management.KeyVault.Models.MhsmNetworkRuleSet",
+ "PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.KeyVault.Models.MhsmPrivateEndpointConnectionItem]",
"InitialAdminObjectIds": "System.Collections.Generic.IList`1[System.String]",
"CreateMode": "System.Nullable`1[Microsoft.Azure.Management.KeyVault.Models.CreateMode]",
"EnableSoftDelete": "System.Nullable`1[System.Boolean]",
@@ -54904,13 +54905,14 @@
}
]
},
- "Microsoft.Azure.Management.KeyVault.Models.MHSMNetworkRuleSet": {
+ "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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Name": "Microsoft.Azure.Management.KeyVault.Models.MhsmNetworkRuleSet",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.KeyVault.Models.MhsmNetworkRuleSet, Microsoft.Azure.PowerShell.KeyVault.Management.Sdk, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "IpRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.KeyVault.Models.MHSMIPRule]",
- "VirtualNetworkRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.KeyVault.Models.MHSMVirtualNetworkRule]",
+ "IpRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.KeyVault.Models.MhsmipRule]",
+ "IPRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.KeyVault.Models.MhsmipRule]",
+ "VirtualNetworkRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.KeyVault.Models.MhsmVirtualNetworkRule]",
"Bypass": "System.String",
"DefaultAction": "System.String"
},
@@ -54965,18 +54967,18 @@
}
]
},
- "System.Collections.Generic.IList`1[Microsoft.Azure.Management.KeyVault.Models.MHSMIPRule]": {
+ "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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "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=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
- "Microsoft.Azure.Management.KeyVault.Models.MHSMIPRule"
+ "Microsoft.Azure.Management.KeyVault.Models.MhsmipRule"
]
},
- "Microsoft.Azure.Management.KeyVault.Models.MHSMIPRule": {
+ "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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Name": "Microsoft.Azure.Management.KeyVault.Models.MhsmipRule",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.KeyVault.Models.MhsmipRule, Microsoft.Azure.PowerShell.KeyVault.Management.Sdk, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Value": "System.String"
},
@@ -55023,18 +55025,18 @@
}
]
},
- "System.Collections.Generic.IList`1[Microsoft.Azure.Management.KeyVault.Models.MHSMVirtualNetworkRule]": {
+ "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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "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=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
- "Microsoft.Azure.Management.KeyVault.Models.MHSMVirtualNetworkRule"
+ "Microsoft.Azure.Management.KeyVault.Models.MhsmVirtualNetworkRule"
]
},
- "Microsoft.Azure.Management.KeyVault.Models.MHSMVirtualNetworkRule": {
+ "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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Name": "Microsoft.Azure.Management.KeyVault.Models.MhsmVirtualNetworkRule",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.KeyVault.Models.MhsmVirtualNetworkRule, Microsoft.Azure.PowerShell.KeyVault.Management.Sdk, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String"
},
@@ -55081,21 +55083,21 @@
}
]
},
- "System.Collections.Generic.IList`1[Microsoft.Azure.Management.KeyVault.Models.MHSMPrivateEndpointConnectionItem]": {
+ "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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "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=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
- "Microsoft.Azure.Management.KeyVault.Models.MHSMPrivateEndpointConnectionItem"
+ "Microsoft.Azure.Management.KeyVault.Models.MhsmPrivateEndpointConnectionItem"
]
},
- "Microsoft.Azure.Management.KeyVault.Models.MHSMPrivateEndpointConnectionItem": {
+ "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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Name": "Microsoft.Azure.Management.KeyVault.Models.MhsmPrivateEndpointConnectionItem",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.KeyVault.Models.MhsmPrivateEndpointConnectionItem, Microsoft.Azure.PowerShell.KeyVault.Management.Sdk, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "PrivateEndpoint": "Microsoft.Azure.Management.KeyVault.Models.MHSMPrivateEndpoint",
- "PrivateLinkServiceConnectionState": "Microsoft.Azure.Management.KeyVault.Models.MHSMPrivateLinkServiceConnectionState",
+ "PrivateEndpoint": "Microsoft.Azure.Management.KeyVault.Models.MhsmPrivateEndpoint",
+ "PrivateLinkServiceConnectionState": "Microsoft.Azure.Management.KeyVault.Models.MhsmPrivateLinkServiceConnectionState",
"Id": "System.String",
"Etag": "System.String",
"ProvisioningState": "System.String"
@@ -55155,10 +55157,10 @@
}
]
},
- "Microsoft.Azure.Management.KeyVault.Models.MHSMPrivateEndpoint": {
+ "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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Name": "Microsoft.Azure.Management.KeyVault.Models.MhsmPrivateEndpoint",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.KeyVault.Models.MhsmPrivateEndpoint, Microsoft.Azure.PowerShell.KeyVault.Management.Sdk, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String"
},
@@ -55201,10 +55203,10 @@
}
]
},
- "Microsoft.Azure.Management.KeyVault.Models.MHSMPrivateLinkServiceConnectionState": {
+ "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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Name": "Microsoft.Azure.Management.KeyVault.Models.MhsmPrivateLinkServiceConnectionState",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.KeyVault.Models.MhsmPrivateLinkServiceConnectionState, Microsoft.Azure.PowerShell.KeyVault.Management.Sdk, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Status": "System.String",
"Description": "System.String",
@@ -55260,7 +55262,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.KeyVault.Models.ManagedHsmSku, Microsoft.Azure.PowerShell.KeyVault.Management.Sdk, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "Microsoft.Azure.Management.KeyVault.Models.ManagedHsmSkuName",
"Family": "System.String"
@@ -55311,7 +55313,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.KeyVault.Models.ManagedHsmSkuName, Microsoft.Azure.PowerShell.KeyVault.Management.Sdk, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -55333,6 +55335,14 @@
],
"ReturnType": "System.Boolean"
},
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
{
"Name": "CompareTo",
"Parameters": [
@@ -55343,14 +55353,6 @@
],
"ReturnType": "System.Int32"
},
- {
- "Name": "GetHashCode",
- "ReturnType": "System.Int32"
- },
- {
- "Name": "ToString",
- "ReturnType": "System.String"
- },
{
"Name": "ToString",
"Parameters": [
@@ -55398,7 +55400,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Enabled": "System.Nullable`1[System.Boolean]",
"Created": "System.Nullable`1[System.DateTime]",
@@ -55444,7 +55446,7 @@
"System.Nullable`1[System.TimeSpan]": {
"Namespace": "System",
"Name": "System.Nullable`1[System.TimeSpan]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.TimeSpan, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.TimeSpan, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.TimeSpan"
]
@@ -55452,12 +55454,12 @@
"System.TimeSpan": {
"Namespace": "System",
"Name": "System.TimeSpan",
- "AssemblyQualifiedName": "System.TimeSpan, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.TimeSpan, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificatePolicy, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Ekus": "System.Collections.Generic.List`1[System.String]",
"KeyUsage": "System.Collections.Generic.List`1[System.String]",
@@ -55601,12 +55603,12 @@
"System.Security.Cryptography.X509Certificates.X509Certificate2": {
"Namespace": "System.Security.Cryptography.X509Certificates",
"Name": "System.Security.Cryptography.X509Certificates.X509Certificate2",
- "AssemblyQualifiedName": "System.Security.Cryptography.X509Certificates.X509Certificate2, System.Security.Cryptography.X509Certificates, Version=4.2.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Security.Cryptography.X509Certificates.X509Certificate2, System.Security.Cryptography.X509Certificates, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOrganizationDetails, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AdministratorDetails": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateAdministratorDetails]",
"Id": "System.String"
@@ -55644,7 +55646,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.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=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateAdministratorDetails"
]
@@ -55652,7 +55654,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateAdministratorDetails, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FirstName": "System.String",
"LastName": "System.String",
@@ -55692,12 +55694,12 @@
"System.Security.SecureString": {
"Namespace": "System.Security",
"Name": "System.Security.SecureString",
- "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.KeyVault.Models.PSKeyRotationLifetimeAction, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.KeyVault.Models.PSKeyRotationLifetimeAction"
]
@@ -55705,7 +55707,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyRotationLifetimeAction, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Action": "System.String",
"TimeAfterCreate": "System.String",
@@ -55753,7 +55755,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinitionAttributes, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Enabled": "System.Nullable`1[System.Boolean]",
"Created": "System.Nullable`1[System.DateTime]",
@@ -55799,13 +55801,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultPermission[], Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultPermission, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Actions": "System.String[]",
"NotActions": "System.String[]",
@@ -55854,7 +55856,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretAttributes, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"TagsDictionary": "System.Collections.Generic.Dictionary`2[System.String,System.String]",
"Tags": "System.Collections.Hashtable",
@@ -55900,7 +55902,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=4.9.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.SecurityDomain.Models.KeyPath, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Password": "System.Security.SecureString",
"PrivateKey": "System.String",
@@ -55939,7 +55941,7 @@
"System.Security.Cryptography.X509Certificates.X509KeyUsageFlags": {
"Namespace": "System.Security.Cryptography.X509Certificates",
"Name": "System.Security.Cryptography.X509Certificates.X509KeyUsageFlags",
- "AssemblyQualifiedName": "System.Security.Cryptography.X509Certificates.X509KeyUsageFlags, System.Security.Cryptography.X509Certificates, Version=4.2.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "AssemblyQualifiedName": "System.Security.Cryptography.X509Certificates.X509KeyUsageFlags, System.Security.Cryptography.X509Certificates, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
}
}
}
\ No newline at end of file
diff --git a/tools/Tools.Common/SerializedCmdlets/Az.Maintenance.json b/tools/Tools.Common/SerializedCmdlets/Az.Maintenance.json
index 71b9bdca4c68..f878a93b1f0f 100644
--- a/tools/Tools.Common/SerializedCmdlets/Az.Maintenance.json
+++ b/tools/Tools.Common/SerializedCmdlets/Az.Maintenance.json
@@ -1,6 +1,6 @@
{
"ModuleName": "Az.Maintenance",
- "ModuleVersion": "1.2.1",
+ "ModuleVersion": "1.3.0",
"Cmdlets": [
{
"VerbName": "Get",
@@ -16,7 +16,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Maintenance.Models",
"Name": "Microsoft.Azure.Commands.Maintenance.Models.PSApplyUpdate",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Maintenance.Models.PSApplyUpdate, Microsoft.Azure.PowerShell.Cmdlets.Maintenance, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Maintenance.Models.PSApplyUpdate, Microsoft.Azure.PowerShell.Cmdlets.Maintenance, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LastUpdateTime": "System.Nullable`1[System.DateTime]",
"Status": "System.String",
@@ -66,7 +66,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -75,7 +75,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -84,7 +84,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -93,7 +93,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -102,7 +102,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -111,7 +111,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -120,7 +120,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -155,7 +155,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -170,7 +170,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -185,7 +185,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -200,7 +200,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -215,7 +215,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -230,7 +230,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -245,7 +245,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -329,14 +329,20 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Maintenance.Models",
"Name": "Microsoft.Azure.Commands.Maintenance.Models.PSConfigurationAssignment",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Maintenance.Models.PSConfigurationAssignment, Microsoft.Azure.PowerShell.Cmdlets.Maintenance, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Maintenance.Models.PSConfigurationAssignment, Microsoft.Azure.PowerShell.Cmdlets.Maintenance, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Location": "System.String",
"MaintenanceConfigurationId": "System.String",
"ResourceId": "System.String",
"Id": "System.String",
"Name": "System.String",
- "Type": "System.String"
+ "Type": "System.String",
+ "FilterTag": "System.String",
+ "FilterOperator": "System.String",
+ "FilterResourceType": "System.String[]",
+ "FilterLocation": "System.String[]",
+ "FilterResourceGroup": "System.String[]",
+ "FilterOsType": "System.String[]"
},
"Methods": [
{
@@ -379,7 +385,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -388,7 +394,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -397,7 +403,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -406,7 +412,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -415,7 +421,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -424,7 +430,16 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ConfigurationAssignmentName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -459,11 +474,11 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": true,
+ "Mandatory": false,
"Position": 0,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": true
@@ -474,11 +489,11 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": true,
+ "Mandatory": false,
"Position": 1,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": true
@@ -489,7 +504,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -504,7 +519,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -519,11 +534,11 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": true,
+ "Mandatory": false,
"Position": 2,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": true
@@ -534,15 +549,30 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": true,
+ "Mandatory": false,
"Position": 3,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": true
},
+ {
+ "ParameterMetadata": {
+ "Name": "ConfigurationAssignmentName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
{
"ParameterMetadata": {
"Name": "DefaultProfile",
@@ -618,7 +648,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Maintenance.Models",
"Name": "Microsoft.Azure.Commands.Maintenance.Models.PSMaintenanceConfiguration",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Maintenance.Models.PSMaintenanceConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Maintenance, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Maintenance.Models.PSMaintenanceConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Maintenance, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"WindowParameterClassificationToInclude": "System.Collections.Generic.HashSet`1[System.String]",
"WindowParameterKbNumberToExclude": "System.Collections.Generic.HashSet`1[System.String]",
@@ -686,7 +716,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -695,7 +725,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -730,7 +760,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -745,7 +775,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -829,7 +859,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Maintenance.Models",
"Name": "Microsoft.Azure.Commands.Maintenance.Models.PSMaintenanceConfiguration",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Maintenance.Models.PSMaintenanceConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Maintenance, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Maintenance.Models.PSMaintenanceConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Maintenance, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"WindowParameterClassificationToInclude": "System.Collections.Generic.HashSet`1[System.String]",
"WindowParameterKbNumberToExclude": "System.Collections.Generic.HashSet`1[System.String]",
@@ -897,7 +927,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -906,7 +936,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -941,7 +971,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -956,7 +986,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -1119,7 +1149,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -1128,7 +1158,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -1137,7 +1167,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -1146,7 +1176,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -1155,7 +1185,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -1164,7 +1194,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -1199,7 +1229,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -1214,7 +1244,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -1229,7 +1259,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -1244,7 +1274,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -1259,7 +1289,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -1274,7 +1304,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -1358,7 +1388,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Maintenance.Models",
"Name": "Microsoft.Azure.Commands.Maintenance.Models.PSApplyUpdate",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Maintenance.Models.PSApplyUpdate, Microsoft.Azure.PowerShell.Cmdlets.Maintenance, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Maintenance.Models.PSApplyUpdate, Microsoft.Azure.PowerShell.Cmdlets.Maintenance, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LastUpdateTime": "System.Nullable`1[System.DateTime]",
"Status": "System.String",
@@ -1408,7 +1438,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -1417,7 +1447,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -1426,7 +1456,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -1435,7 +1465,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -1444,7 +1474,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -1453,7 +1483,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -1497,7 +1527,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -1512,7 +1542,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -1527,7 +1557,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -1542,7 +1572,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -1557,7 +1587,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -1572,7 +1602,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -1686,14 +1716,20 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Maintenance.Models",
"Name": "Microsoft.Azure.Commands.Maintenance.Models.PSConfigurationAssignment",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Maintenance.Models.PSConfigurationAssignment, Microsoft.Azure.PowerShell.Cmdlets.Maintenance, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Maintenance.Models.PSConfigurationAssignment, Microsoft.Azure.PowerShell.Cmdlets.Maintenance, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Location": "System.String",
"MaintenanceConfigurationId": "System.String",
"ResourceId": "System.String",
"Id": "System.String",
"Name": "System.String",
- "Type": "System.String"
+ "Type": "System.String",
+ "FilterTag": "System.String",
+ "FilterOperator": "System.String",
+ "FilterResourceType": "System.String[]",
+ "FilterLocation": "System.String[]",
+ "FilterResourceGroup": "System.String[]",
+ "FilterOsType": "System.String[]"
},
"Methods": [
{
@@ -1736,7 +1772,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -1745,7 +1781,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -1754,7 +1790,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -1763,7 +1799,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -1772,7 +1808,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -1781,7 +1817,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -1790,7 +1826,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -1799,7 +1835,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -1808,7 +1844,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -1817,7 +1853,65 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "FilterResourceType",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "FilterLocation",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "FilterTag",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "FilterOperator",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "FilterOsType",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "FilterResourceGroup",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
},
@@ -1861,11 +1955,11 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": true,
+ "Mandatory": false,
"Position": 0,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": true
@@ -1876,11 +1970,11 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": true,
+ "Mandatory": false,
"Position": 1,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": true
@@ -1891,7 +1985,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -1906,7 +2000,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -1921,11 +2015,11 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": true,
+ "Mandatory": false,
"Position": 2,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": true
@@ -1936,11 +2030,11 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": true,
+ "Mandatory": false,
"Position": 3,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": true
@@ -1951,7 +2045,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -1966,7 +2060,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -1981,11 +2075,11 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": true,
+ "Mandatory": false,
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
@@ -1996,7 +2090,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -2005,6 +2099,100 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
+ {
+ "ParameterMetadata": {
+ "Name": "FilterResourceType",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "FilterLocation",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "FilterTag",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "FilterOperator",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "FilterOsType",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "FilterResourceGroup",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
{
"ParameterMetadata": {
"Name": "AsJob",
@@ -2110,7 +2298,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Maintenance.Models",
"Name": "Microsoft.Azure.Commands.Maintenance.Models.PSMaintenanceConfiguration",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Maintenance.Models.PSMaintenanceConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Maintenance, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Maintenance.Models.PSMaintenanceConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Maintenance, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"WindowParameterClassificationToInclude": "System.Collections.Generic.HashSet`1[System.String]",
"WindowParameterKbNumberToExclude": "System.Collections.Generic.HashSet`1[System.String]",
@@ -2178,7 +2366,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -2187,7 +2375,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -2196,7 +2384,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -2205,7 +2393,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -2214,7 +2402,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -2223,7 +2411,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -2232,7 +2420,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -2241,7 +2429,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -2250,7 +2438,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -2259,7 +2447,7 @@
"Type": {
"Namespace": "System",
"Name": "System.TimeSpan",
- "AssemblyQualifiedName": "System.TimeSpan, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.TimeSpan, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -2268,7 +2456,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -2277,7 +2465,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -2286,7 +2474,7 @@
"Type": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.HashSet`1[System.String]",
- "AssemblyQualifiedName": "System.Collections.Generic.HashSet`1[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Collections, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a",
+ "AssemblyQualifiedName": "System.Collections.Generic.HashSet`1[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.String"
]
@@ -2298,7 +2486,7 @@
"Type": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.HashSet`1[System.String]",
- "AssemblyQualifiedName": "System.Collections.Generic.HashSet`1[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Collections, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a",
+ "AssemblyQualifiedName": "System.Collections.Generic.HashSet`1[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.String"
]
@@ -2310,7 +2498,7 @@
"Type": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.HashSet`1[System.String]",
- "AssemblyQualifiedName": "System.Collections.Generic.HashSet`1[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Collections, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a",
+ "AssemblyQualifiedName": "System.Collections.Generic.HashSet`1[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.String"
]
@@ -2322,7 +2510,7 @@
"Type": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.HashSet`1[System.String]",
- "AssemblyQualifiedName": "System.Collections.Generic.HashSet`1[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Collections, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a",
+ "AssemblyQualifiedName": "System.Collections.Generic.HashSet`1[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.String"
]
@@ -2334,7 +2522,7 @@
"Type": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.HashSet`1[System.String]",
- "AssemblyQualifiedName": "System.Collections.Generic.HashSet`1[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Collections, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a",
+ "AssemblyQualifiedName": "System.Collections.Generic.HashSet`1[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.String"
]
@@ -2346,7 +2534,7 @@
"Type": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.HashSet`1[System.String]",
- "AssemblyQualifiedName": "System.Collections.Generic.HashSet`1[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Collections, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a",
+ "AssemblyQualifiedName": "System.Collections.Generic.HashSet`1[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.String"
]
@@ -2358,7 +2546,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Boolean]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Boolean"
]
@@ -2366,29 +2554,29 @@
"ValidateNotNullOrEmpty": false
},
{
- "Name": "PreTask",
+ "Name": "InstallPatchRebootSetting",
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
{
- "Name": "PostTask",
+ "Name": "PreTask",
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
{
- "Name": "InstallPatchRebootSetting",
+ "Name": "PostTask",
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -2432,7 +2620,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -2447,7 +2635,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -2462,7 +2650,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -2477,7 +2665,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -2492,7 +2680,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -2507,7 +2695,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -2522,7 +2710,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -2537,7 +2725,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -2552,7 +2740,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -2567,7 +2755,7 @@
"Type": {
"Namespace": "System",
"Name": "System.TimeSpan",
- "AssemblyQualifiedName": "System.TimeSpan, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.TimeSpan, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -2582,7 +2770,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -2597,7 +2785,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -2612,7 +2800,7 @@
"Type": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.HashSet`1[System.String]",
- "AssemblyQualifiedName": "System.Collections.Generic.HashSet`1[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Collections, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a",
+ "AssemblyQualifiedName": "System.Collections.Generic.HashSet`1[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.String"
]
@@ -2630,7 +2818,7 @@
"Type": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.HashSet`1[System.String]",
- "AssemblyQualifiedName": "System.Collections.Generic.HashSet`1[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Collections, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a",
+ "AssemblyQualifiedName": "System.Collections.Generic.HashSet`1[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.String"
]
@@ -2648,7 +2836,7 @@
"Type": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.HashSet`1[System.String]",
- "AssemblyQualifiedName": "System.Collections.Generic.HashSet`1[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Collections, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a",
+ "AssemblyQualifiedName": "System.Collections.Generic.HashSet`1[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.String"
]
@@ -2666,7 +2854,7 @@
"Type": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.HashSet`1[System.String]",
- "AssemblyQualifiedName": "System.Collections.Generic.HashSet`1[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Collections, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a",
+ "AssemblyQualifiedName": "System.Collections.Generic.HashSet`1[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.String"
]
@@ -2684,7 +2872,7 @@
"Type": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.HashSet`1[System.String]",
- "AssemblyQualifiedName": "System.Collections.Generic.HashSet`1[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Collections, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a",
+ "AssemblyQualifiedName": "System.Collections.Generic.HashSet`1[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.String"
]
@@ -2702,7 +2890,7 @@
"Type": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.HashSet`1[System.String]",
- "AssemblyQualifiedName": "System.Collections.Generic.HashSet`1[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Collections, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a",
+ "AssemblyQualifiedName": "System.Collections.Generic.HashSet`1[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.String"
]
@@ -2720,7 +2908,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Boolean]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Boolean"
]
@@ -2734,11 +2922,11 @@
},
{
"ParameterMetadata": {
- "Name": "PreTask",
+ "Name": "InstallPatchRebootSetting",
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -2749,11 +2937,11 @@
},
{
"ParameterMetadata": {
- "Name": "PostTask",
+ "Name": "PreTask",
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -2764,11 +2952,11 @@
},
{
"ParameterMetadata": {
- "Name": "InstallPatchRebootSetting",
+ "Name": "PostTask",
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -2829,7 +3017,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -2844,7 +3032,7 @@
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -2859,7 +3047,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -2874,7 +3062,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -2889,7 +3077,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -2904,7 +3092,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -2919,7 +3107,7 @@
"Type": {
"Namespace": "System",
"Name": "System.TimeSpan",
- "AssemblyQualifiedName": "System.TimeSpan, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.TimeSpan, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -2934,7 +3122,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -2949,7 +3137,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -2964,7 +3152,7 @@
"Type": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.HashSet`1[System.String]",
- "AssemblyQualifiedName": "System.Collections.Generic.HashSet`1[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Collections, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a",
+ "AssemblyQualifiedName": "System.Collections.Generic.HashSet`1[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.String"
]
@@ -2982,7 +3170,7 @@
"Type": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.HashSet`1[System.String]",
- "AssemblyQualifiedName": "System.Collections.Generic.HashSet`1[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Collections, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a",
+ "AssemblyQualifiedName": "System.Collections.Generic.HashSet`1[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.String"
]
@@ -3000,7 +3188,7 @@
"Type": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.HashSet`1[System.String]",
- "AssemblyQualifiedName": "System.Collections.Generic.HashSet`1[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Collections, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a",
+ "AssemblyQualifiedName": "System.Collections.Generic.HashSet`1[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.String"
]
@@ -3018,7 +3206,7 @@
"Type": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.HashSet`1[System.String]",
- "AssemblyQualifiedName": "System.Collections.Generic.HashSet`1[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Collections, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a",
+ "AssemblyQualifiedName": "System.Collections.Generic.HashSet`1[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.String"
]
@@ -3036,7 +3224,7 @@
"Type": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.HashSet`1[System.String]",
- "AssemblyQualifiedName": "System.Collections.Generic.HashSet`1[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Collections, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a",
+ "AssemblyQualifiedName": "System.Collections.Generic.HashSet`1[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.String"
]
@@ -3054,7 +3242,7 @@
"Type": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.HashSet`1[System.String]",
- "AssemblyQualifiedName": "System.Collections.Generic.HashSet`1[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Collections, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a",
+ "AssemblyQualifiedName": "System.Collections.Generic.HashSet`1[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.String"
]
@@ -3072,7 +3260,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Boolean]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Boolean"
]
@@ -3086,11 +3274,11 @@
},
{
"ParameterMetadata": {
- "Name": "PreTask",
+ "Name": "InstallPatchRebootSetting",
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -3101,11 +3289,11 @@
},
{
"ParameterMetadata": {
- "Name": "PostTask",
+ "Name": "PreTask",
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -3116,11 +3304,11 @@
},
{
"ParameterMetadata": {
- "Name": "InstallPatchRebootSetting",
+ "Name": "PostTask",
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -3188,7 +3376,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ParameterSets": [
"__AllParameterSets"
@@ -3201,7 +3389,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -3210,7 +3398,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -3219,7 +3407,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -3228,7 +3416,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -3237,7 +3425,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -3246,7 +3434,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -3255,7 +3443,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -3317,11 +3505,11 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": true,
+ "Mandatory": false,
"Position": 0,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": true
@@ -3332,11 +3520,11 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": true,
+ "Mandatory": false,
"Position": 1,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": true
@@ -3347,7 +3535,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -3362,7 +3550,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -3377,11 +3565,11 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": true,
+ "Mandatory": false,
"Position": 2,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": true
@@ -3392,11 +3580,11 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": true,
+ "Mandatory": false,
"Position": 3,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": true
@@ -3407,7 +3595,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -3566,7 +3754,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ParameterSets": [
"__AllParameterSets"
@@ -3579,7 +3767,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -3588,7 +3776,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -3650,7 +3838,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -3665,7 +3853,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -3824,7 +4012,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Maintenance.Models",
"Name": "Microsoft.Azure.Commands.Maintenance.Models.PSMaintenanceConfiguration",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Maintenance.Models.PSMaintenanceConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Maintenance, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Maintenance.Models.PSMaintenanceConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Maintenance, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"WindowParameterClassificationToInclude": "System.Collections.Generic.HashSet`1[System.String]",
"WindowParameterKbNumberToExclude": "System.Collections.Generic.HashSet`1[System.String]",
@@ -3892,7 +4080,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -3901,7 +4089,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -3910,7 +4098,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Maintenance.Models",
"Name": "Microsoft.Azure.Commands.Maintenance.Models.PSMaintenanceConfiguration",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Maintenance.Models.PSMaintenanceConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Maintenance, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Maintenance.Models.PSMaintenanceConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Maintenance, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"WindowParameterClassificationToInclude": "System.Collections.Generic.HashSet`1[System.String]",
"WindowParameterKbNumberToExclude": "System.Collections.Generic.HashSet`1[System.String]",
@@ -3980,7 +4168,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -3995,7 +4183,7 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -4010,7 +4198,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Maintenance.Models",
"Name": "Microsoft.Azure.Commands.Maintenance.Models.PSMaintenanceConfiguration",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Maintenance.Models.PSMaintenanceConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Maintenance, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Maintenance.Models.PSMaintenanceConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Maintenance, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"WindowParameterClassificationToInclude": "System.Collections.Generic.HashSet`1[System.String]",
"WindowParameterKbNumberToExclude": "System.Collections.Generic.HashSet`1[System.String]",
@@ -4183,7 +4371,7 @@
"System.Nullable`1[System.DateTime]": {
"Namespace": "System",
"Name": "System.Nullable`1[System.DateTime]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.DateTime"
]
@@ -4191,12 +4379,12 @@
"System.DateTime": {
"Namespace": "System",
"Name": "System.DateTime",
- "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"System.Type": {
"Namespace": "System",
"Name": "System.Type",
- "AssemblyQualifiedName": "System.Type, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Type, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext": {
"Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions",
@@ -4225,7 +4413,7 @@
"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=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.String",
"System.String"
@@ -4264,7 +4452,7 @@
"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=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.String"
]
@@ -4304,18 +4492,18 @@
"System.Byte[]": {
"Namespace": "System",
"Name": "System.Byte[]",
- "AssemblyQualifiedName": "System.Byte[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Byte[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.Byte"
},
"System.Void": {
"Namespace": "System",
"Name": "System.Void",
- "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"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]",
- "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount"
]
@@ -4323,7 +4511,7 @@
"System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment"
]
@@ -4331,15 +4519,21 @@
"System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]",
- "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription"
]
},
+ "System.String[]": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
"System.Collections.Generic.HashSet`1[System.String]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.HashSet`1[System.String]",
- "AssemblyQualifiedName": "System.Collections.Generic.HashSet`1[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Collections, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a",
+ "AssemblyQualifiedName": "System.Collections.Generic.HashSet`1[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.String"
]
@@ -4347,7 +4541,7 @@
"System.Nullable`1[System.Boolean]": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Boolean]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Boolean"
]
@@ -4355,7 +4549,7 @@
"System.Nullable`1[System.Int32]": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Int32"
]
diff --git a/tools/Tools.Common/SerializedCmdlets/Az.NetAppFiles.json b/tools/Tools.Common/SerializedCmdlets/Az.NetAppFiles.json
deleted file mode 100644
index b2bf0dcc62be..000000000000
--- a/tools/Tools.Common/SerializedCmdlets/Az.NetAppFiles.json
+++ /dev/null
@@ -1,49810 +0,0 @@
-{
- "ModuleName": "Az.NetAppFiles",
- "ModuleVersion": "0.12.0",
- "Cmdlets": [
- {
- "VerbName": "Approve",
- "NounName": "AzNetAppFilesReplication",
- "Name": "Approve-AzNetAppFilesReplication",
- "ClassName": "Microsoft.Azure.Commands.NetAppFiles.Replication.AuthorizeAzureRmNetAppFilesReplication",
- "SupportsShouldProcess": true,
- "ConfirmImpact": 2,
- "SupportsPaging": false,
- "DefaultParameterSetName": "ByFieldsParameterSet",
- "OutputTypes": [
- {
- "Type": {
- "Namespace": "System",
- "Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.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=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "AccountName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "PoolName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "Name",
- "AliasList": [
- "VolumeName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "DataProtectionVolumeId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "ResourceId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "InputObject",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection",
- "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy",
- "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData",
- "PlacementRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSKeyValuePairs]",
- "DataStoreResourceId": "System.Collections.Generic.IList`1[System.String]",
- "ProtocolTypes": "System.Collections.Generic.IList`1[System.String]",
- "Zones": "System.Collections.Generic.IList`1[System.String]",
- "SnapshotDirectoryVisible": "System.Nullable`1[System.Boolean]",
- "KerberosEnabled": "System.Nullable`1[System.Boolean]",
- "SmbEncryption": "System.Nullable`1[System.Boolean]",
- "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]",
- "Encrypted": "System.Nullable`1[System.Boolean]",
- "LdapEnabled": "System.Nullable`1[System.Boolean]",
- "DeleteBaseSnapshot": "System.Nullable`1[System.Boolean]",
- "CoolAccess": "System.Nullable`1[System.Boolean]",
- "IsDefaultQuotaEnabled": "System.Nullable`1[System.Boolean]",
- "IsRestoring": "System.Nullable`1[System.Boolean]",
- "IsLargeVolume": "System.Nullable`1[System.Boolean]",
- "ThroughputMibps": "System.Nullable`1[System.Double]",
- "CoolnessPeriod": "System.Nullable`1[System.Int32]",
- "CloneProgress": "System.Nullable`1[System.Int32]",
- "DefaultGroupQuotaInKiBs": "System.Nullable`1[System.Int64]",
- "UsageThreshold": "System.Nullable`1[System.Int64]",
- "MaximumNumberOfFiles": "System.Nullable`1[System.Int64]",
- "DefaultUserQuotaInKiBs": "System.Nullable`1[System.Int64]",
- "MountTargets": "System.Object",
- "Tags": "System.Object",
- "VolumeSpecName": "System.String",
- "FileAccessLogs": "System.String",
- "NetworkSiblingSetId": "System.String",
- "SmbNonBrowsable": "System.String",
- "StorageToNetworkProximity": "System.String",
- "KeyVaultPrivateEndpointResourceId": "System.String",
- "VolumeGroupName": "System.String",
- "EnableSubvolumes": "System.String",
- "CapacityPoolResourceId": "System.String",
- "ProximityPlacementGroup": "System.String",
- "SmbAccessBasedEnumeration": "System.String",
- "T2Network": "System.String",
- "EncryptionKeySource": "System.String",
- "AvsDataStore": "System.String",
- "Location": "System.String",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
- "Etag": "System.String",
- "ProvisioningState": "System.String",
- "FileSystemId": "System.String",
- "CreationToken": "System.String",
- "ServiceLevel": "System.String",
- "SnapshotId": "System.String",
- "BaremetalTenantId": "System.String",
- "SubnetId": "System.String",
- "VolumeType": "System.String",
- "BackupId": "System.String",
- "SecurityStyle": "System.String",
- "ProvisionedAvailabilityZone": "System.String",
- "UnixPermission": "System.String",
- "NetworkFeatures": "System.String",
- "ResourceGroupName": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "PassThru",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- }
- ],
- "ParameterSets": [
- {
- "Name": "ByFieldsParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "AccountName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "PoolName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "VolumeName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DataProtectionVolumeId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "PassThru",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "ByResourceIdParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ResourceId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
- {
- "ParameterMetadata": {
- "Name": "PassThru",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "ByObjectParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "InputObject",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection",
- "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy",
- "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData",
- "PlacementRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSKeyValuePairs]",
- "DataStoreResourceId": "System.Collections.Generic.IList`1[System.String]",
- "ProtocolTypes": "System.Collections.Generic.IList`1[System.String]",
- "Zones": "System.Collections.Generic.IList`1[System.String]",
- "SnapshotDirectoryVisible": "System.Nullable`1[System.Boolean]",
- "KerberosEnabled": "System.Nullable`1[System.Boolean]",
- "SmbEncryption": "System.Nullable`1[System.Boolean]",
- "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]",
- "Encrypted": "System.Nullable`1[System.Boolean]",
- "LdapEnabled": "System.Nullable`1[System.Boolean]",
- "DeleteBaseSnapshot": "System.Nullable`1[System.Boolean]",
- "CoolAccess": "System.Nullable`1[System.Boolean]",
- "IsDefaultQuotaEnabled": "System.Nullable`1[System.Boolean]",
- "IsRestoring": "System.Nullable`1[System.Boolean]",
- "IsLargeVolume": "System.Nullable`1[System.Boolean]",
- "ThroughputMibps": "System.Nullable`1[System.Double]",
- "CoolnessPeriod": "System.Nullable`1[System.Int32]",
- "CloneProgress": "System.Nullable`1[System.Int32]",
- "DefaultGroupQuotaInKiBs": "System.Nullable`1[System.Int64]",
- "UsageThreshold": "System.Nullable`1[System.Int64]",
- "MaximumNumberOfFiles": "System.Nullable`1[System.Int64]",
- "DefaultUserQuotaInKiBs": "System.Nullable`1[System.Int64]",
- "MountTargets": "System.Object",
- "Tags": "System.Object",
- "VolumeSpecName": "System.String",
- "FileAccessLogs": "System.String",
- "NetworkSiblingSetId": "System.String",
- "SmbNonBrowsable": "System.String",
- "StorageToNetworkProximity": "System.String",
- "KeyVaultPrivateEndpointResourceId": "System.String",
- "VolumeGroupName": "System.String",
- "EnableSubvolumes": "System.String",
- "CapacityPoolResourceId": "System.String",
- "ProximityPlacementGroup": "System.String",
- "SmbAccessBasedEnumeration": "System.String",
- "T2Network": "System.String",
- "EncryptionKeySource": "System.String",
- "AvsDataStore": "System.String",
- "Location": "System.String",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
- "Etag": "System.String",
- "ProvisioningState": "System.String",
- "FileSystemId": "System.String",
- "CreationToken": "System.String",
- "ServiceLevel": "System.String",
- "SnapshotId": "System.String",
- "BaremetalTenantId": "System.String",
- "SubnetId": "System.String",
- "VolumeType": "System.String",
- "BackupId": "System.String",
- "SecurityStyle": "System.String",
- "ProvisionedAvailabilityZone": "System.String",
- "UnixPermission": "System.String",
- "NetworkFeatures": "System.String",
- "ResourceGroupName": "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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- }
- ],
- "AliasList": [
- "Approve-AnfReplication"
- ]
- },
- {
- "VerbName": "Get",
- "NounName": "AzNetAppFilesAccount",
- "Name": "Get-AzNetAppFilesAccount",
- "ClassName": "Microsoft.Azure.Commands.NetAppFiles.Account.GetAzureRmNetAppFilesAccount",
- "SupportsShouldProcess": false,
- "ConfirmImpact": 2,
- "SupportsPaging": false,
- "DefaultParameterSetName": "ByFieldsParameterSet",
- "OutputTypes": [
- {
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "Identity": "Microsoft.Azure.Commands.NetAppFiles.Models.PSManagedServiceIdentity",
- "Encryption": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccountEncryption",
- "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData",
- "ActiveDirectories": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory]",
- "DisableShowmount": "System.Nullable`1[System.Boolean]",
- "Tags": "System.Object",
- "ResourceGroupName": "System.String",
- "Location": "System.String",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
- "Etag": "System.String",
- "ProvisioningState": "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"
- ]
- }
- ],
- "Parameters": [
- {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "Name",
- "AliasList": [
- "AccountName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "ResourceId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- }
- ],
- "ParameterSets": [
- {
- "Name": "ByFieldsParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "AccountName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "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": "ByResourceIdParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ResourceId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
- {
- "ParameterMetadata": {
- "Name": "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": "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
- }
- ]
- }
- ],
- "AliasList": [
- "Get-AnfAccount"
- ]
- },
- {
- "VerbName": "Get",
- "NounName": "AzNetAppFilesActiveDirectory",
- "Name": "Get-AzNetAppFilesActiveDirectory",
- "ClassName": "Microsoft.Azure.Commands.NetAppFiles.ActiveDirectory.GetAzureRmNetAppFilesActiceDirectory",
- "SupportsShouldProcess": false,
- "ConfirmImpact": 2,
- "SupportsPaging": false,
- "DefaultParameterSetName": "ByFieldsParameterSet",
- "OutputTypes": [
- {
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "LdapSearchScope": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesLdapSearchScopeOpt",
- "BackupOperators": "System.Collections.Generic.IList`1[System.String]",
- "Administrators": "System.Collections.Generic.IList`1[System.String]",
- "SecurityOperators": "System.Collections.Generic.IList`1[System.String]",
- "PreferredServersForLdapClient": "System.Collections.Generic.List`1[System.String]",
- "EncryptDCConnections": "System.Nullable`1[System.Boolean]",
- "AllowLocalNfsUsersWithLdap": "System.Nullable`1[System.Boolean]",
- "LdapOverTLS": "System.Nullable`1[System.Boolean]",
- "LdapSigning": "System.Nullable`1[System.Boolean]",
- "AesEncryption": "System.Nullable`1[System.Boolean]",
- "Domain": "System.String",
- "AccountName": "System.String",
- "ActiveDirectoryId": "System.String",
- "ServerRootCACertificate": "System.String",
- "AdName": "System.String",
- "KdcIP": "System.String",
- "Username": "System.String",
- "Site": "System.String",
- "OrganizationalUnit": "System.String",
- "SmbServerName": "System.String",
- "StatusDetails": "System.String",
- "Status": "System.String",
- "Dns": "System.String",
- "Password": "System.String",
- "ResourceGroupName": "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"
- ]
- }
- ],
- "Parameters": [
- {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "AccountName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "ActiveDirectoryId",
- "AliasList": [
- "ActiveDirectoryName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "AccountObject",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "Identity": "Microsoft.Azure.Commands.NetAppFiles.Models.PSManagedServiceIdentity",
- "Encryption": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccountEncryption",
- "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData",
- "ActiveDirectories": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory]",
- "DisableShowmount": "System.Nullable`1[System.Boolean]",
- "Tags": "System.Object",
- "ResourceGroupName": "System.String",
- "Location": "System.String",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
- "Etag": "System.String",
- "ProvisioningState": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- }
- ],
- "ParameterSets": [
- {
- "Name": "ByFieldsParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "AccountName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ActiveDirectoryId",
- "AliasList": [
- "ActiveDirectoryName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "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": "ActiveDirectoryId",
- "AliasList": [
- "ActiveDirectoryName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "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": "ByParentObjectParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "AccountObject",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "Identity": "Microsoft.Azure.Commands.NetAppFiles.Models.PSManagedServiceIdentity",
- "Encryption": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccountEncryption",
- "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData",
- "ActiveDirectories": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory]",
- "DisableShowmount": "System.Nullable`1[System.Boolean]",
- "Tags": "System.Object",
- "ResourceGroupName": "System.String",
- "Location": "System.String",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
- "Etag": "System.String",
- "ProvisioningState": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": true,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ActiveDirectoryId",
- "AliasList": [
- "ActiveDirectoryName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- }
- ]
- },
- {
- "VerbName": "Get",
- "NounName": "AzNetAppFilesBackup",
- "Name": "Get-AzNetAppFilesBackup",
- "ClassName": "Microsoft.Azure.Commands.NetAppFiles.Backup.GetAzureRmNetAppFilesBackup",
- "SupportsShouldProcess": false,
- "ConfirmImpact": 2,
- "SupportsPaging": false,
- "DefaultParameterSetName": "ByFieldsParameterSet",
- "OutputTypes": [
- {
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackup",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackup, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "UseExistingSnapshot": "System.Nullable`1[System.Boolean]",
- "CreationDate": "System.Nullable`1[System.DateTime]",
- "Size": "System.Nullable`1[System.Int64]",
- "ResourceGroupName": "System.String",
- "Location": "System.String",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
- "BackupId": "System.String",
- "Label": "System.String",
- "BackupType": "System.String",
- "ProvisioningState": "System.String",
- "VolumeName": "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"
- ]
- }
- ],
- "Parameters": [
- {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "AccountName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "PoolName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "VolumeName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "Name",
- "AliasList": [
- "BackupName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "AccountBackupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "ResourceId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "VolumeObject",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection",
- "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy",
- "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData",
- "PlacementRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSKeyValuePairs]",
- "DataStoreResourceId": "System.Collections.Generic.IList`1[System.String]",
- "ProtocolTypes": "System.Collections.Generic.IList`1[System.String]",
- "Zones": "System.Collections.Generic.IList`1[System.String]",
- "SnapshotDirectoryVisible": "System.Nullable`1[System.Boolean]",
- "KerberosEnabled": "System.Nullable`1[System.Boolean]",
- "SmbEncryption": "System.Nullable`1[System.Boolean]",
- "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]",
- "Encrypted": "System.Nullable`1[System.Boolean]",
- "LdapEnabled": "System.Nullable`1[System.Boolean]",
- "DeleteBaseSnapshot": "System.Nullable`1[System.Boolean]",
- "CoolAccess": "System.Nullable`1[System.Boolean]",
- "IsDefaultQuotaEnabled": "System.Nullable`1[System.Boolean]",
- "IsRestoring": "System.Nullable`1[System.Boolean]",
- "IsLargeVolume": "System.Nullable`1[System.Boolean]",
- "ThroughputMibps": "System.Nullable`1[System.Double]",
- "CoolnessPeriod": "System.Nullable`1[System.Int32]",
- "CloneProgress": "System.Nullable`1[System.Int32]",
- "DefaultGroupQuotaInKiBs": "System.Nullable`1[System.Int64]",
- "UsageThreshold": "System.Nullable`1[System.Int64]",
- "MaximumNumberOfFiles": "System.Nullable`1[System.Int64]",
- "DefaultUserQuotaInKiBs": "System.Nullable`1[System.Int64]",
- "MountTargets": "System.Object",
- "Tags": "System.Object",
- "VolumeSpecName": "System.String",
- "FileAccessLogs": "System.String",
- "NetworkSiblingSetId": "System.String",
- "SmbNonBrowsable": "System.String",
- "StorageToNetworkProximity": "System.String",
- "KeyVaultPrivateEndpointResourceId": "System.String",
- "VolumeGroupName": "System.String",
- "EnableSubvolumes": "System.String",
- "CapacityPoolResourceId": "System.String",
- "ProximityPlacementGroup": "System.String",
- "SmbAccessBasedEnumeration": "System.String",
- "T2Network": "System.String",
- "EncryptionKeySource": "System.String",
- "AvsDataStore": "System.String",
- "Location": "System.String",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
- "Etag": "System.String",
- "ProvisioningState": "System.String",
- "FileSystemId": "System.String",
- "CreationToken": "System.String",
- "ServiceLevel": "System.String",
- "SnapshotId": "System.String",
- "BaremetalTenantId": "System.String",
- "SubnetId": "System.String",
- "VolumeType": "System.String",
- "BackupId": "System.String",
- "SecurityStyle": "System.String",
- "ProvisionedAvailabilityZone": "System.String",
- "UnixPermission": "System.String",
- "NetworkFeatures": "System.String",
- "ResourceGroupName": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- }
- ],
- "ParameterSets": [
- {
- "Name": "ByFieldsParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "AccountName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "PoolName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "VolumeName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "BackupName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "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": "ByAccountBackupFieldsParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "AccountName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "AccountBackupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "BackupName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "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": "Name",
- "AliasList": [
- "BackupName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "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": "ByParentObjectParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "AccountBackupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "VolumeObject",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection",
- "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy",
- "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData",
- "PlacementRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSKeyValuePairs]",
- "DataStoreResourceId": "System.Collections.Generic.IList`1[System.String]",
- "ProtocolTypes": "System.Collections.Generic.IList`1[System.String]",
- "Zones": "System.Collections.Generic.IList`1[System.String]",
- "SnapshotDirectoryVisible": "System.Nullable`1[System.Boolean]",
- "KerberosEnabled": "System.Nullable`1[System.Boolean]",
- "SmbEncryption": "System.Nullable`1[System.Boolean]",
- "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]",
- "Encrypted": "System.Nullable`1[System.Boolean]",
- "LdapEnabled": "System.Nullable`1[System.Boolean]",
- "DeleteBaseSnapshot": "System.Nullable`1[System.Boolean]",
- "CoolAccess": "System.Nullable`1[System.Boolean]",
- "IsDefaultQuotaEnabled": "System.Nullable`1[System.Boolean]",
- "IsRestoring": "System.Nullable`1[System.Boolean]",
- "IsLargeVolume": "System.Nullable`1[System.Boolean]",
- "ThroughputMibps": "System.Nullable`1[System.Double]",
- "CoolnessPeriod": "System.Nullable`1[System.Int32]",
- "CloneProgress": "System.Nullable`1[System.Int32]",
- "DefaultGroupQuotaInKiBs": "System.Nullable`1[System.Int64]",
- "UsageThreshold": "System.Nullable`1[System.Int64]",
- "MaximumNumberOfFiles": "System.Nullable`1[System.Int64]",
- "DefaultUserQuotaInKiBs": "System.Nullable`1[System.Int64]",
- "MountTargets": "System.Object",
- "Tags": "System.Object",
- "VolumeSpecName": "System.String",
- "FileAccessLogs": "System.String",
- "NetworkSiblingSetId": "System.String",
- "SmbNonBrowsable": "System.String",
- "StorageToNetworkProximity": "System.String",
- "KeyVaultPrivateEndpointResourceId": "System.String",
- "VolumeGroupName": "System.String",
- "EnableSubvolumes": "System.String",
- "CapacityPoolResourceId": "System.String",
- "ProximityPlacementGroup": "System.String",
- "SmbAccessBasedEnumeration": "System.String",
- "T2Network": "System.String",
- "EncryptionKeySource": "System.String",
- "AvsDataStore": "System.String",
- "Location": "System.String",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
- "Etag": "System.String",
- "ProvisioningState": "System.String",
- "FileSystemId": "System.String",
- "CreationToken": "System.String",
- "ServiceLevel": "System.String",
- "SnapshotId": "System.String",
- "BaremetalTenantId": "System.String",
- "SubnetId": "System.String",
- "VolumeType": "System.String",
- "BackupId": "System.String",
- "SecurityStyle": "System.String",
- "ProvisionedAvailabilityZone": "System.String",
- "UnixPermission": "System.String",
- "NetworkFeatures": "System.String",
- "ResourceGroupName": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": true,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "BackupName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "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": "ByResourceIdParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ResourceId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
- {
- "ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "BackupName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "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
- }
- ]
- }
- ],
- "AliasList": [
- "Get-AnfBackup"
- ]
- },
- {
- "VerbName": "Get",
- "NounName": "AzNetAppFilesBackupPolicy",
- "Name": "Get-AzNetAppFilesBackupPolicy",
- "ClassName": "Microsoft.Azure.Commands.NetAppFiles.BackupPolicy.GetAzureRmNetAppFilesBackupPolicy",
- "SupportsShouldProcess": false,
- "ConfirmImpact": 2,
- "SupportsPaging": false,
- "DefaultParameterSetName": "ByFieldsParameterSet",
- "OutputTypes": [
- {
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackupPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackupPolicy, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData",
- "VolumeBackups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeBackup]",
- "Enabled": "System.Nullable`1[System.Boolean]",
- "VolumesAssigned": "System.Nullable`1[System.Int32]",
- "MonthlyBackupsToKeep": "System.Nullable`1[System.Int32]",
- "WeeklyBackupsToKeep": "System.Nullable`1[System.Int32]",
- "DailyBackupsToKeep": "System.Nullable`1[System.Int32]",
- "Tags": "System.Object",
- "ResourceGroupName": "System.String",
- "Location": "System.String",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
- "Etag": "System.String",
- "BackupPolicyId": "System.String",
- "ProvisioningState": "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"
- ]
- }
- ],
- "Parameters": [
- {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "AccountName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "Name",
- "AliasList": [
- "BackupPolicyName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "ResourceId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "AccountObject",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "Identity": "Microsoft.Azure.Commands.NetAppFiles.Models.PSManagedServiceIdentity",
- "Encryption": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccountEncryption",
- "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData",
- "ActiveDirectories": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory]",
- "DisableShowmount": "System.Nullable`1[System.Boolean]",
- "Tags": "System.Object",
- "ResourceGroupName": "System.String",
- "Location": "System.String",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
- "Etag": "System.String",
- "ProvisioningState": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- }
- ],
- "ParameterSets": [
- {
- "Name": "ByFieldsParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "AccountName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "BackupPolicyName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "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": "Name",
- "AliasList": [
- "BackupPolicyName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "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": "ByResourceIdParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ResourceId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
- {
- "ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "BackupPolicyName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "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": "ByParentObjectParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "AccountObject",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "Identity": "Microsoft.Azure.Commands.NetAppFiles.Models.PSManagedServiceIdentity",
- "Encryption": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccountEncryption",
- "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData",
- "ActiveDirectories": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory]",
- "DisableShowmount": "System.Nullable`1[System.Boolean]",
- "Tags": "System.Object",
- "ResourceGroupName": "System.String",
- "Location": "System.String",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
- "Etag": "System.String",
- "ProvisioningState": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": true,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "BackupPolicyName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "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
- }
- ]
- }
- ],
- "AliasList": [
- "Get-AnfBackupPolicy"
- ]
- },
- {
- "VerbName": "Get",
- "NounName": "AzNetAppFilesPool",
- "Name": "Get-AzNetAppFilesPool",
- "ClassName": "Microsoft.Azure.Commands.NetAppFiles.Pool.GetAzureRmNetAppFilesPool",
- "SupportsShouldProcess": false,
- "ConfirmImpact": 2,
- "SupportsPaging": false,
- "DefaultParameterSetName": "ByFieldsParameterSet",
- "OutputTypes": [
- {
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesPool",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesPool, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData",
- "CoolAccess": "System.Nullable`1[System.Boolean]",
- "UtilizedThroughputMibps": "System.Nullable`1[System.Double]",
- "TotalThroughputMibps": "System.Nullable`1[System.Double]",
- "Size": "System.Nullable`1[System.Int64]",
- "Tags": "System.Object",
- "Etag": "System.String",
- "PoolId": "System.String",
- "EncryptionType": "System.String",
- "ServiceLevel": "System.String",
- "ProvisioningState": "System.String",
- "Name": "System.String",
- "Id": "System.String",
- "QosType": "System.String",
- "Location": "System.String",
- "Type": "System.String",
- "ResourceGroupName": "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"
- ]
- }
- ],
- "Parameters": [
- {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "AccountName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "Name",
- "AliasList": [
- "PoolName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "ResourceId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "AccountObject",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "Identity": "Microsoft.Azure.Commands.NetAppFiles.Models.PSManagedServiceIdentity",
- "Encryption": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccountEncryption",
- "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData",
- "ActiveDirectories": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory]",
- "DisableShowmount": "System.Nullable`1[System.Boolean]",
- "Tags": "System.Object",
- "ResourceGroupName": "System.String",
- "Location": "System.String",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
- "Etag": "System.String",
- "ProvisioningState": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- }
- ],
- "ParameterSets": [
- {
- "Name": "ByFieldsParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "AccountName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "PoolName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "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": "ByResourceIdParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ResourceId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
- {
- "ParameterMetadata": {
- "Name": "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": "ByParentObjectParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "AccountObject",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "Identity": "Microsoft.Azure.Commands.NetAppFiles.Models.PSManagedServiceIdentity",
- "Encryption": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccountEncryption",
- "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData",
- "ActiveDirectories": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory]",
- "DisableShowmount": "System.Nullable`1[System.Boolean]",
- "Tags": "System.Object",
- "ResourceGroupName": "System.String",
- "Location": "System.String",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
- "Etag": "System.String",
- "ProvisioningState": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": true,
- "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": "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
- }
- ]
- }
- ],
- "AliasList": [
- "Get-AnfPool"
- ]
- },
- {
- "VerbName": "Get",
- "NounName": "AzNetAppFilesQuotaLimit",
- "Name": "Get-AzNetAppFilesQuotaLimit",
- "ClassName": "Microsoft.Azure.Commands.NetAppFiles.QuotaItem.GetAzureRmNetAppFilesQuotaLimit",
- "SupportsShouldProcess": false,
- "ConfirmImpact": 2,
- "SupportsPaging": false,
- "DefaultParameterSetName": "ByFieldsParameterSet",
- "OutputTypes": [
- {
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesSubscriptionQuotaLimit",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesSubscriptionQuotaLimit, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "Current": "System.Nullable`1[System.Int32]",
- "Default": "System.Nullable`1[System.Int32]",
- "Name": "System.String"
- },
- "Methods": [
- {
- "Name": "GetType",
- "ReturnType": "System.Type"
- },
- {
- "Name": "ToString",
- "ReturnType": "System.String"
- },
- {
- "Name": "Equals",
- "Parameters": [
- {
- "Name": "obj",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Boolean"
- },
- {
- "Name": "GetHashCode",
- "ReturnType": "System.Int32"
- }
- ],
- "Constructors": [
- {
- "Name": ""
- }
- ]
- },
- "ParameterSets": [
- "__AllParameterSets"
- ]
- }
- ],
- "Parameters": [
- {
- "Name": "Location",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "Name",
- "AliasList": [
- "QuotaLimitName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- }
- ],
- "ParameterSets": [
- {
- "Name": "ByFieldsParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "Location",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "QuotaLimitName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "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": "Name",
- "AliasList": [
- "QuotaLimitName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "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
- }
- ]
- }
- ],
- "AliasList": [
- "Get-AnfQuotaLimit"
- ]
- },
- {
- "VerbName": "Get",
- "NounName": "AzNetAppFilesReplicationStatus",
- "Name": "Get-AzNetAppFilesReplicationStatus",
- "ClassName": "Microsoft.Azure.Commands.NetAppFiles.Replication.GetAzureRmNetAppFilesReplicationStatus",
- "SupportsShouldProcess": false,
- "ConfirmImpact": 2,
- "SupportsPaging": false,
- "DefaultParameterSetName": "ByFieldsParameterSet",
- "OutputTypes": [
- {
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesReplicationStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesReplicationStatus, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "Healthy": "System.Nullable`1[System.Boolean]",
- "RelationshipStatus": "System.String",
- "MirrorState": "System.String",
- "TotalProgress": "System.String",
- "ErrorMessage": "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"
- ]
- }
- ],
- "Parameters": [
- {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "AccountName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "PoolName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "Name",
- "AliasList": [
- "VolumeName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "ResourceId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "InputObject",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection",
- "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy",
- "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData",
- "PlacementRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSKeyValuePairs]",
- "DataStoreResourceId": "System.Collections.Generic.IList`1[System.String]",
- "ProtocolTypes": "System.Collections.Generic.IList`1[System.String]",
- "Zones": "System.Collections.Generic.IList`1[System.String]",
- "SnapshotDirectoryVisible": "System.Nullable`1[System.Boolean]",
- "KerberosEnabled": "System.Nullable`1[System.Boolean]",
- "SmbEncryption": "System.Nullable`1[System.Boolean]",
- "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]",
- "Encrypted": "System.Nullable`1[System.Boolean]",
- "LdapEnabled": "System.Nullable`1[System.Boolean]",
- "DeleteBaseSnapshot": "System.Nullable`1[System.Boolean]",
- "CoolAccess": "System.Nullable`1[System.Boolean]",
- "IsDefaultQuotaEnabled": "System.Nullable`1[System.Boolean]",
- "IsRestoring": "System.Nullable`1[System.Boolean]",
- "IsLargeVolume": "System.Nullable`1[System.Boolean]",
- "ThroughputMibps": "System.Nullable`1[System.Double]",
- "CoolnessPeriod": "System.Nullable`1[System.Int32]",
- "CloneProgress": "System.Nullable`1[System.Int32]",
- "DefaultGroupQuotaInKiBs": "System.Nullable`1[System.Int64]",
- "UsageThreshold": "System.Nullable`1[System.Int64]",
- "MaximumNumberOfFiles": "System.Nullable`1[System.Int64]",
- "DefaultUserQuotaInKiBs": "System.Nullable`1[System.Int64]",
- "MountTargets": "System.Object",
- "Tags": "System.Object",
- "VolumeSpecName": "System.String",
- "FileAccessLogs": "System.String",
- "NetworkSiblingSetId": "System.String",
- "SmbNonBrowsable": "System.String",
- "StorageToNetworkProximity": "System.String",
- "KeyVaultPrivateEndpointResourceId": "System.String",
- "VolumeGroupName": "System.String",
- "EnableSubvolumes": "System.String",
- "CapacityPoolResourceId": "System.String",
- "ProximityPlacementGroup": "System.String",
- "SmbAccessBasedEnumeration": "System.String",
- "T2Network": "System.String",
- "EncryptionKeySource": "System.String",
- "AvsDataStore": "System.String",
- "Location": "System.String",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
- "Etag": "System.String",
- "ProvisioningState": "System.String",
- "FileSystemId": "System.String",
- "CreationToken": "System.String",
- "ServiceLevel": "System.String",
- "SnapshotId": "System.String",
- "BaremetalTenantId": "System.String",
- "SubnetId": "System.String",
- "VolumeType": "System.String",
- "BackupId": "System.String",
- "SecurityStyle": "System.String",
- "ProvisionedAvailabilityZone": "System.String",
- "UnixPermission": "System.String",
- "NetworkFeatures": "System.String",
- "ResourceGroupName": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- }
- ],
- "ParameterSets": [
- {
- "Name": "ByFieldsParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "AccountName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "PoolName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "VolumeName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": 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": "ByResourceIdParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ResourceId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
- {
- "ParameterMetadata": {
- "Name": "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": "ByObjectParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "InputObject",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection",
- "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy",
- "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData",
- "PlacementRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSKeyValuePairs]",
- "DataStoreResourceId": "System.Collections.Generic.IList`1[System.String]",
- "ProtocolTypes": "System.Collections.Generic.IList`1[System.String]",
- "Zones": "System.Collections.Generic.IList`1[System.String]",
- "SnapshotDirectoryVisible": "System.Nullable`1[System.Boolean]",
- "KerberosEnabled": "System.Nullable`1[System.Boolean]",
- "SmbEncryption": "System.Nullable`1[System.Boolean]",
- "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]",
- "Encrypted": "System.Nullable`1[System.Boolean]",
- "LdapEnabled": "System.Nullable`1[System.Boolean]",
- "DeleteBaseSnapshot": "System.Nullable`1[System.Boolean]",
- "CoolAccess": "System.Nullable`1[System.Boolean]",
- "IsDefaultQuotaEnabled": "System.Nullable`1[System.Boolean]",
- "IsRestoring": "System.Nullable`1[System.Boolean]",
- "IsLargeVolume": "System.Nullable`1[System.Boolean]",
- "ThroughputMibps": "System.Nullable`1[System.Double]",
- "CoolnessPeriod": "System.Nullable`1[System.Int32]",
- "CloneProgress": "System.Nullable`1[System.Int32]",
- "DefaultGroupQuotaInKiBs": "System.Nullable`1[System.Int64]",
- "UsageThreshold": "System.Nullable`1[System.Int64]",
- "MaximumNumberOfFiles": "System.Nullable`1[System.Int64]",
- "DefaultUserQuotaInKiBs": "System.Nullable`1[System.Int64]",
- "MountTargets": "System.Object",
- "Tags": "System.Object",
- "VolumeSpecName": "System.String",
- "FileAccessLogs": "System.String",
- "NetworkSiblingSetId": "System.String",
- "SmbNonBrowsable": "System.String",
- "StorageToNetworkProximity": "System.String",
- "KeyVaultPrivateEndpointResourceId": "System.String",
- "VolumeGroupName": "System.String",
- "EnableSubvolumes": "System.String",
- "CapacityPoolResourceId": "System.String",
- "ProximityPlacementGroup": "System.String",
- "SmbAccessBasedEnumeration": "System.String",
- "T2Network": "System.String",
- "EncryptionKeySource": "System.String",
- "AvsDataStore": "System.String",
- "Location": "System.String",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
- "Etag": "System.String",
- "ProvisioningState": "System.String",
- "FileSystemId": "System.String",
- "CreationToken": "System.String",
- "ServiceLevel": "System.String",
- "SnapshotId": "System.String",
- "BaremetalTenantId": "System.String",
- "SubnetId": "System.String",
- "VolumeType": "System.String",
- "BackupId": "System.String",
- "SecurityStyle": "System.String",
- "ProvisionedAvailabilityZone": "System.String",
- "UnixPermission": "System.String",
- "NetworkFeatures": "System.String",
- "ResourceGroupName": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": true,
- "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": "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
- }
- ]
- }
- ],
- "AliasList": [
- "Get-AnfReplicationStatus"
- ]
- },
- {
- "VerbName": "Get",
- "NounName": "AzNetAppFilesSnapshot",
- "Name": "Get-AzNetAppFilesSnapshot",
- "ClassName": "Microsoft.Azure.Commands.NetAppFiles.Snapshot.GetAzureRmNetAppFilesSnapshot",
- "SupportsShouldProcess": false,
- "ConfirmImpact": 2,
- "SupportsPaging": false,
- "DefaultParameterSetName": "ByFieldsParameterSet",
- "OutputTypes": [
- {
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesSnapshot",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesSnapshot, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "Created": "System.Nullable`1[System.DateTime]",
- "ResourceGroupName": "System.String",
- "Location": "System.String",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
- "SnapshotId": "System.String",
- "ProvisioningState": "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"
- ]
- }
- ],
- "Parameters": [
- {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "AccountName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "PoolName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "VolumeName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "Name",
- "AliasList": [
- "SnapshotName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "ResourceId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "VolumeObject",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection",
- "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy",
- "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData",
- "PlacementRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSKeyValuePairs]",
- "DataStoreResourceId": "System.Collections.Generic.IList`1[System.String]",
- "ProtocolTypes": "System.Collections.Generic.IList`1[System.String]",
- "Zones": "System.Collections.Generic.IList`1[System.String]",
- "SnapshotDirectoryVisible": "System.Nullable`1[System.Boolean]",
- "KerberosEnabled": "System.Nullable`1[System.Boolean]",
- "SmbEncryption": "System.Nullable`1[System.Boolean]",
- "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]",
- "Encrypted": "System.Nullable`1[System.Boolean]",
- "LdapEnabled": "System.Nullable`1[System.Boolean]",
- "DeleteBaseSnapshot": "System.Nullable`1[System.Boolean]",
- "CoolAccess": "System.Nullable`1[System.Boolean]",
- "IsDefaultQuotaEnabled": "System.Nullable`1[System.Boolean]",
- "IsRestoring": "System.Nullable`1[System.Boolean]",
- "IsLargeVolume": "System.Nullable`1[System.Boolean]",
- "ThroughputMibps": "System.Nullable`1[System.Double]",
- "CoolnessPeriod": "System.Nullable`1[System.Int32]",
- "CloneProgress": "System.Nullable`1[System.Int32]",
- "DefaultGroupQuotaInKiBs": "System.Nullable`1[System.Int64]",
- "UsageThreshold": "System.Nullable`1[System.Int64]",
- "MaximumNumberOfFiles": "System.Nullable`1[System.Int64]",
- "DefaultUserQuotaInKiBs": "System.Nullable`1[System.Int64]",
- "MountTargets": "System.Object",
- "Tags": "System.Object",
- "VolumeSpecName": "System.String",
- "FileAccessLogs": "System.String",
- "NetworkSiblingSetId": "System.String",
- "SmbNonBrowsable": "System.String",
- "StorageToNetworkProximity": "System.String",
- "KeyVaultPrivateEndpointResourceId": "System.String",
- "VolumeGroupName": "System.String",
- "EnableSubvolumes": "System.String",
- "CapacityPoolResourceId": "System.String",
- "ProximityPlacementGroup": "System.String",
- "SmbAccessBasedEnumeration": "System.String",
- "T2Network": "System.String",
- "EncryptionKeySource": "System.String",
- "AvsDataStore": "System.String",
- "Location": "System.String",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
- "Etag": "System.String",
- "ProvisioningState": "System.String",
- "FileSystemId": "System.String",
- "CreationToken": "System.String",
- "ServiceLevel": "System.String",
- "SnapshotId": "System.String",
- "BaremetalTenantId": "System.String",
- "SubnetId": "System.String",
- "VolumeType": "System.String",
- "BackupId": "System.String",
- "SecurityStyle": "System.String",
- "ProvisionedAvailabilityZone": "System.String",
- "UnixPermission": "System.String",
- "NetworkFeatures": "System.String",
- "ResourceGroupName": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- }
- ],
- "ParameterSets": [
- {
- "Name": "ByFieldsParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "AccountName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "PoolName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "VolumeName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "SnapshotName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "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": "Name",
- "AliasList": [
- "SnapshotName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "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": "ByResourceIdParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ResourceId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
- {
- "ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "SnapshotName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "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": "ByParentObjectParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "VolumeObject",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection",
- "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy",
- "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData",
- "PlacementRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSKeyValuePairs]",
- "DataStoreResourceId": "System.Collections.Generic.IList`1[System.String]",
- "ProtocolTypes": "System.Collections.Generic.IList`1[System.String]",
- "Zones": "System.Collections.Generic.IList`1[System.String]",
- "SnapshotDirectoryVisible": "System.Nullable`1[System.Boolean]",
- "KerberosEnabled": "System.Nullable`1[System.Boolean]",
- "SmbEncryption": "System.Nullable`1[System.Boolean]",
- "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]",
- "Encrypted": "System.Nullable`1[System.Boolean]",
- "LdapEnabled": "System.Nullable`1[System.Boolean]",
- "DeleteBaseSnapshot": "System.Nullable`1[System.Boolean]",
- "CoolAccess": "System.Nullable`1[System.Boolean]",
- "IsDefaultQuotaEnabled": "System.Nullable`1[System.Boolean]",
- "IsRestoring": "System.Nullable`1[System.Boolean]",
- "IsLargeVolume": "System.Nullable`1[System.Boolean]",
- "ThroughputMibps": "System.Nullable`1[System.Double]",
- "CoolnessPeriod": "System.Nullable`1[System.Int32]",
- "CloneProgress": "System.Nullable`1[System.Int32]",
- "DefaultGroupQuotaInKiBs": "System.Nullable`1[System.Int64]",
- "UsageThreshold": "System.Nullable`1[System.Int64]",
- "MaximumNumberOfFiles": "System.Nullable`1[System.Int64]",
- "DefaultUserQuotaInKiBs": "System.Nullable`1[System.Int64]",
- "MountTargets": "System.Object",
- "Tags": "System.Object",
- "VolumeSpecName": "System.String",
- "FileAccessLogs": "System.String",
- "NetworkSiblingSetId": "System.String",
- "SmbNonBrowsable": "System.String",
- "StorageToNetworkProximity": "System.String",
- "KeyVaultPrivateEndpointResourceId": "System.String",
- "VolumeGroupName": "System.String",
- "EnableSubvolumes": "System.String",
- "CapacityPoolResourceId": "System.String",
- "ProximityPlacementGroup": "System.String",
- "SmbAccessBasedEnumeration": "System.String",
- "T2Network": "System.String",
- "EncryptionKeySource": "System.String",
- "AvsDataStore": "System.String",
- "Location": "System.String",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
- "Etag": "System.String",
- "ProvisioningState": "System.String",
- "FileSystemId": "System.String",
- "CreationToken": "System.String",
- "ServiceLevel": "System.String",
- "SnapshotId": "System.String",
- "BaremetalTenantId": "System.String",
- "SubnetId": "System.String",
- "VolumeType": "System.String",
- "BackupId": "System.String",
- "SecurityStyle": "System.String",
- "ProvisionedAvailabilityZone": "System.String",
- "UnixPermission": "System.String",
- "NetworkFeatures": "System.String",
- "ResourceGroupName": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": true,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "SnapshotName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "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
- }
- ]
- }
- ],
- "AliasList": [
- "Get-AnfSnapshot"
- ]
- },
- {
- "VerbName": "Get",
- "NounName": "AzNetAppFilesSnapshotPolicy",
- "Name": "Get-AzNetAppFilesSnapshotPolicy",
- "ClassName": "Microsoft.Azure.Commands.NetAppFiles.SnapshotPolicy.GetAzureRmNetAppFilesSnapshotPolicy",
- "SupportsShouldProcess": true,
- "ConfirmImpact": 2,
- "SupportsPaging": false,
- "DefaultParameterSetName": "ByFieldsParameterSet",
- "OutputTypes": [
- {
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesSnapshotPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesSnapshotPolicy, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DailySchedule": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesDailySchedule",
- "HourlySchedule": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesHourlySchedule",
- "MonthlySchedule": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesMonthlySchedule",
- "WeeklySchedule": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesWeeklySchedule",
- "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData",
- "Enabled": "System.Nullable`1[System.Boolean]",
- "Tags": "System.Object",
- "ResourceGroupName": "System.String",
- "Location": "System.String",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
- "Etag": "System.String",
- "SnapshotPolicyId": "System.String",
- "ProvisioningState": "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"
- ]
- }
- ],
- "Parameters": [
- {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "AccountName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "Name",
- "AliasList": [
- "SnapshotPolicyName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "ResourceId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "AccountObject",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "Identity": "Microsoft.Azure.Commands.NetAppFiles.Models.PSManagedServiceIdentity",
- "Encryption": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccountEncryption",
- "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData",
- "ActiveDirectories": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory]",
- "DisableShowmount": "System.Nullable`1[System.Boolean]",
- "Tags": "System.Object",
- "ResourceGroupName": "System.String",
- "Location": "System.String",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
- "Etag": "System.String",
- "ProvisioningState": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- }
- ],
- "ParameterSets": [
- {
- "Name": "ByFieldsParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "AccountName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "SnapshotPolicyName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "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": "ByResourceIdParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ResourceId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
- {
- "ParameterMetadata": {
- "Name": "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": "ByParentObjectParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "AccountObject",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "Identity": "Microsoft.Azure.Commands.NetAppFiles.Models.PSManagedServiceIdentity",
- "Encryption": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccountEncryption",
- "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData",
- "ActiveDirectories": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory]",
- "DisableShowmount": "System.Nullable`1[System.Boolean]",
- "Tags": "System.Object",
- "ResourceGroupName": "System.String",
- "Location": "System.String",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
- "Etag": "System.String",
- "ProvisioningState": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": true,
- "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": "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
- }
- ]
- }
- ],
- "AliasList": [
- "Get-AnfSnapshotPolicy"
- ]
- },
- {
- "VerbName": "Get",
- "NounName": "AzNetAppFilesSubvolume",
- "Name": "Get-AzNetAppFilesSubvolume",
- "ClassName": "Microsoft.Azure.Commands.NetAppFiles.Volume.GetAzureRmNetAppFilesSubvolume",
- "SupportsShouldProcess": false,
- "ConfirmImpact": 2,
- "SupportsPaging": false,
- "DefaultParameterSetName": "ByFieldsParameterSet",
- "OutputTypes": [
- {
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection",
- "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy",
- "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData",
- "PlacementRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSKeyValuePairs]",
- "DataStoreResourceId": "System.Collections.Generic.IList`1[System.String]",
- "ProtocolTypes": "System.Collections.Generic.IList`1[System.String]",
- "Zones": "System.Collections.Generic.IList`1[System.String]",
- "SnapshotDirectoryVisible": "System.Nullable`1[System.Boolean]",
- "KerberosEnabled": "System.Nullable`1[System.Boolean]",
- "SmbEncryption": "System.Nullable`1[System.Boolean]",
- "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]",
- "Encrypted": "System.Nullable`1[System.Boolean]",
- "LdapEnabled": "System.Nullable`1[System.Boolean]",
- "DeleteBaseSnapshot": "System.Nullable`1[System.Boolean]",
- "CoolAccess": "System.Nullable`1[System.Boolean]",
- "IsDefaultQuotaEnabled": "System.Nullable`1[System.Boolean]",
- "IsRestoring": "System.Nullable`1[System.Boolean]",
- "IsLargeVolume": "System.Nullable`1[System.Boolean]",
- "ThroughputMibps": "System.Nullable`1[System.Double]",
- "CoolnessPeriod": "System.Nullable`1[System.Int32]",
- "CloneProgress": "System.Nullable`1[System.Int32]",
- "DefaultGroupQuotaInKiBs": "System.Nullable`1[System.Int64]",
- "UsageThreshold": "System.Nullable`1[System.Int64]",
- "MaximumNumberOfFiles": "System.Nullable`1[System.Int64]",
- "DefaultUserQuotaInKiBs": "System.Nullable`1[System.Int64]",
- "MountTargets": "System.Object",
- "Tags": "System.Object",
- "VolumeSpecName": "System.String",
- "FileAccessLogs": "System.String",
- "NetworkSiblingSetId": "System.String",
- "SmbNonBrowsable": "System.String",
- "StorageToNetworkProximity": "System.String",
- "KeyVaultPrivateEndpointResourceId": "System.String",
- "VolumeGroupName": "System.String",
- "EnableSubvolumes": "System.String",
- "CapacityPoolResourceId": "System.String",
- "ProximityPlacementGroup": "System.String",
- "SmbAccessBasedEnumeration": "System.String",
- "T2Network": "System.String",
- "EncryptionKeySource": "System.String",
- "AvsDataStore": "System.String",
- "Location": "System.String",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
- "Etag": "System.String",
- "ProvisioningState": "System.String",
- "FileSystemId": "System.String",
- "CreationToken": "System.String",
- "ServiceLevel": "System.String",
- "SnapshotId": "System.String",
- "BaremetalTenantId": "System.String",
- "SubnetId": "System.String",
- "VolumeType": "System.String",
- "BackupId": "System.String",
- "SecurityStyle": "System.String",
- "ProvisionedAvailabilityZone": "System.String",
- "UnixPermission": "System.String",
- "NetworkFeatures": "System.String",
- "ResourceGroupName": "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"
- ]
- }
- ],
- "Parameters": [
- {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "AccountName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "PoolName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "VolumeName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "Name",
- "AliasList": [
- "SubvolumeName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "ResourceId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "VolumeObject",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection",
- "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy",
- "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData",
- "PlacementRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSKeyValuePairs]",
- "DataStoreResourceId": "System.Collections.Generic.IList`1[System.String]",
- "ProtocolTypes": "System.Collections.Generic.IList`1[System.String]",
- "Zones": "System.Collections.Generic.IList`1[System.String]",
- "SnapshotDirectoryVisible": "System.Nullable`1[System.Boolean]",
- "KerberosEnabled": "System.Nullable`1[System.Boolean]",
- "SmbEncryption": "System.Nullable`1[System.Boolean]",
- "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]",
- "Encrypted": "System.Nullable`1[System.Boolean]",
- "LdapEnabled": "System.Nullable`1[System.Boolean]",
- "DeleteBaseSnapshot": "System.Nullable`1[System.Boolean]",
- "CoolAccess": "System.Nullable`1[System.Boolean]",
- "IsDefaultQuotaEnabled": "System.Nullable`1[System.Boolean]",
- "IsRestoring": "System.Nullable`1[System.Boolean]",
- "IsLargeVolume": "System.Nullable`1[System.Boolean]",
- "ThroughputMibps": "System.Nullable`1[System.Double]",
- "CoolnessPeriod": "System.Nullable`1[System.Int32]",
- "CloneProgress": "System.Nullable`1[System.Int32]",
- "DefaultGroupQuotaInKiBs": "System.Nullable`1[System.Int64]",
- "UsageThreshold": "System.Nullable`1[System.Int64]",
- "MaximumNumberOfFiles": "System.Nullable`1[System.Int64]",
- "DefaultUserQuotaInKiBs": "System.Nullable`1[System.Int64]",
- "MountTargets": "System.Object",
- "Tags": "System.Object",
- "VolumeSpecName": "System.String",
- "FileAccessLogs": "System.String",
- "NetworkSiblingSetId": "System.String",
- "SmbNonBrowsable": "System.String",
- "StorageToNetworkProximity": "System.String",
- "KeyVaultPrivateEndpointResourceId": "System.String",
- "VolumeGroupName": "System.String",
- "EnableSubvolumes": "System.String",
- "CapacityPoolResourceId": "System.String",
- "ProximityPlacementGroup": "System.String",
- "SmbAccessBasedEnumeration": "System.String",
- "T2Network": "System.String",
- "EncryptionKeySource": "System.String",
- "AvsDataStore": "System.String",
- "Location": "System.String",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
- "Etag": "System.String",
- "ProvisioningState": "System.String",
- "FileSystemId": "System.String",
- "CreationToken": "System.String",
- "ServiceLevel": "System.String",
- "SnapshotId": "System.String",
- "BaremetalTenantId": "System.String",
- "SubnetId": "System.String",
- "VolumeType": "System.String",
- "BackupId": "System.String",
- "SecurityStyle": "System.String",
- "ProvisionedAvailabilityZone": "System.String",
- "UnixPermission": "System.String",
- "NetworkFeatures": "System.String",
- "ResourceGroupName": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- }
- ],
- "ParameterSets": [
- {
- "Name": "ByFieldsParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "AccountName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "PoolName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "VolumeName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "SubvolumeName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "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": "Name",
- "AliasList": [
- "SubvolumeName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "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": "ByResourceIdParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ResourceId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
- {
- "ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "SubvolumeName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "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": "ByParentObjectParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "VolumeObject",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection",
- "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy",
- "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData",
- "PlacementRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSKeyValuePairs]",
- "DataStoreResourceId": "System.Collections.Generic.IList`1[System.String]",
- "ProtocolTypes": "System.Collections.Generic.IList`1[System.String]",
- "Zones": "System.Collections.Generic.IList`1[System.String]",
- "SnapshotDirectoryVisible": "System.Nullable`1[System.Boolean]",
- "KerberosEnabled": "System.Nullable`1[System.Boolean]",
- "SmbEncryption": "System.Nullable`1[System.Boolean]",
- "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]",
- "Encrypted": "System.Nullable`1[System.Boolean]",
- "LdapEnabled": "System.Nullable`1[System.Boolean]",
- "DeleteBaseSnapshot": "System.Nullable`1[System.Boolean]",
- "CoolAccess": "System.Nullable`1[System.Boolean]",
- "IsDefaultQuotaEnabled": "System.Nullable`1[System.Boolean]",
- "IsRestoring": "System.Nullable`1[System.Boolean]",
- "IsLargeVolume": "System.Nullable`1[System.Boolean]",
- "ThroughputMibps": "System.Nullable`1[System.Double]",
- "CoolnessPeriod": "System.Nullable`1[System.Int32]",
- "CloneProgress": "System.Nullable`1[System.Int32]",
- "DefaultGroupQuotaInKiBs": "System.Nullable`1[System.Int64]",
- "UsageThreshold": "System.Nullable`1[System.Int64]",
- "MaximumNumberOfFiles": "System.Nullable`1[System.Int64]",
- "DefaultUserQuotaInKiBs": "System.Nullable`1[System.Int64]",
- "MountTargets": "System.Object",
- "Tags": "System.Object",
- "VolumeSpecName": "System.String",
- "FileAccessLogs": "System.String",
- "NetworkSiblingSetId": "System.String",
- "SmbNonBrowsable": "System.String",
- "StorageToNetworkProximity": "System.String",
- "KeyVaultPrivateEndpointResourceId": "System.String",
- "VolumeGroupName": "System.String",
- "EnableSubvolumes": "System.String",
- "CapacityPoolResourceId": "System.String",
- "ProximityPlacementGroup": "System.String",
- "SmbAccessBasedEnumeration": "System.String",
- "T2Network": "System.String",
- "EncryptionKeySource": "System.String",
- "AvsDataStore": "System.String",
- "Location": "System.String",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
- "Etag": "System.String",
- "ProvisioningState": "System.String",
- "FileSystemId": "System.String",
- "CreationToken": "System.String",
- "ServiceLevel": "System.String",
- "SnapshotId": "System.String",
- "BaremetalTenantId": "System.String",
- "SubnetId": "System.String",
- "VolumeType": "System.String",
- "BackupId": "System.String",
- "SecurityStyle": "System.String",
- "ProvisionedAvailabilityZone": "System.String",
- "UnixPermission": "System.String",
- "NetworkFeatures": "System.String",
- "ResourceGroupName": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": true,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "SubvolumeName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- }
- ]
- },
- {
- "VerbName": "Get",
- "NounName": "AzNetAppFilesSubvolumeMetadata",
- "Name": "Get-AzNetAppFilesSubvolumeMetadata",
- "ClassName": "Microsoft.Azure.Commands.NetAppFiles.Volume.QueryAzureRmNetAppFilesSubvolume",
- "SupportsShouldProcess": false,
- "ConfirmImpact": 2,
- "SupportsPaging": false,
- "DefaultParameterSetName": "ByFieldsParameterSet",
- "OutputTypes": [
- {
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection",
- "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy",
- "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData",
- "PlacementRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSKeyValuePairs]",
- "DataStoreResourceId": "System.Collections.Generic.IList`1[System.String]",
- "ProtocolTypes": "System.Collections.Generic.IList`1[System.String]",
- "Zones": "System.Collections.Generic.IList`1[System.String]",
- "SnapshotDirectoryVisible": "System.Nullable`1[System.Boolean]",
- "KerberosEnabled": "System.Nullable`1[System.Boolean]",
- "SmbEncryption": "System.Nullable`1[System.Boolean]",
- "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]",
- "Encrypted": "System.Nullable`1[System.Boolean]",
- "LdapEnabled": "System.Nullable`1[System.Boolean]",
- "DeleteBaseSnapshot": "System.Nullable`1[System.Boolean]",
- "CoolAccess": "System.Nullable`1[System.Boolean]",
- "IsDefaultQuotaEnabled": "System.Nullable`1[System.Boolean]",
- "IsRestoring": "System.Nullable`1[System.Boolean]",
- "IsLargeVolume": "System.Nullable`1[System.Boolean]",
- "ThroughputMibps": "System.Nullable`1[System.Double]",
- "CoolnessPeriod": "System.Nullable`1[System.Int32]",
- "CloneProgress": "System.Nullable`1[System.Int32]",
- "DefaultGroupQuotaInKiBs": "System.Nullable`1[System.Int64]",
- "UsageThreshold": "System.Nullable`1[System.Int64]",
- "MaximumNumberOfFiles": "System.Nullable`1[System.Int64]",
- "DefaultUserQuotaInKiBs": "System.Nullable`1[System.Int64]",
- "MountTargets": "System.Object",
- "Tags": "System.Object",
- "VolumeSpecName": "System.String",
- "FileAccessLogs": "System.String",
- "NetworkSiblingSetId": "System.String",
- "SmbNonBrowsable": "System.String",
- "StorageToNetworkProximity": "System.String",
- "KeyVaultPrivateEndpointResourceId": "System.String",
- "VolumeGroupName": "System.String",
- "EnableSubvolumes": "System.String",
- "CapacityPoolResourceId": "System.String",
- "ProximityPlacementGroup": "System.String",
- "SmbAccessBasedEnumeration": "System.String",
- "T2Network": "System.String",
- "EncryptionKeySource": "System.String",
- "AvsDataStore": "System.String",
- "Location": "System.String",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
- "Etag": "System.String",
- "ProvisioningState": "System.String",
- "FileSystemId": "System.String",
- "CreationToken": "System.String",
- "ServiceLevel": "System.String",
- "SnapshotId": "System.String",
- "BaremetalTenantId": "System.String",
- "SubnetId": "System.String",
- "VolumeType": "System.String",
- "BackupId": "System.String",
- "SecurityStyle": "System.String",
- "ProvisionedAvailabilityZone": "System.String",
- "UnixPermission": "System.String",
- "NetworkFeatures": "System.String",
- "ResourceGroupName": "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"
- ]
- }
- ],
- "Parameters": [
- {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "AccountName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "PoolName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "VolumeName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "Name",
- "AliasList": [
- "SubvolumeName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "ResourceId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "VolumeObject",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection",
- "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy",
- "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData",
- "PlacementRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSKeyValuePairs]",
- "DataStoreResourceId": "System.Collections.Generic.IList`1[System.String]",
- "ProtocolTypes": "System.Collections.Generic.IList`1[System.String]",
- "Zones": "System.Collections.Generic.IList`1[System.String]",
- "SnapshotDirectoryVisible": "System.Nullable`1[System.Boolean]",
- "KerberosEnabled": "System.Nullable`1[System.Boolean]",
- "SmbEncryption": "System.Nullable`1[System.Boolean]",
- "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]",
- "Encrypted": "System.Nullable`1[System.Boolean]",
- "LdapEnabled": "System.Nullable`1[System.Boolean]",
- "DeleteBaseSnapshot": "System.Nullable`1[System.Boolean]",
- "CoolAccess": "System.Nullable`1[System.Boolean]",
- "IsDefaultQuotaEnabled": "System.Nullable`1[System.Boolean]",
- "IsRestoring": "System.Nullable`1[System.Boolean]",
- "IsLargeVolume": "System.Nullable`1[System.Boolean]",
- "ThroughputMibps": "System.Nullable`1[System.Double]",
- "CoolnessPeriod": "System.Nullable`1[System.Int32]",
- "CloneProgress": "System.Nullable`1[System.Int32]",
- "DefaultGroupQuotaInKiBs": "System.Nullable`1[System.Int64]",
- "UsageThreshold": "System.Nullable`1[System.Int64]",
- "MaximumNumberOfFiles": "System.Nullable`1[System.Int64]",
- "DefaultUserQuotaInKiBs": "System.Nullable`1[System.Int64]",
- "MountTargets": "System.Object",
- "Tags": "System.Object",
- "VolumeSpecName": "System.String",
- "FileAccessLogs": "System.String",
- "NetworkSiblingSetId": "System.String",
- "SmbNonBrowsable": "System.String",
- "StorageToNetworkProximity": "System.String",
- "KeyVaultPrivateEndpointResourceId": "System.String",
- "VolumeGroupName": "System.String",
- "EnableSubvolumes": "System.String",
- "CapacityPoolResourceId": "System.String",
- "ProximityPlacementGroup": "System.String",
- "SmbAccessBasedEnumeration": "System.String",
- "T2Network": "System.String",
- "EncryptionKeySource": "System.String",
- "AvsDataStore": "System.String",
- "Location": "System.String",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
- "Etag": "System.String",
- "ProvisioningState": "System.String",
- "FileSystemId": "System.String",
- "CreationToken": "System.String",
- "ServiceLevel": "System.String",
- "SnapshotId": "System.String",
- "BaremetalTenantId": "System.String",
- "SubnetId": "System.String",
- "VolumeType": "System.String",
- "BackupId": "System.String",
- "SecurityStyle": "System.String",
- "ProvisionedAvailabilityZone": "System.String",
- "UnixPermission": "System.String",
- "NetworkFeatures": "System.String",
- "ResourceGroupName": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- }
- ],
- "ParameterSets": [
- {
- "Name": "ByFieldsParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "AccountName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "PoolName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "VolumeName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "SubvolumeName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": 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": "Name",
- "AliasList": [
- "SubvolumeName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": 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": "ByResourceIdParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ResourceId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
- {
- "ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "SubvolumeName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": 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": "ByParentObjectParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "VolumeObject",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection",
- "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy",
- "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData",
- "PlacementRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSKeyValuePairs]",
- "DataStoreResourceId": "System.Collections.Generic.IList`1[System.String]",
- "ProtocolTypes": "System.Collections.Generic.IList`1[System.String]",
- "Zones": "System.Collections.Generic.IList`1[System.String]",
- "SnapshotDirectoryVisible": "System.Nullable`1[System.Boolean]",
- "KerberosEnabled": "System.Nullable`1[System.Boolean]",
- "SmbEncryption": "System.Nullable`1[System.Boolean]",
- "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]",
- "Encrypted": "System.Nullable`1[System.Boolean]",
- "LdapEnabled": "System.Nullable`1[System.Boolean]",
- "DeleteBaseSnapshot": "System.Nullable`1[System.Boolean]",
- "CoolAccess": "System.Nullable`1[System.Boolean]",
- "IsDefaultQuotaEnabled": "System.Nullable`1[System.Boolean]",
- "IsRestoring": "System.Nullable`1[System.Boolean]",
- "IsLargeVolume": "System.Nullable`1[System.Boolean]",
- "ThroughputMibps": "System.Nullable`1[System.Double]",
- "CoolnessPeriod": "System.Nullable`1[System.Int32]",
- "CloneProgress": "System.Nullable`1[System.Int32]",
- "DefaultGroupQuotaInKiBs": "System.Nullable`1[System.Int64]",
- "UsageThreshold": "System.Nullable`1[System.Int64]",
- "MaximumNumberOfFiles": "System.Nullable`1[System.Int64]",
- "DefaultUserQuotaInKiBs": "System.Nullable`1[System.Int64]",
- "MountTargets": "System.Object",
- "Tags": "System.Object",
- "VolumeSpecName": "System.String",
- "FileAccessLogs": "System.String",
- "NetworkSiblingSetId": "System.String",
- "SmbNonBrowsable": "System.String",
- "StorageToNetworkProximity": "System.String",
- "KeyVaultPrivateEndpointResourceId": "System.String",
- "VolumeGroupName": "System.String",
- "EnableSubvolumes": "System.String",
- "CapacityPoolResourceId": "System.String",
- "ProximityPlacementGroup": "System.String",
- "SmbAccessBasedEnumeration": "System.String",
- "T2Network": "System.String",
- "EncryptionKeySource": "System.String",
- "AvsDataStore": "System.String",
- "Location": "System.String",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
- "Etag": "System.String",
- "ProvisioningState": "System.String",
- "FileSystemId": "System.String",
- "CreationToken": "System.String",
- "ServiceLevel": "System.String",
- "SnapshotId": "System.String",
- "BaremetalTenantId": "System.String",
- "SubnetId": "System.String",
- "VolumeType": "System.String",
- "BackupId": "System.String",
- "SecurityStyle": "System.String",
- "ProvisionedAvailabilityZone": "System.String",
- "UnixPermission": "System.String",
- "NetworkFeatures": "System.String",
- "ResourceGroupName": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": true,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "SubvolumeName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": 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
- }
- ]
- }
- ],
- "AliasList": [
- "Get-AnfSubvolume"
- ]
- },
- {
- "VerbName": "Get",
- "NounName": "AzNetAppFilesVolume",
- "Name": "Get-AzNetAppFilesVolume",
- "ClassName": "Microsoft.Azure.Commands.NetAppFiles.Volume.GetAzureRmNetAppFilesVolume",
- "SupportsShouldProcess": false,
- "ConfirmImpact": 2,
- "SupportsPaging": false,
- "DefaultParameterSetName": "ByFieldsParameterSet",
- "OutputTypes": [
- {
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection",
- "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy",
- "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData",
- "PlacementRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSKeyValuePairs]",
- "DataStoreResourceId": "System.Collections.Generic.IList`1[System.String]",
- "ProtocolTypes": "System.Collections.Generic.IList`1[System.String]",
- "Zones": "System.Collections.Generic.IList`1[System.String]",
- "SnapshotDirectoryVisible": "System.Nullable`1[System.Boolean]",
- "KerberosEnabled": "System.Nullable`1[System.Boolean]",
- "SmbEncryption": "System.Nullable`1[System.Boolean]",
- "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]",
- "Encrypted": "System.Nullable`1[System.Boolean]",
- "LdapEnabled": "System.Nullable`1[System.Boolean]",
- "DeleteBaseSnapshot": "System.Nullable`1[System.Boolean]",
- "CoolAccess": "System.Nullable`1[System.Boolean]",
- "IsDefaultQuotaEnabled": "System.Nullable`1[System.Boolean]",
- "IsRestoring": "System.Nullable`1[System.Boolean]",
- "IsLargeVolume": "System.Nullable`1[System.Boolean]",
- "ThroughputMibps": "System.Nullable`1[System.Double]",
- "CoolnessPeriod": "System.Nullable`1[System.Int32]",
- "CloneProgress": "System.Nullable`1[System.Int32]",
- "DefaultGroupQuotaInKiBs": "System.Nullable`1[System.Int64]",
- "UsageThreshold": "System.Nullable`1[System.Int64]",
- "MaximumNumberOfFiles": "System.Nullable`1[System.Int64]",
- "DefaultUserQuotaInKiBs": "System.Nullable`1[System.Int64]",
- "MountTargets": "System.Object",
- "Tags": "System.Object",
- "VolumeSpecName": "System.String",
- "FileAccessLogs": "System.String",
- "NetworkSiblingSetId": "System.String",
- "SmbNonBrowsable": "System.String",
- "StorageToNetworkProximity": "System.String",
- "KeyVaultPrivateEndpointResourceId": "System.String",
- "VolumeGroupName": "System.String",
- "EnableSubvolumes": "System.String",
- "CapacityPoolResourceId": "System.String",
- "ProximityPlacementGroup": "System.String",
- "SmbAccessBasedEnumeration": "System.String",
- "T2Network": "System.String",
- "EncryptionKeySource": "System.String",
- "AvsDataStore": "System.String",
- "Location": "System.String",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
- "Etag": "System.String",
- "ProvisioningState": "System.String",
- "FileSystemId": "System.String",
- "CreationToken": "System.String",
- "ServiceLevel": "System.String",
- "SnapshotId": "System.String",
- "BaremetalTenantId": "System.String",
- "SubnetId": "System.String",
- "VolumeType": "System.String",
- "BackupId": "System.String",
- "SecurityStyle": "System.String",
- "ProvisionedAvailabilityZone": "System.String",
- "UnixPermission": "System.String",
- "NetworkFeatures": "System.String",
- "ResourceGroupName": "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"
- ]
- }
- ],
- "Parameters": [
- {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "AccountName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "PoolName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "Name",
- "AliasList": [
- "VolumeName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "ResourceId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "PoolObject",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesPool",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesPool, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData",
- "CoolAccess": "System.Nullable`1[System.Boolean]",
- "UtilizedThroughputMibps": "System.Nullable`1[System.Double]",
- "TotalThroughputMibps": "System.Nullable`1[System.Double]",
- "Size": "System.Nullable`1[System.Int64]",
- "Tags": "System.Object",
- "Etag": "System.String",
- "PoolId": "System.String",
- "EncryptionType": "System.String",
- "ServiceLevel": "System.String",
- "ProvisioningState": "System.String",
- "Name": "System.String",
- "Id": "System.String",
- "QosType": "System.String",
- "Location": "System.String",
- "Type": "System.String",
- "ResourceGroupName": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- }
- ],
- "ParameterSets": [
- {
- "Name": "ByFieldsParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "AccountName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "PoolName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "VolumeName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "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": "ByResourceIdParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ResourceId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
- {
- "ParameterMetadata": {
- "Name": "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": "ByParentObjectParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "PoolObject",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesPool",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesPool, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData",
- "CoolAccess": "System.Nullable`1[System.Boolean]",
- "UtilizedThroughputMibps": "System.Nullable`1[System.Double]",
- "TotalThroughputMibps": "System.Nullable`1[System.Double]",
- "Size": "System.Nullable`1[System.Int64]",
- "Tags": "System.Object",
- "Etag": "System.String",
- "PoolId": "System.String",
- "EncryptionType": "System.String",
- "ServiceLevel": "System.String",
- "ProvisioningState": "System.String",
- "Name": "System.String",
- "Id": "System.String",
- "QosType": "System.String",
- "Location": "System.String",
- "Type": "System.String",
- "ResourceGroupName": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": true,
- "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": "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
- }
- ]
- }
- ],
- "AliasList": [
- "Get-AnfVolume"
- ]
- },
- {
- "VerbName": "Get",
- "NounName": "AzNetAppFilesVolumeBackupStatus",
- "Name": "Get-AzNetAppFilesVolumeBackupStatus",
- "ClassName": "Microsoft.Azure.Commands.NetAppFiles.Volume.GetAzureRmNetAppFilesVolumeBackupStatus",
- "SupportsShouldProcess": false,
- "ConfirmImpact": 2,
- "SupportsPaging": false,
- "DefaultParameterSetName": "ByFieldsParameterSet",
- "OutputTypes": [
- {
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeBackupStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeBackupStatus, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "Healthy": "System.Nullable`1[System.Boolean]",
- "LastTransferSize": "System.Nullable`1[System.Int64]",
- "TotalTransferBytes": "System.Nullable`1[System.Int64]",
- "RelationshipStatus": "System.String",
- "MirrorState": "System.String",
- "UnhealthyReason": "System.String",
- "ErrorMessage": "System.String",
- "LastTransferType": "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"
- ]
- }
- ],
- "Parameters": [
- {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "AccountName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "PoolName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "Name",
- "AliasList": [
- "VolumeName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "ResourceId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "PoolObject",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesPool",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesPool, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData",
- "CoolAccess": "System.Nullable`1[System.Boolean]",
- "UtilizedThroughputMibps": "System.Nullable`1[System.Double]",
- "TotalThroughputMibps": "System.Nullable`1[System.Double]",
- "Size": "System.Nullable`1[System.Int64]",
- "Tags": "System.Object",
- "Etag": "System.String",
- "PoolId": "System.String",
- "EncryptionType": "System.String",
- "ServiceLevel": "System.String",
- "ProvisioningState": "System.String",
- "Name": "System.String",
- "Id": "System.String",
- "QosType": "System.String",
- "Location": "System.String",
- "Type": "System.String",
- "ResourceGroupName": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "InputObject",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection",
- "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy",
- "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData",
- "PlacementRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSKeyValuePairs]",
- "DataStoreResourceId": "System.Collections.Generic.IList`1[System.String]",
- "ProtocolTypes": "System.Collections.Generic.IList`1[System.String]",
- "Zones": "System.Collections.Generic.IList`1[System.String]",
- "SnapshotDirectoryVisible": "System.Nullable`1[System.Boolean]",
- "KerberosEnabled": "System.Nullable`1[System.Boolean]",
- "SmbEncryption": "System.Nullable`1[System.Boolean]",
- "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]",
- "Encrypted": "System.Nullable`1[System.Boolean]",
- "LdapEnabled": "System.Nullable`1[System.Boolean]",
- "DeleteBaseSnapshot": "System.Nullable`1[System.Boolean]",
- "CoolAccess": "System.Nullable`1[System.Boolean]",
- "IsDefaultQuotaEnabled": "System.Nullable`1[System.Boolean]",
- "IsRestoring": "System.Nullable`1[System.Boolean]",
- "IsLargeVolume": "System.Nullable`1[System.Boolean]",
- "ThroughputMibps": "System.Nullable`1[System.Double]",
- "CoolnessPeriod": "System.Nullable`1[System.Int32]",
- "CloneProgress": "System.Nullable`1[System.Int32]",
- "DefaultGroupQuotaInKiBs": "System.Nullable`1[System.Int64]",
- "UsageThreshold": "System.Nullable`1[System.Int64]",
- "MaximumNumberOfFiles": "System.Nullable`1[System.Int64]",
- "DefaultUserQuotaInKiBs": "System.Nullable`1[System.Int64]",
- "MountTargets": "System.Object",
- "Tags": "System.Object",
- "VolumeSpecName": "System.String",
- "FileAccessLogs": "System.String",
- "NetworkSiblingSetId": "System.String",
- "SmbNonBrowsable": "System.String",
- "StorageToNetworkProximity": "System.String",
- "KeyVaultPrivateEndpointResourceId": "System.String",
- "VolumeGroupName": "System.String",
- "EnableSubvolumes": "System.String",
- "CapacityPoolResourceId": "System.String",
- "ProximityPlacementGroup": "System.String",
- "SmbAccessBasedEnumeration": "System.String",
- "T2Network": "System.String",
- "EncryptionKeySource": "System.String",
- "AvsDataStore": "System.String",
- "Location": "System.String",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
- "Etag": "System.String",
- "ProvisioningState": "System.String",
- "FileSystemId": "System.String",
- "CreationToken": "System.String",
- "ServiceLevel": "System.String",
- "SnapshotId": "System.String",
- "BaremetalTenantId": "System.String",
- "SubnetId": "System.String",
- "VolumeType": "System.String",
- "BackupId": "System.String",
- "SecurityStyle": "System.String",
- "ProvisionedAvailabilityZone": "System.String",
- "UnixPermission": "System.String",
- "NetworkFeatures": "System.String",
- "ResourceGroupName": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- }
- ],
- "ParameterSets": [
- {
- "Name": "ByFieldsParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "AccountName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "PoolName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "VolumeName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": 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": "ByResourceIdParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ResourceId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
- {
- "ParameterMetadata": {
- "Name": "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": "ByParentObjectParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "PoolObject",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesPool",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesPool, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData",
- "CoolAccess": "System.Nullable`1[System.Boolean]",
- "UtilizedThroughputMibps": "System.Nullable`1[System.Double]",
- "TotalThroughputMibps": "System.Nullable`1[System.Double]",
- "Size": "System.Nullable`1[System.Int64]",
- "Tags": "System.Object",
- "Etag": "System.String",
- "PoolId": "System.String",
- "EncryptionType": "System.String",
- "ServiceLevel": "System.String",
- "ProvisioningState": "System.String",
- "Name": "System.String",
- "Id": "System.String",
- "QosType": "System.String",
- "Location": "System.String",
- "Type": "System.String",
- "ResourceGroupName": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": true,
- "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": "ByObjectParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "InputObject",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection",
- "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy",
- "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData",
- "PlacementRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSKeyValuePairs]",
- "DataStoreResourceId": "System.Collections.Generic.IList`1[System.String]",
- "ProtocolTypes": "System.Collections.Generic.IList`1[System.String]",
- "Zones": "System.Collections.Generic.IList`1[System.String]",
- "SnapshotDirectoryVisible": "System.Nullable`1[System.Boolean]",
- "KerberosEnabled": "System.Nullable`1[System.Boolean]",
- "SmbEncryption": "System.Nullable`1[System.Boolean]",
- "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]",
- "Encrypted": "System.Nullable`1[System.Boolean]",
- "LdapEnabled": "System.Nullable`1[System.Boolean]",
- "DeleteBaseSnapshot": "System.Nullable`1[System.Boolean]",
- "CoolAccess": "System.Nullable`1[System.Boolean]",
- "IsDefaultQuotaEnabled": "System.Nullable`1[System.Boolean]",
- "IsRestoring": "System.Nullable`1[System.Boolean]",
- "IsLargeVolume": "System.Nullable`1[System.Boolean]",
- "ThroughputMibps": "System.Nullable`1[System.Double]",
- "CoolnessPeriod": "System.Nullable`1[System.Int32]",
- "CloneProgress": "System.Nullable`1[System.Int32]",
- "DefaultGroupQuotaInKiBs": "System.Nullable`1[System.Int64]",
- "UsageThreshold": "System.Nullable`1[System.Int64]",
- "MaximumNumberOfFiles": "System.Nullable`1[System.Int64]",
- "DefaultUserQuotaInKiBs": "System.Nullable`1[System.Int64]",
- "MountTargets": "System.Object",
- "Tags": "System.Object",
- "VolumeSpecName": "System.String",
- "FileAccessLogs": "System.String",
- "NetworkSiblingSetId": "System.String",
- "SmbNonBrowsable": "System.String",
- "StorageToNetworkProximity": "System.String",
- "KeyVaultPrivateEndpointResourceId": "System.String",
- "VolumeGroupName": "System.String",
- "EnableSubvolumes": "System.String",
- "CapacityPoolResourceId": "System.String",
- "ProximityPlacementGroup": "System.String",
- "SmbAccessBasedEnumeration": "System.String",
- "T2Network": "System.String",
- "EncryptionKeySource": "System.String",
- "AvsDataStore": "System.String",
- "Location": "System.String",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
- "Etag": "System.String",
- "ProvisioningState": "System.String",
- "FileSystemId": "System.String",
- "CreationToken": "System.String",
- "ServiceLevel": "System.String",
- "SnapshotId": "System.String",
- "BaremetalTenantId": "System.String",
- "SubnetId": "System.String",
- "VolumeType": "System.String",
- "BackupId": "System.String",
- "SecurityStyle": "System.String",
- "ProvisionedAvailabilityZone": "System.String",
- "UnixPermission": "System.String",
- "NetworkFeatures": "System.String",
- "ResourceGroupName": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": true,
- "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": "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
- }
- ]
- }
- ],
- "AliasList": [
- "Get-AnfVolumeBackupStatus"
- ]
- },
- {
- "VerbName": "Get",
- "NounName": "AzNetAppFilesVolumeGroup",
- "Name": "Get-AzNetAppFilesVolumeGroup",
- "ClassName": "Microsoft.Azure.Commands.NetAppFiles.Volume.GetAzureRmNetAppFilesVolumeGroup",
- "SupportsShouldProcess": false,
- "ConfirmImpact": 2,
- "SupportsPaging": false,
- "DefaultParameterSetName": "ByFieldsParameterSet",
- "OutputTypes": [
- {
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeGroupDetail",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeGroupDetail, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "GroupMetaData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeGroupMetaData",
- "Volumes": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume]",
- "Tags": "System.Object",
- "ResourceGroupName": "System.String",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
- "ProvisioningState": "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"
- ]
- }
- ],
- "Parameters": [
- {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "AccountName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "Name",
- "AliasList": [
- "VolumeGroupName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "ResourceId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "AccountObject",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "Identity": "Microsoft.Azure.Commands.NetAppFiles.Models.PSManagedServiceIdentity",
- "Encryption": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccountEncryption",
- "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData",
- "ActiveDirectories": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory]",
- "DisableShowmount": "System.Nullable`1[System.Boolean]",
- "Tags": "System.Object",
- "ResourceGroupName": "System.String",
- "Location": "System.String",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
- "Etag": "System.String",
- "ProvisioningState": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- }
- ],
- "ParameterSets": [
- {
- "Name": "ByFieldsParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "AccountName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "VolumeGroupName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "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": "Name",
- "AliasList": [
- "VolumeGroupName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "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": "ByResourceIdParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ResourceId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
- {
- "ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "VolumeGroupName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "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": "ByParentObjectParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "AccountObject",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "Identity": "Microsoft.Azure.Commands.NetAppFiles.Models.PSManagedServiceIdentity",
- "Encryption": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccountEncryption",
- "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData",
- "ActiveDirectories": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory]",
- "DisableShowmount": "System.Nullable`1[System.Boolean]",
- "Tags": "System.Object",
- "ResourceGroupName": "System.String",
- "Location": "System.String",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
- "Etag": "System.String",
- "ProvisioningState": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": true,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "VolumeGroupName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "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
- }
- ]
- }
- ],
- "AliasList": [
- "Get-AnfVolumeGroup"
- ]
- },
- {
- "VerbName": "Get",
- "NounName": "AzNetAppFilesVolumeQuotaRule",
- "Name": "Get-AzNetAppFilesVolumeQuotaRule",
- "ClassName": "Microsoft.Azure.Commands.NetAppFiles.Volume.GetAzureRmNetAppFilesVolumeQuotaRule",
- "SupportsShouldProcess": false,
- "ConfirmImpact": 2,
- "SupportsPaging": false,
- "DefaultParameterSetName": "ByFieldsParameterSet",
- "OutputTypes": [
- {
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection",
- "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy",
- "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData",
- "PlacementRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSKeyValuePairs]",
- "DataStoreResourceId": "System.Collections.Generic.IList`1[System.String]",
- "ProtocolTypes": "System.Collections.Generic.IList`1[System.String]",
- "Zones": "System.Collections.Generic.IList`1[System.String]",
- "SnapshotDirectoryVisible": "System.Nullable`1[System.Boolean]",
- "KerberosEnabled": "System.Nullable`1[System.Boolean]",
- "SmbEncryption": "System.Nullable`1[System.Boolean]",
- "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]",
- "Encrypted": "System.Nullable`1[System.Boolean]",
- "LdapEnabled": "System.Nullable`1[System.Boolean]",
- "DeleteBaseSnapshot": "System.Nullable`1[System.Boolean]",
- "CoolAccess": "System.Nullable`1[System.Boolean]",
- "IsDefaultQuotaEnabled": "System.Nullable`1[System.Boolean]",
- "IsRestoring": "System.Nullable`1[System.Boolean]",
- "IsLargeVolume": "System.Nullable`1[System.Boolean]",
- "ThroughputMibps": "System.Nullable`1[System.Double]",
- "CoolnessPeriod": "System.Nullable`1[System.Int32]",
- "CloneProgress": "System.Nullable`1[System.Int32]",
- "DefaultGroupQuotaInKiBs": "System.Nullable`1[System.Int64]",
- "UsageThreshold": "System.Nullable`1[System.Int64]",
- "MaximumNumberOfFiles": "System.Nullable`1[System.Int64]",
- "DefaultUserQuotaInKiBs": "System.Nullable`1[System.Int64]",
- "MountTargets": "System.Object",
- "Tags": "System.Object",
- "VolumeSpecName": "System.String",
- "FileAccessLogs": "System.String",
- "NetworkSiblingSetId": "System.String",
- "SmbNonBrowsable": "System.String",
- "StorageToNetworkProximity": "System.String",
- "KeyVaultPrivateEndpointResourceId": "System.String",
- "VolumeGroupName": "System.String",
- "EnableSubvolumes": "System.String",
- "CapacityPoolResourceId": "System.String",
- "ProximityPlacementGroup": "System.String",
- "SmbAccessBasedEnumeration": "System.String",
- "T2Network": "System.String",
- "EncryptionKeySource": "System.String",
- "AvsDataStore": "System.String",
- "Location": "System.String",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
- "Etag": "System.String",
- "ProvisioningState": "System.String",
- "FileSystemId": "System.String",
- "CreationToken": "System.String",
- "ServiceLevel": "System.String",
- "SnapshotId": "System.String",
- "BaremetalTenantId": "System.String",
- "SubnetId": "System.String",
- "VolumeType": "System.String",
- "BackupId": "System.String",
- "SecurityStyle": "System.String",
- "ProvisionedAvailabilityZone": "System.String",
- "UnixPermission": "System.String",
- "NetworkFeatures": "System.String",
- "ResourceGroupName": "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"
- ]
- }
- ],
- "Parameters": [
- {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "AccountName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "PoolName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "VolumeName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "Name",
- "AliasList": [
- "SubvolumeName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "ResourceId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "VolumeObject",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection",
- "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy",
- "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData",
- "PlacementRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSKeyValuePairs]",
- "DataStoreResourceId": "System.Collections.Generic.IList`1[System.String]",
- "ProtocolTypes": "System.Collections.Generic.IList`1[System.String]",
- "Zones": "System.Collections.Generic.IList`1[System.String]",
- "SnapshotDirectoryVisible": "System.Nullable`1[System.Boolean]",
- "KerberosEnabled": "System.Nullable`1[System.Boolean]",
- "SmbEncryption": "System.Nullable`1[System.Boolean]",
- "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]",
- "Encrypted": "System.Nullable`1[System.Boolean]",
- "LdapEnabled": "System.Nullable`1[System.Boolean]",
- "DeleteBaseSnapshot": "System.Nullable`1[System.Boolean]",
- "CoolAccess": "System.Nullable`1[System.Boolean]",
- "IsDefaultQuotaEnabled": "System.Nullable`1[System.Boolean]",
- "IsRestoring": "System.Nullable`1[System.Boolean]",
- "IsLargeVolume": "System.Nullable`1[System.Boolean]",
- "ThroughputMibps": "System.Nullable`1[System.Double]",
- "CoolnessPeriod": "System.Nullable`1[System.Int32]",
- "CloneProgress": "System.Nullable`1[System.Int32]",
- "DefaultGroupQuotaInKiBs": "System.Nullable`1[System.Int64]",
- "UsageThreshold": "System.Nullable`1[System.Int64]",
- "MaximumNumberOfFiles": "System.Nullable`1[System.Int64]",
- "DefaultUserQuotaInKiBs": "System.Nullable`1[System.Int64]",
- "MountTargets": "System.Object",
- "Tags": "System.Object",
- "VolumeSpecName": "System.String",
- "FileAccessLogs": "System.String",
- "NetworkSiblingSetId": "System.String",
- "SmbNonBrowsable": "System.String",
- "StorageToNetworkProximity": "System.String",
- "KeyVaultPrivateEndpointResourceId": "System.String",
- "VolumeGroupName": "System.String",
- "EnableSubvolumes": "System.String",
- "CapacityPoolResourceId": "System.String",
- "ProximityPlacementGroup": "System.String",
- "SmbAccessBasedEnumeration": "System.String",
- "T2Network": "System.String",
- "EncryptionKeySource": "System.String",
- "AvsDataStore": "System.String",
- "Location": "System.String",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
- "Etag": "System.String",
- "ProvisioningState": "System.String",
- "FileSystemId": "System.String",
- "CreationToken": "System.String",
- "ServiceLevel": "System.String",
- "SnapshotId": "System.String",
- "BaremetalTenantId": "System.String",
- "SubnetId": "System.String",
- "VolumeType": "System.String",
- "BackupId": "System.String",
- "SecurityStyle": "System.String",
- "ProvisionedAvailabilityZone": "System.String",
- "UnixPermission": "System.String",
- "NetworkFeatures": "System.String",
- "ResourceGroupName": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- }
- ],
- "ParameterSets": [
- {
- "Name": "ByFieldsParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "AccountName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "PoolName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "VolumeName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "SubvolumeName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "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": "Name",
- "AliasList": [
- "SubvolumeName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "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": "ByResourceIdParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ResourceId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
- {
- "ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "SubvolumeName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "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": "ByParentObjectParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "VolumeObject",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection",
- "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy",
- "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData",
- "PlacementRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSKeyValuePairs]",
- "DataStoreResourceId": "System.Collections.Generic.IList`1[System.String]",
- "ProtocolTypes": "System.Collections.Generic.IList`1[System.String]",
- "Zones": "System.Collections.Generic.IList`1[System.String]",
- "SnapshotDirectoryVisible": "System.Nullable`1[System.Boolean]",
- "KerberosEnabled": "System.Nullable`1[System.Boolean]",
- "SmbEncryption": "System.Nullable`1[System.Boolean]",
- "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]",
- "Encrypted": "System.Nullable`1[System.Boolean]",
- "LdapEnabled": "System.Nullable`1[System.Boolean]",
- "DeleteBaseSnapshot": "System.Nullable`1[System.Boolean]",
- "CoolAccess": "System.Nullable`1[System.Boolean]",
- "IsDefaultQuotaEnabled": "System.Nullable`1[System.Boolean]",
- "IsRestoring": "System.Nullable`1[System.Boolean]",
- "IsLargeVolume": "System.Nullable`1[System.Boolean]",
- "ThroughputMibps": "System.Nullable`1[System.Double]",
- "CoolnessPeriod": "System.Nullable`1[System.Int32]",
- "CloneProgress": "System.Nullable`1[System.Int32]",
- "DefaultGroupQuotaInKiBs": "System.Nullable`1[System.Int64]",
- "UsageThreshold": "System.Nullable`1[System.Int64]",
- "MaximumNumberOfFiles": "System.Nullable`1[System.Int64]",
- "DefaultUserQuotaInKiBs": "System.Nullable`1[System.Int64]",
- "MountTargets": "System.Object",
- "Tags": "System.Object",
- "VolumeSpecName": "System.String",
- "FileAccessLogs": "System.String",
- "NetworkSiblingSetId": "System.String",
- "SmbNonBrowsable": "System.String",
- "StorageToNetworkProximity": "System.String",
- "KeyVaultPrivateEndpointResourceId": "System.String",
- "VolumeGroupName": "System.String",
- "EnableSubvolumes": "System.String",
- "CapacityPoolResourceId": "System.String",
- "ProximityPlacementGroup": "System.String",
- "SmbAccessBasedEnumeration": "System.String",
- "T2Network": "System.String",
- "EncryptionKeySource": "System.String",
- "AvsDataStore": "System.String",
- "Location": "System.String",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
- "Etag": "System.String",
- "ProvisioningState": "System.String",
- "FileSystemId": "System.String",
- "CreationToken": "System.String",
- "ServiceLevel": "System.String",
- "SnapshotId": "System.String",
- "BaremetalTenantId": "System.String",
- "SubnetId": "System.String",
- "VolumeType": "System.String",
- "BackupId": "System.String",
- "SecurityStyle": "System.String",
- "ProvisionedAvailabilityZone": "System.String",
- "UnixPermission": "System.String",
- "NetworkFeatures": "System.String",
- "ResourceGroupName": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": true,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "SubvolumeName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "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
- }
- ]
- }
- ],
- "AliasList": [
- "Get-AnfVolumeQuotaRule"
- ]
- },
- {
- "VerbName": "Get",
- "NounName": "AzNetAppFilesVolumeReplication",
- "Name": "Get-AzNetAppFilesVolumeReplication",
- "ClassName": "Microsoft.Azure.Commands.NetAppFiles.Volume.GetNetAppFilesVolumeReplications",
- "SupportsShouldProcess": false,
- "ConfirmImpact": 2,
- "SupportsPaging": false,
- "DefaultParameterSetName": "ByFieldsParameterSet",
- "OutputTypes": [
- {
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection",
- "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy",
- "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData",
- "PlacementRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSKeyValuePairs]",
- "DataStoreResourceId": "System.Collections.Generic.IList`1[System.String]",
- "ProtocolTypes": "System.Collections.Generic.IList`1[System.String]",
- "Zones": "System.Collections.Generic.IList`1[System.String]",
- "SnapshotDirectoryVisible": "System.Nullable`1[System.Boolean]",
- "KerberosEnabled": "System.Nullable`1[System.Boolean]",
- "SmbEncryption": "System.Nullable`1[System.Boolean]",
- "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]",
- "Encrypted": "System.Nullable`1[System.Boolean]",
- "LdapEnabled": "System.Nullable`1[System.Boolean]",
- "DeleteBaseSnapshot": "System.Nullable`1[System.Boolean]",
- "CoolAccess": "System.Nullable`1[System.Boolean]",
- "IsDefaultQuotaEnabled": "System.Nullable`1[System.Boolean]",
- "IsRestoring": "System.Nullable`1[System.Boolean]",
- "IsLargeVolume": "System.Nullable`1[System.Boolean]",
- "ThroughputMibps": "System.Nullable`1[System.Double]",
- "CoolnessPeriod": "System.Nullable`1[System.Int32]",
- "CloneProgress": "System.Nullable`1[System.Int32]",
- "DefaultGroupQuotaInKiBs": "System.Nullable`1[System.Int64]",
- "UsageThreshold": "System.Nullable`1[System.Int64]",
- "MaximumNumberOfFiles": "System.Nullable`1[System.Int64]",
- "DefaultUserQuotaInKiBs": "System.Nullable`1[System.Int64]",
- "MountTargets": "System.Object",
- "Tags": "System.Object",
- "VolumeSpecName": "System.String",
- "FileAccessLogs": "System.String",
- "NetworkSiblingSetId": "System.String",
- "SmbNonBrowsable": "System.String",
- "StorageToNetworkProximity": "System.String",
- "KeyVaultPrivateEndpointResourceId": "System.String",
- "VolumeGroupName": "System.String",
- "EnableSubvolumes": "System.String",
- "CapacityPoolResourceId": "System.String",
- "ProximityPlacementGroup": "System.String",
- "SmbAccessBasedEnumeration": "System.String",
- "T2Network": "System.String",
- "EncryptionKeySource": "System.String",
- "AvsDataStore": "System.String",
- "Location": "System.String",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
- "Etag": "System.String",
- "ProvisioningState": "System.String",
- "FileSystemId": "System.String",
- "CreationToken": "System.String",
- "ServiceLevel": "System.String",
- "SnapshotId": "System.String",
- "BaremetalTenantId": "System.String",
- "SubnetId": "System.String",
- "VolumeType": "System.String",
- "BackupId": "System.String",
- "SecurityStyle": "System.String",
- "ProvisionedAvailabilityZone": "System.String",
- "UnixPermission": "System.String",
- "NetworkFeatures": "System.String",
- "ResourceGroupName": "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"
- ]
- }
- ],
- "Parameters": [
- {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "AccountName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "PoolName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "Name",
- "AliasList": [
- "VolumeName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "ResourceId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "PoolObject",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesPool",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesPool, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData",
- "CoolAccess": "System.Nullable`1[System.Boolean]",
- "UtilizedThroughputMibps": "System.Nullable`1[System.Double]",
- "TotalThroughputMibps": "System.Nullable`1[System.Double]",
- "Size": "System.Nullable`1[System.Int64]",
- "Tags": "System.Object",
- "Etag": "System.String",
- "PoolId": "System.String",
- "EncryptionType": "System.String",
- "ServiceLevel": "System.String",
- "ProvisioningState": "System.String",
- "Name": "System.String",
- "Id": "System.String",
- "QosType": "System.String",
- "Location": "System.String",
- "Type": "System.String",
- "ResourceGroupName": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- }
- ],
- "ParameterSets": [
- {
- "Name": "ByFieldsParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "AccountName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "PoolName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "VolumeName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": 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": "ByResourceIdParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ResourceId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
- {
- "ParameterMetadata": {
- "Name": "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": "ByParentObjectParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "PoolObject",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesPool",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesPool, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData",
- "CoolAccess": "System.Nullable`1[System.Boolean]",
- "UtilizedThroughputMibps": "System.Nullable`1[System.Double]",
- "TotalThroughputMibps": "System.Nullable`1[System.Double]",
- "Size": "System.Nullable`1[System.Int64]",
- "Tags": "System.Object",
- "Etag": "System.String",
- "PoolId": "System.String",
- "EncryptionType": "System.String",
- "ServiceLevel": "System.String",
- "ProvisioningState": "System.String",
- "Name": "System.String",
- "Id": "System.String",
- "QosType": "System.String",
- "Location": "System.String",
- "Type": "System.String",
- "ResourceGroupName": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": true,
- "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": "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
- }
- ]
- }
- ],
- "AliasList": [
- "Get-AnfVolumeReplication"
- ]
- },
- {
- "VerbName": "Get",
- "NounName": "AzNetAppFilesVolumeRestoreStatus",
- "Name": "Get-AzNetAppFilesVolumeRestoreStatus",
- "ClassName": "Microsoft.Azure.Commands.NetAppFiles.Volume.GetAzureRmNetAppFilesVolumeRestoreStatus",
- "SupportsShouldProcess": false,
- "ConfirmImpact": 2,
- "SupportsPaging": false,
- "DefaultParameterSetName": "ByFieldsParameterSet",
- "OutputTypes": [
- {
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeRestoreStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeRestoreStatus, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "Healthy": "System.Nullable`1[System.Boolean]",
- "TotalTransferBytes": "System.Nullable`1[System.Int64]",
- "RelationshipStatus": "System.String",
- "MirrorState": "System.String",
- "UnhealthyReason": "System.String",
- "ErrorMessage": "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"
- ]
- }
- ],
- "Parameters": [
- {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "AccountName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "PoolName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "Name",
- "AliasList": [
- "VolumeName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "ResourceId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "PoolObject",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesPool",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesPool, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData",
- "CoolAccess": "System.Nullable`1[System.Boolean]",
- "UtilizedThroughputMibps": "System.Nullable`1[System.Double]",
- "TotalThroughputMibps": "System.Nullable`1[System.Double]",
- "Size": "System.Nullable`1[System.Int64]",
- "Tags": "System.Object",
- "Etag": "System.String",
- "PoolId": "System.String",
- "EncryptionType": "System.String",
- "ServiceLevel": "System.String",
- "ProvisioningState": "System.String",
- "Name": "System.String",
- "Id": "System.String",
- "QosType": "System.String",
- "Location": "System.String",
- "Type": "System.String",
- "ResourceGroupName": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "InputObject",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection",
- "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy",
- "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData",
- "PlacementRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSKeyValuePairs]",
- "DataStoreResourceId": "System.Collections.Generic.IList`1[System.String]",
- "ProtocolTypes": "System.Collections.Generic.IList`1[System.String]",
- "Zones": "System.Collections.Generic.IList`1[System.String]",
- "SnapshotDirectoryVisible": "System.Nullable`1[System.Boolean]",
- "KerberosEnabled": "System.Nullable`1[System.Boolean]",
- "SmbEncryption": "System.Nullable`1[System.Boolean]",
- "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]",
- "Encrypted": "System.Nullable`1[System.Boolean]",
- "LdapEnabled": "System.Nullable`1[System.Boolean]",
- "DeleteBaseSnapshot": "System.Nullable`1[System.Boolean]",
- "CoolAccess": "System.Nullable`1[System.Boolean]",
- "IsDefaultQuotaEnabled": "System.Nullable`1[System.Boolean]",
- "IsRestoring": "System.Nullable`1[System.Boolean]",
- "IsLargeVolume": "System.Nullable`1[System.Boolean]",
- "ThroughputMibps": "System.Nullable`1[System.Double]",
- "CoolnessPeriod": "System.Nullable`1[System.Int32]",
- "CloneProgress": "System.Nullable`1[System.Int32]",
- "DefaultGroupQuotaInKiBs": "System.Nullable`1[System.Int64]",
- "UsageThreshold": "System.Nullable`1[System.Int64]",
- "MaximumNumberOfFiles": "System.Nullable`1[System.Int64]",
- "DefaultUserQuotaInKiBs": "System.Nullable`1[System.Int64]",
- "MountTargets": "System.Object",
- "Tags": "System.Object",
- "VolumeSpecName": "System.String",
- "FileAccessLogs": "System.String",
- "NetworkSiblingSetId": "System.String",
- "SmbNonBrowsable": "System.String",
- "StorageToNetworkProximity": "System.String",
- "KeyVaultPrivateEndpointResourceId": "System.String",
- "VolumeGroupName": "System.String",
- "EnableSubvolumes": "System.String",
- "CapacityPoolResourceId": "System.String",
- "ProximityPlacementGroup": "System.String",
- "SmbAccessBasedEnumeration": "System.String",
- "T2Network": "System.String",
- "EncryptionKeySource": "System.String",
- "AvsDataStore": "System.String",
- "Location": "System.String",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
- "Etag": "System.String",
- "ProvisioningState": "System.String",
- "FileSystemId": "System.String",
- "CreationToken": "System.String",
- "ServiceLevel": "System.String",
- "SnapshotId": "System.String",
- "BaremetalTenantId": "System.String",
- "SubnetId": "System.String",
- "VolumeType": "System.String",
- "BackupId": "System.String",
- "SecurityStyle": "System.String",
- "ProvisionedAvailabilityZone": "System.String",
- "UnixPermission": "System.String",
- "NetworkFeatures": "System.String",
- "ResourceGroupName": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- }
- ],
- "ParameterSets": [
- {
- "Name": "ByFieldsParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "AccountName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "PoolName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "VolumeName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": 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": "ByResourceIdParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ResourceId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
- {
- "ParameterMetadata": {
- "Name": "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": "ByParentObjectParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "PoolObject",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesPool",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesPool, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData",
- "CoolAccess": "System.Nullable`1[System.Boolean]",
- "UtilizedThroughputMibps": "System.Nullable`1[System.Double]",
- "TotalThroughputMibps": "System.Nullable`1[System.Double]",
- "Size": "System.Nullable`1[System.Int64]",
- "Tags": "System.Object",
- "Etag": "System.String",
- "PoolId": "System.String",
- "EncryptionType": "System.String",
- "ServiceLevel": "System.String",
- "ProvisioningState": "System.String",
- "Name": "System.String",
- "Id": "System.String",
- "QosType": "System.String",
- "Location": "System.String",
- "Type": "System.String",
- "ResourceGroupName": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": true,
- "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": "ByObjectParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "InputObject",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection",
- "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy",
- "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData",
- "PlacementRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSKeyValuePairs]",
- "DataStoreResourceId": "System.Collections.Generic.IList`1[System.String]",
- "ProtocolTypes": "System.Collections.Generic.IList`1[System.String]",
- "Zones": "System.Collections.Generic.IList`1[System.String]",
- "SnapshotDirectoryVisible": "System.Nullable`1[System.Boolean]",
- "KerberosEnabled": "System.Nullable`1[System.Boolean]",
- "SmbEncryption": "System.Nullable`1[System.Boolean]",
- "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]",
- "Encrypted": "System.Nullable`1[System.Boolean]",
- "LdapEnabled": "System.Nullable`1[System.Boolean]",
- "DeleteBaseSnapshot": "System.Nullable`1[System.Boolean]",
- "CoolAccess": "System.Nullable`1[System.Boolean]",
- "IsDefaultQuotaEnabled": "System.Nullable`1[System.Boolean]",
- "IsRestoring": "System.Nullable`1[System.Boolean]",
- "IsLargeVolume": "System.Nullable`1[System.Boolean]",
- "ThroughputMibps": "System.Nullable`1[System.Double]",
- "CoolnessPeriod": "System.Nullable`1[System.Int32]",
- "CloneProgress": "System.Nullable`1[System.Int32]",
- "DefaultGroupQuotaInKiBs": "System.Nullable`1[System.Int64]",
- "UsageThreshold": "System.Nullable`1[System.Int64]",
- "MaximumNumberOfFiles": "System.Nullable`1[System.Int64]",
- "DefaultUserQuotaInKiBs": "System.Nullable`1[System.Int64]",
- "MountTargets": "System.Object",
- "Tags": "System.Object",
- "VolumeSpecName": "System.String",
- "FileAccessLogs": "System.String",
- "NetworkSiblingSetId": "System.String",
- "SmbNonBrowsable": "System.String",
- "StorageToNetworkProximity": "System.String",
- "KeyVaultPrivateEndpointResourceId": "System.String",
- "VolumeGroupName": "System.String",
- "EnableSubvolumes": "System.String",
- "CapacityPoolResourceId": "System.String",
- "ProximityPlacementGroup": "System.String",
- "SmbAccessBasedEnumeration": "System.String",
- "T2Network": "System.String",
- "EncryptionKeySource": "System.String",
- "AvsDataStore": "System.String",
- "Location": "System.String",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
- "Etag": "System.String",
- "ProvisioningState": "System.String",
- "FileSystemId": "System.String",
- "CreationToken": "System.String",
- "ServiceLevel": "System.String",
- "SnapshotId": "System.String",
- "BaremetalTenantId": "System.String",
- "SubnetId": "System.String",
- "VolumeType": "System.String",
- "BackupId": "System.String",
- "SecurityStyle": "System.String",
- "ProvisionedAvailabilityZone": "System.String",
- "UnixPermission": "System.String",
- "NetworkFeatures": "System.String",
- "ResourceGroupName": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": true,
- "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": "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
- }
- ]
- }
- ],
- "AliasList": [
- "Get-AnfVolumeRestoreStatus"
- ]
- },
- {
- "VerbName": "Initialize",
- "NounName": "AzNetAppFilesReplication",
- "Name": "Initialize-AzNetAppFilesReplication",
- "ClassName": "Microsoft.Azure.Commands.NetAppFiles.Replication.InitializeAzureRmNetAppFilesReplication",
- "SupportsShouldProcess": true,
- "ConfirmImpact": 2,
- "SupportsPaging": false,
- "DefaultParameterSetName": "ByFieldsParameterSet",
- "OutputTypes": [
- {
- "Type": {
- "Namespace": "System",
- "Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.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=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "AccountName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "PoolName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "Name",
- "AliasList": [
- "VolumeName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "ResourceId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "InputObject",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection",
- "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy",
- "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData",
- "PlacementRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSKeyValuePairs]",
- "DataStoreResourceId": "System.Collections.Generic.IList`1[System.String]",
- "ProtocolTypes": "System.Collections.Generic.IList`1[System.String]",
- "Zones": "System.Collections.Generic.IList`1[System.String]",
- "SnapshotDirectoryVisible": "System.Nullable`1[System.Boolean]",
- "KerberosEnabled": "System.Nullable`1[System.Boolean]",
- "SmbEncryption": "System.Nullable`1[System.Boolean]",
- "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]",
- "Encrypted": "System.Nullable`1[System.Boolean]",
- "LdapEnabled": "System.Nullable`1[System.Boolean]",
- "DeleteBaseSnapshot": "System.Nullable`1[System.Boolean]",
- "CoolAccess": "System.Nullable`1[System.Boolean]",
- "IsDefaultQuotaEnabled": "System.Nullable`1[System.Boolean]",
- "IsRestoring": "System.Nullable`1[System.Boolean]",
- "IsLargeVolume": "System.Nullable`1[System.Boolean]",
- "ThroughputMibps": "System.Nullable`1[System.Double]",
- "CoolnessPeriod": "System.Nullable`1[System.Int32]",
- "CloneProgress": "System.Nullable`1[System.Int32]",
- "DefaultGroupQuotaInKiBs": "System.Nullable`1[System.Int64]",
- "UsageThreshold": "System.Nullable`1[System.Int64]",
- "MaximumNumberOfFiles": "System.Nullable`1[System.Int64]",
- "DefaultUserQuotaInKiBs": "System.Nullable`1[System.Int64]",
- "MountTargets": "System.Object",
- "Tags": "System.Object",
- "VolumeSpecName": "System.String",
- "FileAccessLogs": "System.String",
- "NetworkSiblingSetId": "System.String",
- "SmbNonBrowsable": "System.String",
- "StorageToNetworkProximity": "System.String",
- "KeyVaultPrivateEndpointResourceId": "System.String",
- "VolumeGroupName": "System.String",
- "EnableSubvolumes": "System.String",
- "CapacityPoolResourceId": "System.String",
- "ProximityPlacementGroup": "System.String",
- "SmbAccessBasedEnumeration": "System.String",
- "T2Network": "System.String",
- "EncryptionKeySource": "System.String",
- "AvsDataStore": "System.String",
- "Location": "System.String",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
- "Etag": "System.String",
- "ProvisioningState": "System.String",
- "FileSystemId": "System.String",
- "CreationToken": "System.String",
- "ServiceLevel": "System.String",
- "SnapshotId": "System.String",
- "BaremetalTenantId": "System.String",
- "SubnetId": "System.String",
- "VolumeType": "System.String",
- "BackupId": "System.String",
- "SecurityStyle": "System.String",
- "ProvisionedAvailabilityZone": "System.String",
- "UnixPermission": "System.String",
- "NetworkFeatures": "System.String",
- "ResourceGroupName": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "PassThru",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- }
- ],
- "ParameterSets": [
- {
- "Name": "ByFieldsParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "AccountName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "PoolName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "VolumeName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "PassThru",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "ByResourceIdParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ResourceId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
- {
- "ParameterMetadata": {
- "Name": "PassThru",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "ByObjectParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "InputObject",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection",
- "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy",
- "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData",
- "PlacementRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSKeyValuePairs]",
- "DataStoreResourceId": "System.Collections.Generic.IList`1[System.String]",
- "ProtocolTypes": "System.Collections.Generic.IList`1[System.String]",
- "Zones": "System.Collections.Generic.IList`1[System.String]",
- "SnapshotDirectoryVisible": "System.Nullable`1[System.Boolean]",
- "KerberosEnabled": "System.Nullable`1[System.Boolean]",
- "SmbEncryption": "System.Nullable`1[System.Boolean]",
- "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]",
- "Encrypted": "System.Nullable`1[System.Boolean]",
- "LdapEnabled": "System.Nullable`1[System.Boolean]",
- "DeleteBaseSnapshot": "System.Nullable`1[System.Boolean]",
- "CoolAccess": "System.Nullable`1[System.Boolean]",
- "IsDefaultQuotaEnabled": "System.Nullable`1[System.Boolean]",
- "IsRestoring": "System.Nullable`1[System.Boolean]",
- "IsLargeVolume": "System.Nullable`1[System.Boolean]",
- "ThroughputMibps": "System.Nullable`1[System.Double]",
- "CoolnessPeriod": "System.Nullable`1[System.Int32]",
- "CloneProgress": "System.Nullable`1[System.Int32]",
- "DefaultGroupQuotaInKiBs": "System.Nullable`1[System.Int64]",
- "UsageThreshold": "System.Nullable`1[System.Int64]",
- "MaximumNumberOfFiles": "System.Nullable`1[System.Int64]",
- "DefaultUserQuotaInKiBs": "System.Nullable`1[System.Int64]",
- "MountTargets": "System.Object",
- "Tags": "System.Object",
- "VolumeSpecName": "System.String",
- "FileAccessLogs": "System.String",
- "NetworkSiblingSetId": "System.String",
- "SmbNonBrowsable": "System.String",
- "StorageToNetworkProximity": "System.String",
- "KeyVaultPrivateEndpointResourceId": "System.String",
- "VolumeGroupName": "System.String",
- "EnableSubvolumes": "System.String",
- "CapacityPoolResourceId": "System.String",
- "ProximityPlacementGroup": "System.String",
- "SmbAccessBasedEnumeration": "System.String",
- "T2Network": "System.String",
- "EncryptionKeySource": "System.String",
- "AvsDataStore": "System.String",
- "Location": "System.String",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
- "Etag": "System.String",
- "ProvisioningState": "System.String",
- "FileSystemId": "System.String",
- "CreationToken": "System.String",
- "ServiceLevel": "System.String",
- "SnapshotId": "System.String",
- "BaremetalTenantId": "System.String",
- "SubnetId": "System.String",
- "VolumeType": "System.String",
- "BackupId": "System.String",
- "SecurityStyle": "System.String",
- "ProvisionedAvailabilityZone": "System.String",
- "UnixPermission": "System.String",
- "NetworkFeatures": "System.String",
- "ResourceGroupName": "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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- }
- ],
- "AliasList": [
- "Initialize-AnfReplication"
- ]
- },
- {
- "VerbName": "New",
- "NounName": "AzNetAppFilesAccount",
- "Name": "New-AzNetAppFilesAccount",
- "ClassName": "Microsoft.Azure.Commands.NetAppFiles.Account.NewAzureRmNetAppFilesAccount",
- "SupportsShouldProcess": true,
- "ConfirmImpact": 2,
- "SupportsPaging": false,
- "DefaultParameterSetName": "ByFieldsParameterSet",
- "OutputTypes": [
- {
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "Identity": "Microsoft.Azure.Commands.NetAppFiles.Models.PSManagedServiceIdentity",
- "Encryption": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccountEncryption",
- "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData",
- "ActiveDirectories": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory]",
- "DisableShowmount": "System.Nullable`1[System.Boolean]",
- "Tags": "System.Object",
- "ResourceGroupName": "System.String",
- "Location": "System.String",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
- "Etag": "System.String",
- "ProvisioningState": "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"
- ]
- }
- ],
- "Parameters": [
- {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "Location",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "Name",
- "AliasList": [
- "AccountName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "ActiveDirectory",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory[], Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "Encryption",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccountEncryption",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccountEncryption, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "Identity": "Microsoft.Azure.Commands.NetAppFiles.Models.PSEncryptionIdentity",
- "KeyVaultProperties": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesKeyVaultProperties",
- "KeySource": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "Tag",
- "AliasList": [
- "Tags"
- ],
- "Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- }
- ],
- "ParameterSets": [
- {
- "Name": "ByFieldsParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Location",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "AccountName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ActiveDirectory",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory[], Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Encryption",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccountEncryption",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccountEncryption, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "Identity": "Microsoft.Azure.Commands.NetAppFiles.Models.PSEncryptionIdentity",
- "KeyVaultProperties": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesKeyVaultProperties",
- "KeySource": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Tag",
- "AliasList": [
- "Tags"
- ],
- "Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "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": "Location",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "AccountName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ActiveDirectory",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory[], Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Encryption",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccountEncryption",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccountEncryption, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "Identity": "Microsoft.Azure.Commands.NetAppFiles.Models.PSEncryptionIdentity",
- "KeyVaultProperties": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesKeyVaultProperties",
- "KeySource": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Tag",
- "AliasList": [
- "Tags"
- ],
- "Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "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
- }
- ]
- }
- ],
- "AliasList": [
- "New-AnfAccount"
- ]
- },
- {
- "VerbName": "New",
- "NounName": "AzNetAppFilesActiveDirectory",
- "Name": "New-AzNetAppFilesActiveDirectory",
- "ClassName": "Microsoft.Azure.Commands.NetAppFiles.BackupPolicy.NewAzureRmNetAppFilesActiceDirectory",
- "SupportsShouldProcess": true,
- "ConfirmImpact": 2,
- "SupportsPaging": false,
- "DefaultParameterSetName": "ByFieldsParameterSet",
- "OutputTypes": [
- {
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "LdapSearchScope": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesLdapSearchScopeOpt",
- "BackupOperators": "System.Collections.Generic.IList`1[System.String]",
- "Administrators": "System.Collections.Generic.IList`1[System.String]",
- "SecurityOperators": "System.Collections.Generic.IList`1[System.String]",
- "PreferredServersForLdapClient": "System.Collections.Generic.List`1[System.String]",
- "EncryptDCConnections": "System.Nullable`1[System.Boolean]",
- "AllowLocalNfsUsersWithLdap": "System.Nullable`1[System.Boolean]",
- "LdapOverTLS": "System.Nullable`1[System.Boolean]",
- "LdapSigning": "System.Nullable`1[System.Boolean]",
- "AesEncryption": "System.Nullable`1[System.Boolean]",
- "Domain": "System.String",
- "AccountName": "System.String",
- "ActiveDirectoryId": "System.String",
- "ServerRootCACertificate": "System.String",
- "AdName": "System.String",
- "KdcIP": "System.String",
- "Username": "System.String",
- "Site": "System.String",
- "OrganizationalUnit": "System.String",
- "SmbServerName": "System.String",
- "StatusDetails": "System.String",
- "Status": "System.String",
- "Dns": "System.String",
- "Password": "System.String",
- "ResourceGroupName": "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"
- ]
- }
- ],
- "Parameters": [
- {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "AccountName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "Dns",
- "Type": {
- "Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.String"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "Domain",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "Site",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "SmbServerName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "Username",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "Password",
- "Type": {
- "Namespace": "System.Security",
- "Name": "System.Security.SecureString",
- "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "OrganizationalUnit",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "KdcIP",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "BackupOperator",
- "Type": {
- "Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.String"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "ServerRootCACertificate",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "AdName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "SecurityOperator",
- "Type": {
- "Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.String"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "AesEncryption",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "LdapSigning",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "LdapOverTLS",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "AllowLocalNfsUsersWithLdap",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "Administrator",
- "Type": {
- "Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.String"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "EncryptDCConnection",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "LdapSearchScope",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesLdapSearchScopeOpt",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesLdapSearchScopeOpt, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "UserDN": "System.String",
- "GroupDN": "System.String",
- "GroupMembershipFilter": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "PreferredServersForLdapClient",
- "Type": {
- "Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.String"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "AccountObject",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "Identity": "Microsoft.Azure.Commands.NetAppFiles.Models.PSManagedServiceIdentity",
- "Encryption": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccountEncryption",
- "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData",
- "ActiveDirectories": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory]",
- "DisableShowmount": "System.Nullable`1[System.Boolean]",
- "Tags": "System.Object",
- "ResourceGroupName": "System.String",
- "Location": "System.String",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
- "Etag": "System.String",
- "ProvisioningState": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- }
- ],
- "ParameterSets": [
- {
- "Name": "ByFieldsParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "AccountName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Dns",
- "Type": {
- "Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.String"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Domain",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Site",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "SmbServerName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Username",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Password",
- "Type": {
- "Namespace": "System.Security",
- "Name": "System.Security.SecureString",
- "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "OrganizationalUnit",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "KdcIP",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "BackupOperator",
- "Type": {
- "Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.String"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ServerRootCACertificate",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "AdName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "SecurityOperator",
- "Type": {
- "Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.String"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "AesEncryption",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "LdapSigning",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "LdapOverTLS",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "AllowLocalNfsUsersWithLdap",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Administrator",
- "Type": {
- "Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.String"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "EncryptDCConnection",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "LdapSearchScope",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesLdapSearchScopeOpt",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesLdapSearchScopeOpt, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "UserDN": "System.String",
- "GroupDN": "System.String",
- "GroupMembershipFilter": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "PreferredServersForLdapClient",
- "Type": {
- "Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.String"
- },
- "ValidateNotNullOrEmpty": true
- },
- "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": "Dns",
- "Type": {
- "Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.String"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Domain",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Site",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "SmbServerName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Username",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Password",
- "Type": {
- "Namespace": "System.Security",
- "Name": "System.Security.SecureString",
- "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "OrganizationalUnit",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "KdcIP",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "BackupOperator",
- "Type": {
- "Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.String"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ServerRootCACertificate",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "AdName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "SecurityOperator",
- "Type": {
- "Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.String"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "AesEncryption",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "LdapSigning",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "LdapOverTLS",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "AllowLocalNfsUsersWithLdap",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Administrator",
- "Type": {
- "Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.String"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "EncryptDCConnection",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "LdapSearchScope",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesLdapSearchScopeOpt",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesLdapSearchScopeOpt, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "UserDN": "System.String",
- "GroupDN": "System.String",
- "GroupMembershipFilter": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "PreferredServersForLdapClient",
- "Type": {
- "Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.String"
- },
- "ValidateNotNullOrEmpty": true
- },
- "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": "ByParentObjectParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "AccountObject",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "Identity": "Microsoft.Azure.Commands.NetAppFiles.Models.PSManagedServiceIdentity",
- "Encryption": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccountEncryption",
- "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData",
- "ActiveDirectories": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory]",
- "DisableShowmount": "System.Nullable`1[System.Boolean]",
- "Tags": "System.Object",
- "ResourceGroupName": "System.String",
- "Location": "System.String",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
- "Etag": "System.String",
- "ProvisioningState": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": true,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Dns",
- "Type": {
- "Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.String"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Domain",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Site",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "SmbServerName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Username",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Password",
- "Type": {
- "Namespace": "System.Security",
- "Name": "System.Security.SecureString",
- "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "OrganizationalUnit",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "KdcIP",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "BackupOperator",
- "Type": {
- "Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.String"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ServerRootCACertificate",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "AdName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "SecurityOperator",
- "Type": {
- "Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.String"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "AesEncryption",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "LdapSigning",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "LdapOverTLS",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "AllowLocalNfsUsersWithLdap",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Administrator",
- "Type": {
- "Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.String"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "EncryptDCConnection",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "LdapSearchScope",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesLdapSearchScopeOpt",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesLdapSearchScopeOpt, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "UserDN": "System.String",
- "GroupDN": "System.String",
- "GroupMembershipFilter": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "PreferredServersForLdapClient",
- "Type": {
- "Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.String"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- }
- ]
- },
- {
- "VerbName": "New",
- "NounName": "AzNetAppFilesBackup",
- "Name": "New-AzNetAppFilesBackup",
- "ClassName": "Microsoft.Azure.Commands.NetAppFiles.Backup.NewAzureRmNetAppFilesBackup",
- "SupportsShouldProcess": true,
- "ConfirmImpact": 2,
- "SupportsPaging": false,
- "DefaultParameterSetName": "ByFieldsParameterSet",
- "OutputTypes": [
- {
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackup",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackup, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "UseExistingSnapshot": "System.Nullable`1[System.Boolean]",
- "CreationDate": "System.Nullable`1[System.DateTime]",
- "Size": "System.Nullable`1[System.Int64]",
- "ResourceGroupName": "System.String",
- "Location": "System.String",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
- "BackupId": "System.String",
- "Label": "System.String",
- "BackupType": "System.String",
- "ProvisioningState": "System.String",
- "VolumeName": "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"
- ]
- }
- ],
- "Parameters": [
- {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "Location",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "AccountName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "PoolName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "VolumeName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "Name",
- "AliasList": [
- "BackupName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "Label",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "UseExistingSnapshot",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "VolumeObject",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection",
- "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy",
- "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData",
- "PlacementRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSKeyValuePairs]",
- "DataStoreResourceId": "System.Collections.Generic.IList`1[System.String]",
- "ProtocolTypes": "System.Collections.Generic.IList`1[System.String]",
- "Zones": "System.Collections.Generic.IList`1[System.String]",
- "SnapshotDirectoryVisible": "System.Nullable`1[System.Boolean]",
- "KerberosEnabled": "System.Nullable`1[System.Boolean]",
- "SmbEncryption": "System.Nullable`1[System.Boolean]",
- "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]",
- "Encrypted": "System.Nullable`1[System.Boolean]",
- "LdapEnabled": "System.Nullable`1[System.Boolean]",
- "DeleteBaseSnapshot": "System.Nullable`1[System.Boolean]",
- "CoolAccess": "System.Nullable`1[System.Boolean]",
- "IsDefaultQuotaEnabled": "System.Nullable`1[System.Boolean]",
- "IsRestoring": "System.Nullable`1[System.Boolean]",
- "IsLargeVolume": "System.Nullable`1[System.Boolean]",
- "ThroughputMibps": "System.Nullable`1[System.Double]",
- "CoolnessPeriod": "System.Nullable`1[System.Int32]",
- "CloneProgress": "System.Nullable`1[System.Int32]",
- "DefaultGroupQuotaInKiBs": "System.Nullable`1[System.Int64]",
- "UsageThreshold": "System.Nullable`1[System.Int64]",
- "MaximumNumberOfFiles": "System.Nullable`1[System.Int64]",
- "DefaultUserQuotaInKiBs": "System.Nullable`1[System.Int64]",
- "MountTargets": "System.Object",
- "Tags": "System.Object",
- "VolumeSpecName": "System.String",
- "FileAccessLogs": "System.String",
- "NetworkSiblingSetId": "System.String",
- "SmbNonBrowsable": "System.String",
- "StorageToNetworkProximity": "System.String",
- "KeyVaultPrivateEndpointResourceId": "System.String",
- "VolumeGroupName": "System.String",
- "EnableSubvolumes": "System.String",
- "CapacityPoolResourceId": "System.String",
- "ProximityPlacementGroup": "System.String",
- "SmbAccessBasedEnumeration": "System.String",
- "T2Network": "System.String",
- "EncryptionKeySource": "System.String",
- "AvsDataStore": "System.String",
- "Location": "System.String",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
- "Etag": "System.String",
- "ProvisioningState": "System.String",
- "FileSystemId": "System.String",
- "CreationToken": "System.String",
- "ServiceLevel": "System.String",
- "SnapshotId": "System.String",
- "BaremetalTenantId": "System.String",
- "SubnetId": "System.String",
- "VolumeType": "System.String",
- "BackupId": "System.String",
- "SecurityStyle": "System.String",
- "ProvisionedAvailabilityZone": "System.String",
- "UnixPermission": "System.String",
- "NetworkFeatures": "System.String",
- "ResourceGroupName": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- }
- ],
- "ParameterSets": [
- {
- "Name": "ByFieldsParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Location",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "AccountName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "PoolName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "VolumeName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "BackupName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Label",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "UseExistingSnapshot",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": true
- },
- "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": "Name",
- "AliasList": [
- "BackupName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Label",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "UseExistingSnapshot",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": true
- },
- "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": "ByParentObjectParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "VolumeObject",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection",
- "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy",
- "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData",
- "PlacementRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSKeyValuePairs]",
- "DataStoreResourceId": "System.Collections.Generic.IList`1[System.String]",
- "ProtocolTypes": "System.Collections.Generic.IList`1[System.String]",
- "Zones": "System.Collections.Generic.IList`1[System.String]",
- "SnapshotDirectoryVisible": "System.Nullable`1[System.Boolean]",
- "KerberosEnabled": "System.Nullable`1[System.Boolean]",
- "SmbEncryption": "System.Nullable`1[System.Boolean]",
- "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]",
- "Encrypted": "System.Nullable`1[System.Boolean]",
- "LdapEnabled": "System.Nullable`1[System.Boolean]",
- "DeleteBaseSnapshot": "System.Nullable`1[System.Boolean]",
- "CoolAccess": "System.Nullable`1[System.Boolean]",
- "IsDefaultQuotaEnabled": "System.Nullable`1[System.Boolean]",
- "IsRestoring": "System.Nullable`1[System.Boolean]",
- "IsLargeVolume": "System.Nullable`1[System.Boolean]",
- "ThroughputMibps": "System.Nullable`1[System.Double]",
- "CoolnessPeriod": "System.Nullable`1[System.Int32]",
- "CloneProgress": "System.Nullable`1[System.Int32]",
- "DefaultGroupQuotaInKiBs": "System.Nullable`1[System.Int64]",
- "UsageThreshold": "System.Nullable`1[System.Int64]",
- "MaximumNumberOfFiles": "System.Nullable`1[System.Int64]",
- "DefaultUserQuotaInKiBs": "System.Nullable`1[System.Int64]",
- "MountTargets": "System.Object",
- "Tags": "System.Object",
- "VolumeSpecName": "System.String",
- "FileAccessLogs": "System.String",
- "NetworkSiblingSetId": "System.String",
- "SmbNonBrowsable": "System.String",
- "StorageToNetworkProximity": "System.String",
- "KeyVaultPrivateEndpointResourceId": "System.String",
- "VolumeGroupName": "System.String",
- "EnableSubvolumes": "System.String",
- "CapacityPoolResourceId": "System.String",
- "ProximityPlacementGroup": "System.String",
- "SmbAccessBasedEnumeration": "System.String",
- "T2Network": "System.String",
- "EncryptionKeySource": "System.String",
- "AvsDataStore": "System.String",
- "Location": "System.String",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
- "Etag": "System.String",
- "ProvisioningState": "System.String",
- "FileSystemId": "System.String",
- "CreationToken": "System.String",
- "ServiceLevel": "System.String",
- "SnapshotId": "System.String",
- "BaremetalTenantId": "System.String",
- "SubnetId": "System.String",
- "VolumeType": "System.String",
- "BackupId": "System.String",
- "SecurityStyle": "System.String",
- "ProvisionedAvailabilityZone": "System.String",
- "UnixPermission": "System.String",
- "NetworkFeatures": "System.String",
- "ResourceGroupName": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": true,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "BackupName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Label",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "UseExistingSnapshot",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": true
- },
- "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
- }
- ]
- }
- ],
- "AliasList": [
- "New-AnfBackup"
- ]
- },
- {
- "VerbName": "New",
- "NounName": "AzNetAppFilesBackupPolicy",
- "Name": "New-AzNetAppFilesBackupPolicy",
- "ClassName": "Microsoft.Azure.Commands.NetAppFiles.BackupPolicy.NewAzureRmNetAppFilesBackupPolicy",
- "SupportsShouldProcess": true,
- "ConfirmImpact": 2,
- "SupportsPaging": false,
- "DefaultParameterSetName": "ByFieldsParameterSet",
- "OutputTypes": [
- {
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackupPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackupPolicy, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData",
- "VolumeBackups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeBackup]",
- "Enabled": "System.Nullable`1[System.Boolean]",
- "VolumesAssigned": "System.Nullable`1[System.Int32]",
- "MonthlyBackupsToKeep": "System.Nullable`1[System.Int32]",
- "WeeklyBackupsToKeep": "System.Nullable`1[System.Int32]",
- "DailyBackupsToKeep": "System.Nullable`1[System.Int32]",
- "Tags": "System.Object",
- "ResourceGroupName": "System.String",
- "Location": "System.String",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
- "Etag": "System.String",
- "BackupPolicyId": "System.String",
- "ProvisioningState": "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"
- ]
- }
- ],
- "Parameters": [
- {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "Location",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "AccountName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "Name",
- "AliasList": [
- "BackupPolicyName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "Enabled",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "DailyBackupsToKeep",
- "Type": {
- "Namespace": "System",
- "Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.Int32"
- ]
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "WeeklyBackupsToKeep",
- "Type": {
- "Namespace": "System",
- "Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.Int32"
- ]
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "MonthlyBackupsToKeep",
- "Type": {
- "Namespace": "System",
- "Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.Int32"
- ]
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "Tag",
- "AliasList": [
- "Tags"
- ],
- "Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "AccountObject",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "Identity": "Microsoft.Azure.Commands.NetAppFiles.Models.PSManagedServiceIdentity",
- "Encryption": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccountEncryption",
- "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData",
- "ActiveDirectories": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory]",
- "DisableShowmount": "System.Nullable`1[System.Boolean]",
- "Tags": "System.Object",
- "ResourceGroupName": "System.String",
- "Location": "System.String",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
- "Etag": "System.String",
- "ProvisioningState": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- }
- ],
- "ParameterSets": [
- {
- "Name": "ByFieldsParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Location",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "AccountName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "BackupPolicyName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Enabled",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DailyBackupsToKeep",
- "Type": {
- "Namespace": "System",
- "Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.Int32"
- ]
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "WeeklyBackupsToKeep",
- "Type": {
- "Namespace": "System",
- "Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.Int32"
- ]
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "MonthlyBackupsToKeep",
- "Type": {
- "Namespace": "System",
- "Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.Int32"
- ]
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Tag",
- "AliasList": [
- "Tags"
- ],
- "Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "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": "Name",
- "AliasList": [
- "BackupPolicyName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Enabled",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DailyBackupsToKeep",
- "Type": {
- "Namespace": "System",
- "Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.Int32"
- ]
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "WeeklyBackupsToKeep",
- "Type": {
- "Namespace": "System",
- "Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.Int32"
- ]
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "MonthlyBackupsToKeep",
- "Type": {
- "Namespace": "System",
- "Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.Int32"
- ]
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Tag",
- "AliasList": [
- "Tags"
- ],
- "Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "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": "ByParentObjectParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "AccountObject",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "Identity": "Microsoft.Azure.Commands.NetAppFiles.Models.PSManagedServiceIdentity",
- "Encryption": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccountEncryption",
- "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData",
- "ActiveDirectories": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory]",
- "DisableShowmount": "System.Nullable`1[System.Boolean]",
- "Tags": "System.Object",
- "ResourceGroupName": "System.String",
- "Location": "System.String",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
- "Etag": "System.String",
- "ProvisioningState": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": true,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "BackupPolicyName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Enabled",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DailyBackupsToKeep",
- "Type": {
- "Namespace": "System",
- "Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.Int32"
- ]
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "WeeklyBackupsToKeep",
- "Type": {
- "Namespace": "System",
- "Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.Int32"
- ]
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "MonthlyBackupsToKeep",
- "Type": {
- "Namespace": "System",
- "Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.Int32"
- ]
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Tag",
- "AliasList": [
- "Tags"
- ],
- "Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "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
- }
- ]
- }
- ],
- "AliasList": [
- "New-AnfBackupPolicy"
- ]
- },
- {
- "VerbName": "New",
- "NounName": "AzNetAppFilesExportPolicyObject",
- "Name": "New-AzNetAppFilesExportPolicyObject",
- "ClassName": "Microsoft.Azure.Commands.NetAppFiles.Volume.NewAzureNetAppFilesExportPolicyObject",
- "SupportsShouldProcess": true,
- "ConfirmImpact": 2,
- "SupportsPaging": false,
- "DefaultParameterSetName": "__AllParameterSets",
- "OutputTypes": [
- {
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "Rules": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesExportPolicyRule[]"
- },
- "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"
- ]
- }
- ],
- "Parameters": [
- {
- "Name": "Rule",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesExportPolicyRule[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesExportPolicyRule[], Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesExportPolicyRule"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- }
- ],
- "ParameterSets": [
- {
- "Name": "ExportPolicyObject",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "Rule",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesExportPolicyRule[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesExportPolicyRule[], Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesExportPolicyRule"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "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": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- }
- ]
- },
- {
- "VerbName": "New",
- "NounName": "AzNetAppFilesExportPolicyRuleObject",
- "Name": "New-AzNetAppFilesExportPolicyRuleObject",
- "ClassName": "Microsoft.Azure.Commands.NetAppFiles.Volume.NewAzureNetAppFilesExportPolicyRuleObject",
- "SupportsShouldProcess": true,
- "ConfirmImpact": 2,
- "SupportsPaging": false,
- "DefaultParameterSetName": "__AllParameterSets",
- "OutputTypes": [
- {
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesExportPolicyRule",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesExportPolicyRule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "UnixReadOnly": "System.Nullable`1[System.Boolean]",
- "UnixReadWrite": "System.Nullable`1[System.Boolean]",
- "Cifs": "System.Nullable`1[System.Boolean]",
- "Nfsv3": "System.Nullable`1[System.Boolean]",
- "Nfsv41": "System.Nullable`1[System.Boolean]",
- "Kerberos5ReadOnly": "System.Nullable`1[System.Boolean]",
- "Kerberos5ReadWrite": "System.Nullable`1[System.Boolean]",
- "Kerberos5iReadOnly": "System.Nullable`1[System.Boolean]",
- "Kerberos5iReadWrite": "System.Nullable`1[System.Boolean]",
- "Kerberos5pReadOnly": "System.Nullable`1[System.Boolean]",
- "Kerberos5pReadWrite": "System.Nullable`1[System.Boolean]",
- "HasRootAccess": "System.Nullable`1[System.Boolean]",
- "RuleIndex": "System.Nullable`1[System.Int32]",
- "AllowedClients": "System.String",
- "ChownMode": "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"
- ]
- }
- ],
- "Parameters": [
- {
- "Name": "RuleIndex",
- "Type": {
- "Namespace": "System",
- "Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "UnixReadOnly",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "UnixReadWrite",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "Kerberos5ReadOnly",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "Kerberos5ReadWrite",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "Kerberos5iReadOnly",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "Kerberos5iReadWrite",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "Kerberos5p",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "Kerberos5pReadWrite",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "Cifs",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "Nfsv3",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "Nfsv41",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "AllowedClient",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "HasRootAccess",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "ChownMode",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- }
- ],
- "ParameterSets": [
- {
- "Name": "ExportPolicyRule",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "RuleIndex",
- "Type": {
- "Namespace": "System",
- "Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "UnixReadOnly",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "UnixReadWrite",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Kerberos5ReadOnly",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Kerberos5ReadWrite",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Kerberos5iReadOnly",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Kerberos5iReadWrite",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Kerberos5p",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Kerberos5pReadWrite",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Cifs",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Nfsv3",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Nfsv41",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "AllowedClient",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HasRootAccess",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ChownMode",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "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": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- }
- ]
- },
- {
- "VerbName": "New",
- "NounName": "AzNetAppFilesPool",
- "Name": "New-AzNetAppFilesPool",
- "ClassName": "Microsoft.Azure.Commands.NetAppFiles.Pool.NewAzureRmNetAppFilesPool",
- "SupportsShouldProcess": true,
- "ConfirmImpact": 2,
- "SupportsPaging": false,
- "DefaultParameterSetName": "ByFieldsParameterSet",
- "OutputTypes": [
- {
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesPool",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesPool, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData",
- "CoolAccess": "System.Nullable`1[System.Boolean]",
- "UtilizedThroughputMibps": "System.Nullable`1[System.Double]",
- "TotalThroughputMibps": "System.Nullable`1[System.Double]",
- "Size": "System.Nullable`1[System.Int64]",
- "Tags": "System.Object",
- "Etag": "System.String",
- "PoolId": "System.String",
- "EncryptionType": "System.String",
- "ServiceLevel": "System.String",
- "ProvisioningState": "System.String",
- "Name": "System.String",
- "Id": "System.String",
- "QosType": "System.String",
- "Location": "System.String",
- "Type": "System.String",
- "ResourceGroupName": "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"
- ]
- }
- ],
- "Parameters": [
- {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "Location",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "AccountName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "Name",
- "AliasList": [
- "PoolName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "PoolSize",
- "Type": {
- "Namespace": "System",
- "Name": "System.Int64",
- "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "ServiceLevel",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "QosType",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "CoolAccess",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "EncryptionType",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "Tag",
- "AliasList": [
- "Tags"
- ],
- "Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "AccountObject",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "Identity": "Microsoft.Azure.Commands.NetAppFiles.Models.PSManagedServiceIdentity",
- "Encryption": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccountEncryption",
- "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData",
- "ActiveDirectories": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory]",
- "DisableShowmount": "System.Nullable`1[System.Boolean]",
- "Tags": "System.Object",
- "ResourceGroupName": "System.String",
- "Location": "System.String",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
- "Etag": "System.String",
- "ProvisioningState": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- }
- ],
- "ParameterSets": [
- {
- "Name": "ByFieldsParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Location",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "AccountName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "PoolName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "PoolSize",
- "Type": {
- "Namespace": "System",
- "Name": "System.Int64",
- "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ServiceLevel",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "QosType",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "CoolAccess",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "EncryptionType",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Tag",
- "AliasList": [
- "Tags"
- ],
- "Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "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": "Name",
- "AliasList": [
- "PoolName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "PoolSize",
- "Type": {
- "Namespace": "System",
- "Name": "System.Int64",
- "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ServiceLevel",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "QosType",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "CoolAccess",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "EncryptionType",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Tag",
- "AliasList": [
- "Tags"
- ],
- "Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "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": "ByParentObjectParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "AccountObject",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "Identity": "Microsoft.Azure.Commands.NetAppFiles.Models.PSManagedServiceIdentity",
- "Encryption": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccountEncryption",
- "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData",
- "ActiveDirectories": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory]",
- "DisableShowmount": "System.Nullable`1[System.Boolean]",
- "Tags": "System.Object",
- "ResourceGroupName": "System.String",
- "Location": "System.String",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
- "Etag": "System.String",
- "ProvisioningState": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": true,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "PoolName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "PoolSize",
- "Type": {
- "Namespace": "System",
- "Name": "System.Int64",
- "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ServiceLevel",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "QosType",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "CoolAccess",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "EncryptionType",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Tag",
- "AliasList": [
- "Tags"
- ],
- "Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "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
- }
- ]
- }
- ],
- "AliasList": [
- "New-AnfPool"
- ]
- },
- {
- "VerbName": "New",
- "NounName": "AzNetAppFilesSnapshot",
- "Name": "New-AzNetAppFilesSnapshot",
- "ClassName": "Microsoft.Azure.Commands.NetAppFiles.Snapshot.NewAzureRmNetAppFilesSnapshot",
- "SupportsShouldProcess": true,
- "ConfirmImpact": 2,
- "SupportsPaging": false,
- "DefaultParameterSetName": "ByFieldsParameterSet",
- "OutputTypes": [
- {
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesSnapshot",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesSnapshot, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "Created": "System.Nullable`1[System.DateTime]",
- "ResourceGroupName": "System.String",
- "Location": "System.String",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
- "SnapshotId": "System.String",
- "ProvisioningState": "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"
- ]
- }
- ],
- "Parameters": [
- {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "Location",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "AccountName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "PoolName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "VolumeName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "Name",
- "AliasList": [
- "SnapshotName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "FileSystemId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "Tag",
- "AliasList": [
- "Tags"
- ],
- "Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "VolumeObject",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection",
- "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy",
- "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData",
- "PlacementRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSKeyValuePairs]",
- "DataStoreResourceId": "System.Collections.Generic.IList`1[System.String]",
- "ProtocolTypes": "System.Collections.Generic.IList`1[System.String]",
- "Zones": "System.Collections.Generic.IList`1[System.String]",
- "SnapshotDirectoryVisible": "System.Nullable`1[System.Boolean]",
- "KerberosEnabled": "System.Nullable`1[System.Boolean]",
- "SmbEncryption": "System.Nullable`1[System.Boolean]",
- "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]",
- "Encrypted": "System.Nullable`1[System.Boolean]",
- "LdapEnabled": "System.Nullable`1[System.Boolean]",
- "DeleteBaseSnapshot": "System.Nullable`1[System.Boolean]",
- "CoolAccess": "System.Nullable`1[System.Boolean]",
- "IsDefaultQuotaEnabled": "System.Nullable`1[System.Boolean]",
- "IsRestoring": "System.Nullable`1[System.Boolean]",
- "IsLargeVolume": "System.Nullable`1[System.Boolean]",
- "ThroughputMibps": "System.Nullable`1[System.Double]",
- "CoolnessPeriod": "System.Nullable`1[System.Int32]",
- "CloneProgress": "System.Nullable`1[System.Int32]",
- "DefaultGroupQuotaInKiBs": "System.Nullable`1[System.Int64]",
- "UsageThreshold": "System.Nullable`1[System.Int64]",
- "MaximumNumberOfFiles": "System.Nullable`1[System.Int64]",
- "DefaultUserQuotaInKiBs": "System.Nullable`1[System.Int64]",
- "MountTargets": "System.Object",
- "Tags": "System.Object",
- "VolumeSpecName": "System.String",
- "FileAccessLogs": "System.String",
- "NetworkSiblingSetId": "System.String",
- "SmbNonBrowsable": "System.String",
- "StorageToNetworkProximity": "System.String",
- "KeyVaultPrivateEndpointResourceId": "System.String",
- "VolumeGroupName": "System.String",
- "EnableSubvolumes": "System.String",
- "CapacityPoolResourceId": "System.String",
- "ProximityPlacementGroup": "System.String",
- "SmbAccessBasedEnumeration": "System.String",
- "T2Network": "System.String",
- "EncryptionKeySource": "System.String",
- "AvsDataStore": "System.String",
- "Location": "System.String",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
- "Etag": "System.String",
- "ProvisioningState": "System.String",
- "FileSystemId": "System.String",
- "CreationToken": "System.String",
- "ServiceLevel": "System.String",
- "SnapshotId": "System.String",
- "BaremetalTenantId": "System.String",
- "SubnetId": "System.String",
- "VolumeType": "System.String",
- "BackupId": "System.String",
- "SecurityStyle": "System.String",
- "ProvisionedAvailabilityZone": "System.String",
- "UnixPermission": "System.String",
- "NetworkFeatures": "System.String",
- "ResourceGroupName": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- }
- ],
- "ParameterSets": [
- {
- "Name": "ByFieldsParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Location",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "AccountName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "PoolName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "VolumeName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "FileSystemId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "SnapshotName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Tag",
- "AliasList": [
- "Tags"
- ],
- "Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "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": "Name",
- "AliasList": [
- "SnapshotName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Tag",
- "AliasList": [
- "Tags"
- ],
- "Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "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": "ByParentObjectParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "VolumeObject",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection",
- "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy",
- "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData",
- "PlacementRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSKeyValuePairs]",
- "DataStoreResourceId": "System.Collections.Generic.IList`1[System.String]",
- "ProtocolTypes": "System.Collections.Generic.IList`1[System.String]",
- "Zones": "System.Collections.Generic.IList`1[System.String]",
- "SnapshotDirectoryVisible": "System.Nullable`1[System.Boolean]",
- "KerberosEnabled": "System.Nullable`1[System.Boolean]",
- "SmbEncryption": "System.Nullable`1[System.Boolean]",
- "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]",
- "Encrypted": "System.Nullable`1[System.Boolean]",
- "LdapEnabled": "System.Nullable`1[System.Boolean]",
- "DeleteBaseSnapshot": "System.Nullable`1[System.Boolean]",
- "CoolAccess": "System.Nullable`1[System.Boolean]",
- "IsDefaultQuotaEnabled": "System.Nullable`1[System.Boolean]",
- "IsRestoring": "System.Nullable`1[System.Boolean]",
- "IsLargeVolume": "System.Nullable`1[System.Boolean]",
- "ThroughputMibps": "System.Nullable`1[System.Double]",
- "CoolnessPeriod": "System.Nullable`1[System.Int32]",
- "CloneProgress": "System.Nullable`1[System.Int32]",
- "DefaultGroupQuotaInKiBs": "System.Nullable`1[System.Int64]",
- "UsageThreshold": "System.Nullable`1[System.Int64]",
- "MaximumNumberOfFiles": "System.Nullable`1[System.Int64]",
- "DefaultUserQuotaInKiBs": "System.Nullable`1[System.Int64]",
- "MountTargets": "System.Object",
- "Tags": "System.Object",
- "VolumeSpecName": "System.String",
- "FileAccessLogs": "System.String",
- "NetworkSiblingSetId": "System.String",
- "SmbNonBrowsable": "System.String",
- "StorageToNetworkProximity": "System.String",
- "KeyVaultPrivateEndpointResourceId": "System.String",
- "VolumeGroupName": "System.String",
- "EnableSubvolumes": "System.String",
- "CapacityPoolResourceId": "System.String",
- "ProximityPlacementGroup": "System.String",
- "SmbAccessBasedEnumeration": "System.String",
- "T2Network": "System.String",
- "EncryptionKeySource": "System.String",
- "AvsDataStore": "System.String",
- "Location": "System.String",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
- "Etag": "System.String",
- "ProvisioningState": "System.String",
- "FileSystemId": "System.String",
- "CreationToken": "System.String",
- "ServiceLevel": "System.String",
- "SnapshotId": "System.String",
- "BaremetalTenantId": "System.String",
- "SubnetId": "System.String",
- "VolumeType": "System.String",
- "BackupId": "System.String",
- "SecurityStyle": "System.String",
- "ProvisionedAvailabilityZone": "System.String",
- "UnixPermission": "System.String",
- "NetworkFeatures": "System.String",
- "ResourceGroupName": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": true,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "SnapshotName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Tag",
- "AliasList": [
- "Tags"
- ],
- "Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "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
- }
- ]
- }
- ],
- "AliasList": [
- "New-AnfSnapshot"
- ]
- },
- {
- "VerbName": "New",
- "NounName": "AzNetAppFilesSnapshotPolicy",
- "Name": "New-AzNetAppFilesSnapshotPolicy",
- "ClassName": "Microsoft.Azure.Commands.NetAppFiles.SnapshotPolicy.NewAzureRmNetAppFilesSnapshotPolicy",
- "SupportsShouldProcess": true,
- "ConfirmImpact": 2,
- "SupportsPaging": false,
- "DefaultParameterSetName": "ByFieldsParameterSet",
- "OutputTypes": [
- {
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesSnapshotPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesSnapshotPolicy, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DailySchedule": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesDailySchedule",
- "HourlySchedule": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesHourlySchedule",
- "MonthlySchedule": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesMonthlySchedule",
- "WeeklySchedule": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesWeeklySchedule",
- "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData",
- "Enabled": "System.Nullable`1[System.Boolean]",
- "Tags": "System.Object",
- "ResourceGroupName": "System.String",
- "Location": "System.String",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
- "Etag": "System.String",
- "SnapshotPolicyId": "System.String",
- "ProvisioningState": "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"
- ]
- }
- ],
- "Parameters": [
- {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "Location",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "AccountName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "Name",
- "AliasList": [
- "SnapshotPolicyName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "Enabled",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "HourlySchedule",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesHourlySchedule",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesHourlySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "SnapshotsToKeep": "System.Nullable`1[System.Int32]",
- "Minute": "System.Nullable`1[System.Int32]",
- "UsedBytes": "System.Nullable`1[System.Int64]"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "DailySchedule",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesDailySchedule",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesDailySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "SnapshotsToKeep": "System.Nullable`1[System.Int32]",
- "Hour": "System.Nullable`1[System.Int32]",
- "Minute": "System.Nullable`1[System.Int32]",
- "UsedBytes": "System.Nullable`1[System.Int64]"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "WeeklySchedule",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesWeeklySchedule",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesWeeklySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "SnapshotsToKeep": "System.Nullable`1[System.Int32]",
- "Hour": "System.Nullable`1[System.Int32]",
- "Minute": "System.Nullable`1[System.Int32]",
- "UsedBytes": "System.Nullable`1[System.Int64]",
- "Day": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "MonthlySchedule",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesMonthlySchedule",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesMonthlySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "SnapshotsToKeep": "System.Nullable`1[System.Int32]",
- "Hour": "System.Nullable`1[System.Int32]",
- "Minute": "System.Nullable`1[System.Int32]",
- "UsedBytes": "System.Nullable`1[System.Int64]",
- "DaysOfMonth": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "Tag",
- "AliasList": [
- "Tags"
- ],
- "Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "AccountObject",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "Identity": "Microsoft.Azure.Commands.NetAppFiles.Models.PSManagedServiceIdentity",
- "Encryption": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccountEncryption",
- "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData",
- "ActiveDirectories": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory]",
- "DisableShowmount": "System.Nullable`1[System.Boolean]",
- "Tags": "System.Object",
- "ResourceGroupName": "System.String",
- "Location": "System.String",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
- "Etag": "System.String",
- "ProvisioningState": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- }
- ],
- "ParameterSets": [
- {
- "Name": "ByFieldsParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Location",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "AccountName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "SnapshotPolicyName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Enabled",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HourlySchedule",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesHourlySchedule",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesHourlySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "SnapshotsToKeep": "System.Nullable`1[System.Int32]",
- "Minute": "System.Nullable`1[System.Int32]",
- "UsedBytes": "System.Nullable`1[System.Int64]"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DailySchedule",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesDailySchedule",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesDailySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "SnapshotsToKeep": "System.Nullable`1[System.Int32]",
- "Hour": "System.Nullable`1[System.Int32]",
- "Minute": "System.Nullable`1[System.Int32]",
- "UsedBytes": "System.Nullable`1[System.Int64]"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "WeeklySchedule",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesWeeklySchedule",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesWeeklySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "SnapshotsToKeep": "System.Nullable`1[System.Int32]",
- "Hour": "System.Nullable`1[System.Int32]",
- "Minute": "System.Nullable`1[System.Int32]",
- "UsedBytes": "System.Nullable`1[System.Int64]",
- "Day": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "MonthlySchedule",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesMonthlySchedule",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesMonthlySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "SnapshotsToKeep": "System.Nullable`1[System.Int32]",
- "Hour": "System.Nullable`1[System.Int32]",
- "Minute": "System.Nullable`1[System.Int32]",
- "UsedBytes": "System.Nullable`1[System.Int64]",
- "DaysOfMonth": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Tag",
- "AliasList": [
- "Tags"
- ],
- "Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "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": "Name",
- "AliasList": [
- "SnapshotPolicyName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Enabled",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HourlySchedule",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesHourlySchedule",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesHourlySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "SnapshotsToKeep": "System.Nullable`1[System.Int32]",
- "Minute": "System.Nullable`1[System.Int32]",
- "UsedBytes": "System.Nullable`1[System.Int64]"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DailySchedule",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesDailySchedule",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesDailySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "SnapshotsToKeep": "System.Nullable`1[System.Int32]",
- "Hour": "System.Nullable`1[System.Int32]",
- "Minute": "System.Nullable`1[System.Int32]",
- "UsedBytes": "System.Nullable`1[System.Int64]"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "WeeklySchedule",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesWeeklySchedule",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesWeeklySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "SnapshotsToKeep": "System.Nullable`1[System.Int32]",
- "Hour": "System.Nullable`1[System.Int32]",
- "Minute": "System.Nullable`1[System.Int32]",
- "UsedBytes": "System.Nullable`1[System.Int64]",
- "Day": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "MonthlySchedule",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesMonthlySchedule",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesMonthlySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "SnapshotsToKeep": "System.Nullable`1[System.Int32]",
- "Hour": "System.Nullable`1[System.Int32]",
- "Minute": "System.Nullable`1[System.Int32]",
- "UsedBytes": "System.Nullable`1[System.Int64]",
- "DaysOfMonth": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Tag",
- "AliasList": [
- "Tags"
- ],
- "Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "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": "ByParentObjectParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "AccountObject",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "Identity": "Microsoft.Azure.Commands.NetAppFiles.Models.PSManagedServiceIdentity",
- "Encryption": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccountEncryption",
- "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData",
- "ActiveDirectories": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory]",
- "DisableShowmount": "System.Nullable`1[System.Boolean]",
- "Tags": "System.Object",
- "ResourceGroupName": "System.String",
- "Location": "System.String",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
- "Etag": "System.String",
- "ProvisioningState": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": true,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "SnapshotPolicyName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Enabled",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HourlySchedule",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesHourlySchedule",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesHourlySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "SnapshotsToKeep": "System.Nullable`1[System.Int32]",
- "Minute": "System.Nullable`1[System.Int32]",
- "UsedBytes": "System.Nullable`1[System.Int64]"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DailySchedule",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesDailySchedule",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesDailySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "SnapshotsToKeep": "System.Nullable`1[System.Int32]",
- "Hour": "System.Nullable`1[System.Int32]",
- "Minute": "System.Nullable`1[System.Int32]",
- "UsedBytes": "System.Nullable`1[System.Int64]"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "WeeklySchedule",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesWeeklySchedule",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesWeeklySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "SnapshotsToKeep": "System.Nullable`1[System.Int32]",
- "Hour": "System.Nullable`1[System.Int32]",
- "Minute": "System.Nullable`1[System.Int32]",
- "UsedBytes": "System.Nullable`1[System.Int64]",
- "Day": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "MonthlySchedule",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesMonthlySchedule",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesMonthlySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "SnapshotsToKeep": "System.Nullable`1[System.Int32]",
- "Hour": "System.Nullable`1[System.Int32]",
- "Minute": "System.Nullable`1[System.Int32]",
- "UsedBytes": "System.Nullable`1[System.Int64]",
- "DaysOfMonth": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Tag",
- "AliasList": [
- "Tags"
- ],
- "Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "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
- }
- ]
- }
- ],
- "AliasList": [
- "New-AnfSnapshotPolicy"
- ]
- },
- {
- "VerbName": "New",
- "NounName": "AzNetAppFilesSubvolume",
- "Name": "New-AzNetAppFilesSubvolume",
- "ClassName": "Microsoft.Azure.Commands.NetAppFiles.Backup.NewAzureRmNetAppFilesSubvolume",
- "SupportsShouldProcess": true,
- "ConfirmImpact": 2,
- "SupportsPaging": false,
- "DefaultParameterSetName": "ByFieldsParameterSet",
- "OutputTypes": [
- {
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackup",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackup, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "UseExistingSnapshot": "System.Nullable`1[System.Boolean]",
- "CreationDate": "System.Nullable`1[System.DateTime]",
- "Size": "System.Nullable`1[System.Int64]",
- "ResourceGroupName": "System.String",
- "Location": "System.String",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
- "BackupId": "System.String",
- "Label": "System.String",
- "BackupType": "System.String",
- "ProvisioningState": "System.String",
- "VolumeName": "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"
- ]
- }
- ],
- "Parameters": [
- {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "Location",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "AccountName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "PoolName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "VolumeName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "Name",
- "AliasList": [
- "SubvolumeName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "Path",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "Size",
- "Type": {
- "Namespace": "System",
- "Name": "System.Nullable`1[System.Int64]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.Int64"
- ]
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "ParentPath",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "VolumeObject",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection",
- "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy",
- "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData",
- "PlacementRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSKeyValuePairs]",
- "DataStoreResourceId": "System.Collections.Generic.IList`1[System.String]",
- "ProtocolTypes": "System.Collections.Generic.IList`1[System.String]",
- "Zones": "System.Collections.Generic.IList`1[System.String]",
- "SnapshotDirectoryVisible": "System.Nullable`1[System.Boolean]",
- "KerberosEnabled": "System.Nullable`1[System.Boolean]",
- "SmbEncryption": "System.Nullable`1[System.Boolean]",
- "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]",
- "Encrypted": "System.Nullable`1[System.Boolean]",
- "LdapEnabled": "System.Nullable`1[System.Boolean]",
- "DeleteBaseSnapshot": "System.Nullable`1[System.Boolean]",
- "CoolAccess": "System.Nullable`1[System.Boolean]",
- "IsDefaultQuotaEnabled": "System.Nullable`1[System.Boolean]",
- "IsRestoring": "System.Nullable`1[System.Boolean]",
- "IsLargeVolume": "System.Nullable`1[System.Boolean]",
- "ThroughputMibps": "System.Nullable`1[System.Double]",
- "CoolnessPeriod": "System.Nullable`1[System.Int32]",
- "CloneProgress": "System.Nullable`1[System.Int32]",
- "DefaultGroupQuotaInKiBs": "System.Nullable`1[System.Int64]",
- "UsageThreshold": "System.Nullable`1[System.Int64]",
- "MaximumNumberOfFiles": "System.Nullable`1[System.Int64]",
- "DefaultUserQuotaInKiBs": "System.Nullable`1[System.Int64]",
- "MountTargets": "System.Object",
- "Tags": "System.Object",
- "VolumeSpecName": "System.String",
- "FileAccessLogs": "System.String",
- "NetworkSiblingSetId": "System.String",
- "SmbNonBrowsable": "System.String",
- "StorageToNetworkProximity": "System.String",
- "KeyVaultPrivateEndpointResourceId": "System.String",
- "VolumeGroupName": "System.String",
- "EnableSubvolumes": "System.String",
- "CapacityPoolResourceId": "System.String",
- "ProximityPlacementGroup": "System.String",
- "SmbAccessBasedEnumeration": "System.String",
- "T2Network": "System.String",
- "EncryptionKeySource": "System.String",
- "AvsDataStore": "System.String",
- "Location": "System.String",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
- "Etag": "System.String",
- "ProvisioningState": "System.String",
- "FileSystemId": "System.String",
- "CreationToken": "System.String",
- "ServiceLevel": "System.String",
- "SnapshotId": "System.String",
- "BaremetalTenantId": "System.String",
- "SubnetId": "System.String",
- "VolumeType": "System.String",
- "BackupId": "System.String",
- "SecurityStyle": "System.String",
- "ProvisionedAvailabilityZone": "System.String",
- "UnixPermission": "System.String",
- "NetworkFeatures": "System.String",
- "ResourceGroupName": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- }
- ],
- "ParameterSets": [
- {
- "Name": "ByFieldsParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Location",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "AccountName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "PoolName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "VolumeName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "SubvolumeName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Path",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Size",
- "Type": {
- "Namespace": "System",
- "Name": "System.Nullable`1[System.Int64]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.Int64"
- ]
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ParentPath",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "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": "Name",
- "AliasList": [
- "SubvolumeName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Path",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Size",
- "Type": {
- "Namespace": "System",
- "Name": "System.Nullable`1[System.Int64]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.Int64"
- ]
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ParentPath",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "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": "ByParentObjectParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "VolumeObject",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection",
- "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy",
- "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData",
- "PlacementRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSKeyValuePairs]",
- "DataStoreResourceId": "System.Collections.Generic.IList`1[System.String]",
- "ProtocolTypes": "System.Collections.Generic.IList`1[System.String]",
- "Zones": "System.Collections.Generic.IList`1[System.String]",
- "SnapshotDirectoryVisible": "System.Nullable`1[System.Boolean]",
- "KerberosEnabled": "System.Nullable`1[System.Boolean]",
- "SmbEncryption": "System.Nullable`1[System.Boolean]",
- "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]",
- "Encrypted": "System.Nullable`1[System.Boolean]",
- "LdapEnabled": "System.Nullable`1[System.Boolean]",
- "DeleteBaseSnapshot": "System.Nullable`1[System.Boolean]",
- "CoolAccess": "System.Nullable`1[System.Boolean]",
- "IsDefaultQuotaEnabled": "System.Nullable`1[System.Boolean]",
- "IsRestoring": "System.Nullable`1[System.Boolean]",
- "IsLargeVolume": "System.Nullable`1[System.Boolean]",
- "ThroughputMibps": "System.Nullable`1[System.Double]",
- "CoolnessPeriod": "System.Nullable`1[System.Int32]",
- "CloneProgress": "System.Nullable`1[System.Int32]",
- "DefaultGroupQuotaInKiBs": "System.Nullable`1[System.Int64]",
- "UsageThreshold": "System.Nullable`1[System.Int64]",
- "MaximumNumberOfFiles": "System.Nullable`1[System.Int64]",
- "DefaultUserQuotaInKiBs": "System.Nullable`1[System.Int64]",
- "MountTargets": "System.Object",
- "Tags": "System.Object",
- "VolumeSpecName": "System.String",
- "FileAccessLogs": "System.String",
- "NetworkSiblingSetId": "System.String",
- "SmbNonBrowsable": "System.String",
- "StorageToNetworkProximity": "System.String",
- "KeyVaultPrivateEndpointResourceId": "System.String",
- "VolumeGroupName": "System.String",
- "EnableSubvolumes": "System.String",
- "CapacityPoolResourceId": "System.String",
- "ProximityPlacementGroup": "System.String",
- "SmbAccessBasedEnumeration": "System.String",
- "T2Network": "System.String",
- "EncryptionKeySource": "System.String",
- "AvsDataStore": "System.String",
- "Location": "System.String",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
- "Etag": "System.String",
- "ProvisioningState": "System.String",
- "FileSystemId": "System.String",
- "CreationToken": "System.String",
- "ServiceLevel": "System.String",
- "SnapshotId": "System.String",
- "BaremetalTenantId": "System.String",
- "SubnetId": "System.String",
- "VolumeType": "System.String",
- "BackupId": "System.String",
- "SecurityStyle": "System.String",
- "ProvisionedAvailabilityZone": "System.String",
- "UnixPermission": "System.String",
- "NetworkFeatures": "System.String",
- "ResourceGroupName": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": true,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "SubvolumeName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Path",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Size",
- "Type": {
- "Namespace": "System",
- "Name": "System.Nullable`1[System.Int64]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.Int64"
- ]
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ParentPath",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "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
- }
- ]
- }
- ],
- "AliasList": [
- "New-AnfSubvolume"
- ]
- },
- {
- "VerbName": "New",
- "NounName": "AzNetAppFilesVolume",
- "Name": "New-AzNetAppFilesVolume",
- "ClassName": "Microsoft.Azure.Commands.NetAppFiles.Volume.NewAzureRmNetAppFilesVolume",
- "SupportsShouldProcess": true,
- "ConfirmImpact": 2,
- "SupportsPaging": false,
- "DefaultParameterSetName": "ByFieldsParameterSet",
- "OutputTypes": [
- {
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection",
- "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy",
- "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData",
- "PlacementRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSKeyValuePairs]",
- "DataStoreResourceId": "System.Collections.Generic.IList`1[System.String]",
- "ProtocolTypes": "System.Collections.Generic.IList`1[System.String]",
- "Zones": "System.Collections.Generic.IList`1[System.String]",
- "SnapshotDirectoryVisible": "System.Nullable`1[System.Boolean]",
- "KerberosEnabled": "System.Nullable`1[System.Boolean]",
- "SmbEncryption": "System.Nullable`1[System.Boolean]",
- "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]",
- "Encrypted": "System.Nullable`1[System.Boolean]",
- "LdapEnabled": "System.Nullable`1[System.Boolean]",
- "DeleteBaseSnapshot": "System.Nullable`1[System.Boolean]",
- "CoolAccess": "System.Nullable`1[System.Boolean]",
- "IsDefaultQuotaEnabled": "System.Nullable`1[System.Boolean]",
- "IsRestoring": "System.Nullable`1[System.Boolean]",
- "IsLargeVolume": "System.Nullable`1[System.Boolean]",
- "ThroughputMibps": "System.Nullable`1[System.Double]",
- "CoolnessPeriod": "System.Nullable`1[System.Int32]",
- "CloneProgress": "System.Nullable`1[System.Int32]",
- "DefaultGroupQuotaInKiBs": "System.Nullable`1[System.Int64]",
- "UsageThreshold": "System.Nullable`1[System.Int64]",
- "MaximumNumberOfFiles": "System.Nullable`1[System.Int64]",
- "DefaultUserQuotaInKiBs": "System.Nullable`1[System.Int64]",
- "MountTargets": "System.Object",
- "Tags": "System.Object",
- "VolumeSpecName": "System.String",
- "FileAccessLogs": "System.String",
- "NetworkSiblingSetId": "System.String",
- "SmbNonBrowsable": "System.String",
- "StorageToNetworkProximity": "System.String",
- "KeyVaultPrivateEndpointResourceId": "System.String",
- "VolumeGroupName": "System.String",
- "EnableSubvolumes": "System.String",
- "CapacityPoolResourceId": "System.String",
- "ProximityPlacementGroup": "System.String",
- "SmbAccessBasedEnumeration": "System.String",
- "T2Network": "System.String",
- "EncryptionKeySource": "System.String",
- "AvsDataStore": "System.String",
- "Location": "System.String",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
- "Etag": "System.String",
- "ProvisioningState": "System.String",
- "FileSystemId": "System.String",
- "CreationToken": "System.String",
- "ServiceLevel": "System.String",
- "SnapshotId": "System.String",
- "BaremetalTenantId": "System.String",
- "SubnetId": "System.String",
- "VolumeType": "System.String",
- "BackupId": "System.String",
- "SecurityStyle": "System.String",
- "ProvisionedAvailabilityZone": "System.String",
- "UnixPermission": "System.String",
- "NetworkFeatures": "System.String",
- "ResourceGroupName": "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"
- ]
- }
- ],
- "Parameters": [
- {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "Location",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "AccountName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "PoolName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "Name",
- "AliasList": [
- "VolumeName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "UsageThreshold",
- "Type": {
- "Namespace": "System",
- "Name": "System.Int64",
- "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "SubnetId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "CreationToken",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "VolumeType",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "ServiceLevel",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "SnapshotId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "ExportPolicy",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "Rules": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesExportPolicyRule[]"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "ReplicationObject",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesReplicationObject",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesReplicationObject, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "ReplicationId": "System.String",
- "EndpointType": "System.String",
- "ReplicationSchedule": "System.String",
- "RemoteVolumeResourceId": "System.String",
- "RemoteVolumeRegion": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "Snapshot",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeSnapshot",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeSnapshot, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "SnapshotPolicyId": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "SnapshotPolicyId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "Backup",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeBackupProperties",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeBackupProperties, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "PolicyEnforced": "System.Nullable`1[System.Boolean]",
- "BackupEnabled": "System.Nullable`1[System.Boolean]",
- "BackupPolicyId": "System.String",
- "VaultId": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "ProtocolType",
- "Type": {
- "Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.String"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "SnapshotDirectoryVisible",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "BackupId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "SecurityStyle",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "ThroughputMibps",
- "Type": {
- "Namespace": "System",
- "Name": "System.Nullable`1[System.Double]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Double, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.Double"
- ]
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "KerberosEnabled",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "SmbEncryption",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "SmbContinuouslyAvailable",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "LdapEnabled",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "CoolAccess",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "CoolnessPeriod",
- "Type": {
- "Namespace": "System",
- "Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.Int32"
- ]
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "UnixPermission",
- "AliasList": [
- "UnixPermissions"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "AvsDataStore",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "IsDefaultQuotaEnabled",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "DefaultUserQuotaInKiB",
- "Type": {
- "Namespace": "System",
- "Name": "System.Nullable`1[System.Int64]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.Int64"
- ]
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "DefaultGroupQuotaInKiB",
- "Type": {
- "Namespace": "System",
- "Name": "System.Nullable`1[System.Int64]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.Int64"
- ]
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "NetworkFeature",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "CapacityPoolResourceId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "ProximityPlacementGroup",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "VolumeSpecName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "PlacementRule",
- "Type": {
- "Namespace": "System.Collections.Generic",
- "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSKeyValuePairs]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.NetAppFiles.Models.PSKeyValuePairs, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "Microsoft.Azure.Commands.NetAppFiles.Models.PSKeyValuePairs"
- ]
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "EnableSubvolume",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "Zone",
- "Type": {
- "Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.String"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "EncryptionKeySource",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "KeyVaultPrivateEndpointResourceId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "DeleteBaseSnapshot",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "SmbAccessBasedEnumeration",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "SmbNonBrowsable",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "IsLargeVolume",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "Tag",
- "AliasList": [
- "Tags"
- ],
- "Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "PoolObject",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesPool",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesPool, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData",
- "CoolAccess": "System.Nullable`1[System.Boolean]",
- "UtilizedThroughputMibps": "System.Nullable`1[System.Double]",
- "TotalThroughputMibps": "System.Nullable`1[System.Double]",
- "Size": "System.Nullable`1[System.Int64]",
- "Tags": "System.Object",
- "Etag": "System.String",
- "PoolId": "System.String",
- "EncryptionType": "System.String",
- "ServiceLevel": "System.String",
- "ProvisioningState": "System.String",
- "Name": "System.String",
- "Id": "System.String",
- "QosType": "System.String",
- "Location": "System.String",
- "Type": "System.String",
- "ResourceGroupName": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- }
- ],
- "ParameterSets": [
- {
- "Name": "ByFieldsParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Location",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "AccountName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "PoolName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "VolumeType",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ServiceLevel",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "SnapshotId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "BackupId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "VolumeName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "UsageThreshold",
- "Type": {
- "Namespace": "System",
- "Name": "System.Int64",
- "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "SubnetId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "CreationToken",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ExportPolicy",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "Rules": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesExportPolicyRule[]"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ReplicationObject",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesReplicationObject",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesReplicationObject, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "ReplicationId": "System.String",
- "EndpointType": "System.String",
- "ReplicationSchedule": "System.String",
- "RemoteVolumeResourceId": "System.String",
- "RemoteVolumeRegion": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Snapshot",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeSnapshot",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeSnapshot, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "SnapshotPolicyId": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "SnapshotPolicyId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Backup",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeBackupProperties",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeBackupProperties, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "PolicyEnforced": "System.Nullable`1[System.Boolean]",
- "BackupEnabled": "System.Nullable`1[System.Boolean]",
- "BackupPolicyId": "System.String",
- "VaultId": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ProtocolType",
- "Type": {
- "Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.String"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "SnapshotDirectoryVisible",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "SecurityStyle",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ThroughputMibps",
- "Type": {
- "Namespace": "System",
- "Name": "System.Nullable`1[System.Double]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Double, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.Double"
- ]
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "KerberosEnabled",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "SmbEncryption",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "SmbContinuouslyAvailable",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "LdapEnabled",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "CoolAccess",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "CoolnessPeriod",
- "Type": {
- "Namespace": "System",
- "Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.Int32"
- ]
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "UnixPermission",
- "AliasList": [
- "UnixPermissions"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "AvsDataStore",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "IsDefaultQuotaEnabled",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultUserQuotaInKiB",
- "Type": {
- "Namespace": "System",
- "Name": "System.Nullable`1[System.Int64]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.Int64"
- ]
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultGroupQuotaInKiB",
- "Type": {
- "Namespace": "System",
- "Name": "System.Nullable`1[System.Int64]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.Int64"
- ]
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "NetworkFeature",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "CapacityPoolResourceId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ProximityPlacementGroup",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "VolumeSpecName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "PlacementRule",
- "Type": {
- "Namespace": "System.Collections.Generic",
- "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSKeyValuePairs]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.NetAppFiles.Models.PSKeyValuePairs, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "Microsoft.Azure.Commands.NetAppFiles.Models.PSKeyValuePairs"
- ]
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "EnableSubvolume",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Zone",
- "Type": {
- "Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.String"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "EncryptionKeySource",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "KeyVaultPrivateEndpointResourceId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DeleteBaseSnapshot",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "SmbAccessBasedEnumeration",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "SmbNonBrowsable",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "IsLargeVolume",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Tag",
- "AliasList": [
- "Tags"
- ],
- "Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "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": "Name",
- "AliasList": [
- "VolumeName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "UsageThreshold",
- "Type": {
- "Namespace": "System",
- "Name": "System.Int64",
- "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "SubnetId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "CreationToken",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ExportPolicy",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "Rules": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesExportPolicyRule[]"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ReplicationObject",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesReplicationObject",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesReplicationObject, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "ReplicationId": "System.String",
- "EndpointType": "System.String",
- "ReplicationSchedule": "System.String",
- "RemoteVolumeResourceId": "System.String",
- "RemoteVolumeRegion": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Snapshot",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeSnapshot",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeSnapshot, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "SnapshotPolicyId": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "SnapshotPolicyId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Backup",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeBackupProperties",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeBackupProperties, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "PolicyEnforced": "System.Nullable`1[System.Boolean]",
- "BackupEnabled": "System.Nullable`1[System.Boolean]",
- "BackupPolicyId": "System.String",
- "VaultId": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ProtocolType",
- "Type": {
- "Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.String"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "SnapshotDirectoryVisible",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "SecurityStyle",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ThroughputMibps",
- "Type": {
- "Namespace": "System",
- "Name": "System.Nullable`1[System.Double]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Double, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.Double"
- ]
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "KerberosEnabled",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "SmbEncryption",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "SmbContinuouslyAvailable",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "LdapEnabled",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "CoolAccess",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "CoolnessPeriod",
- "Type": {
- "Namespace": "System",
- "Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.Int32"
- ]
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "UnixPermission",
- "AliasList": [
- "UnixPermissions"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "AvsDataStore",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "IsDefaultQuotaEnabled",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultUserQuotaInKiB",
- "Type": {
- "Namespace": "System",
- "Name": "System.Nullable`1[System.Int64]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.Int64"
- ]
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultGroupQuotaInKiB",
- "Type": {
- "Namespace": "System",
- "Name": "System.Nullable`1[System.Int64]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.Int64"
- ]
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "NetworkFeature",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "CapacityPoolResourceId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ProximityPlacementGroup",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "VolumeSpecName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "PlacementRule",
- "Type": {
- "Namespace": "System.Collections.Generic",
- "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSKeyValuePairs]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.NetAppFiles.Models.PSKeyValuePairs, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "Microsoft.Azure.Commands.NetAppFiles.Models.PSKeyValuePairs"
- ]
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "EnableSubvolume",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Zone",
- "Type": {
- "Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.String"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "EncryptionKeySource",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "KeyVaultPrivateEndpointResourceId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DeleteBaseSnapshot",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "SmbAccessBasedEnumeration",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "SmbNonBrowsable",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "IsLargeVolume",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Tag",
- "AliasList": [
- "Tags"
- ],
- "Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "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": "ByParentObjectParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ServiceLevel",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "PoolObject",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesPool",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesPool, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData",
- "CoolAccess": "System.Nullable`1[System.Boolean]",
- "UtilizedThroughputMibps": "System.Nullable`1[System.Double]",
- "TotalThroughputMibps": "System.Nullable`1[System.Double]",
- "Size": "System.Nullable`1[System.Int64]",
- "Tags": "System.Object",
- "Etag": "System.String",
- "PoolId": "System.String",
- "EncryptionType": "System.String",
- "ServiceLevel": "System.String",
- "ProvisioningState": "System.String",
- "Name": "System.String",
- "Id": "System.String",
- "QosType": "System.String",
- "Location": "System.String",
- "Type": "System.String",
- "ResourceGroupName": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": true,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "VolumeName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "UsageThreshold",
- "Type": {
- "Namespace": "System",
- "Name": "System.Int64",
- "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "SubnetId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "CreationToken",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ExportPolicy",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "Rules": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesExportPolicyRule[]"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ReplicationObject",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesReplicationObject",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesReplicationObject, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "ReplicationId": "System.String",
- "EndpointType": "System.String",
- "ReplicationSchedule": "System.String",
- "RemoteVolumeResourceId": "System.String",
- "RemoteVolumeRegion": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Snapshot",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeSnapshot",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeSnapshot, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "SnapshotPolicyId": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "SnapshotPolicyId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Backup",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeBackupProperties",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeBackupProperties, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "PolicyEnforced": "System.Nullable`1[System.Boolean]",
- "BackupEnabled": "System.Nullable`1[System.Boolean]",
- "BackupPolicyId": "System.String",
- "VaultId": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ProtocolType",
- "Type": {
- "Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.String"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "SnapshotDirectoryVisible",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "SecurityStyle",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ThroughputMibps",
- "Type": {
- "Namespace": "System",
- "Name": "System.Nullable`1[System.Double]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Double, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.Double"
- ]
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "KerberosEnabled",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "SmbEncryption",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "SmbContinuouslyAvailable",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "LdapEnabled",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "CoolAccess",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "CoolnessPeriod",
- "Type": {
- "Namespace": "System",
- "Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.Int32"
- ]
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "UnixPermission",
- "AliasList": [
- "UnixPermissions"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "AvsDataStore",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "IsDefaultQuotaEnabled",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultUserQuotaInKiB",
- "Type": {
- "Namespace": "System",
- "Name": "System.Nullable`1[System.Int64]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.Int64"
- ]
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultGroupQuotaInKiB",
- "Type": {
- "Namespace": "System",
- "Name": "System.Nullable`1[System.Int64]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.Int64"
- ]
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "NetworkFeature",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "CapacityPoolResourceId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ProximityPlacementGroup",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "VolumeSpecName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "PlacementRule",
- "Type": {
- "Namespace": "System.Collections.Generic",
- "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSKeyValuePairs]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.NetAppFiles.Models.PSKeyValuePairs, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "Microsoft.Azure.Commands.NetAppFiles.Models.PSKeyValuePairs"
- ]
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "EnableSubvolume",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Zone",
- "Type": {
- "Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.String"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "EncryptionKeySource",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "KeyVaultPrivateEndpointResourceId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DeleteBaseSnapshot",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "SmbAccessBasedEnumeration",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "SmbNonBrowsable",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "IsLargeVolume",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Tag",
- "AliasList": [
- "Tags"
- ],
- "Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "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
- }
- ]
- }
- ],
- "AliasList": [
- "New-AnfVolume"
- ]
- },
- {
- "VerbName": "New",
- "NounName": "AzNetAppFilesVolumeGroup",
- "Name": "New-AzNetAppFilesVolumeGroup",
- "ClassName": "Microsoft.Azure.Commands.NetAppFiles.VolumeGroup.NewAzureRmNetAppFilesVolumeGroup",
- "SupportsShouldProcess": true,
- "ConfirmImpact": 2,
- "SupportsPaging": false,
- "DefaultParameterSetName": "ByFieldsParameterSet",
- "OutputTypes": [
- {
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeGroupDetail",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeGroupDetail, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "GroupMetaData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeGroupMetaData",
- "Volumes": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume]",
- "Tags": "System.Object",
- "ResourceGroupName": "System.String",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
- "ProvisioningState": "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"
- ]
- }
- ],
- "Parameters": [
- {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "Location",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "AccountName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "PoolName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "Name",
- "AliasList": [
- "VolumeGroupName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "GroupDescription",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "ApplicationType",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "ApplicationIdentifier",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "ProximityPlacementGroup",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "NodeMemory",
- "Type": {
- "Namespace": "System",
- "Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "CapacityOverhead",
- "Type": {
- "Namespace": "System",
- "Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "StartingHostId",
- "Type": {
- "Namespace": "System",
- "Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "HostCount",
- "Type": {
- "Namespace": "System",
- "Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "SystemRole",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "Prefix",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "Vnet",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "SubnetId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "DataSize",
- "Type": {
- "Namespace": "System",
- "Name": "System.Nullable`1[System.Int64]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.Int64"
- ]
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "DataPerformance",
- "Type": {
- "Namespace": "System",
- "Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.Int32"
- ]
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "LogSize",
- "Type": {
- "Namespace": "System",
- "Name": "System.Nullable`1[System.Int64]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.Int64"
- ]
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "LogPerformance",
- "Type": {
- "Namespace": "System",
- "Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.Int32"
- ]
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "SharedSize",
- "Type": {
- "Namespace": "System",
- "Name": "System.Nullable`1[System.Int64]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.Int64"
- ]
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "SharedPerformance",
- "Type": {
- "Namespace": "System",
- "Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.Int32"
- ]
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "DataBackupSize",
- "Type": {
- "Namespace": "System",
- "Name": "System.Nullable`1[System.Int64]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.Int64"
- ]
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "DataBackupPerformance",
- "Type": {
- "Namespace": "System",
- "Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.Int32"
- ]
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "LogBackupSize",
- "Type": {
- "Namespace": "System",
- "Name": "System.Nullable`1[System.Int64]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.Int64"
- ]
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "LogBackupPerformance",
- "Type": {
- "Namespace": "System",
- "Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.Int32"
- ]
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "HannaSystemReplication",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "DisasterRecoveryDestination",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "BackupProtocolType",
- "Type": {
- "Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.String"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "ExportPolicy",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "Rules": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesExportPolicyRule[]"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "GlobalPlacementRule",
- "Type": {
- "Namespace": "System.Collections.Generic",
- "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.NetApp.Models.PlacementKeyValuePairs]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.NetApp.Models.PlacementKeyValuePairs, Microsoft.Azure.PowerShell.NetAppFiles.Management.Sdk, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "Microsoft.Azure.Management.NetApp.Models.PlacementKeyValuePairs"
- ]
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "Tag",
- "AliasList": [
- "Tags"
- ],
- "Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "AccountObject",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "Identity": "Microsoft.Azure.Commands.NetAppFiles.Models.PSManagedServiceIdentity",
- "Encryption": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccountEncryption",
- "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData",
- "ActiveDirectories": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory]",
- "DisableShowmount": "System.Nullable`1[System.Boolean]",
- "Tags": "System.Object",
- "ResourceGroupName": "System.String",
- "Location": "System.String",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
- "Etag": "System.String",
- "ProvisioningState": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- }
- ],
- "ParameterSets": [
- {
- "Name": "ByFieldsParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Location",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "AccountName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "PoolName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "VolumeGroupName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "GroupDescription",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ApplicationType",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ApplicationIdentifier",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ProximityPlacementGroup",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "NodeMemory",
- "Type": {
- "Namespace": "System",
- "Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "CapacityOverhead",
- "Type": {
- "Namespace": "System",
- "Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "StartingHostId",
- "Type": {
- "Namespace": "System",
- "Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HostCount",
- "Type": {
- "Namespace": "System",
- "Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "SystemRole",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Prefix",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Vnet",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "SubnetId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DataSize",
- "Type": {
- "Namespace": "System",
- "Name": "System.Nullable`1[System.Int64]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.Int64"
- ]
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DataPerformance",
- "Type": {
- "Namespace": "System",
- "Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.Int32"
- ]
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "LogSize",
- "Type": {
- "Namespace": "System",
- "Name": "System.Nullable`1[System.Int64]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.Int64"
- ]
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "LogPerformance",
- "Type": {
- "Namespace": "System",
- "Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.Int32"
- ]
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "SharedSize",
- "Type": {
- "Namespace": "System",
- "Name": "System.Nullable`1[System.Int64]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.Int64"
- ]
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "SharedPerformance",
- "Type": {
- "Namespace": "System",
- "Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.Int32"
- ]
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DataBackupSize",
- "Type": {
- "Namespace": "System",
- "Name": "System.Nullable`1[System.Int64]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.Int64"
- ]
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DataBackupPerformance",
- "Type": {
- "Namespace": "System",
- "Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.Int32"
- ]
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "LogBackupSize",
- "Type": {
- "Namespace": "System",
- "Name": "System.Nullable`1[System.Int64]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.Int64"
- ]
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "LogBackupPerformance",
- "Type": {
- "Namespace": "System",
- "Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.Int32"
- ]
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HannaSystemReplication",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DisasterRecoveryDestination",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "BackupProtocolType",
- "Type": {
- "Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.String"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ExportPolicy",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "Rules": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesExportPolicyRule[]"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "GlobalPlacementRule",
- "Type": {
- "Namespace": "System.Collections.Generic",
- "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.NetApp.Models.PlacementKeyValuePairs]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.NetApp.Models.PlacementKeyValuePairs, Microsoft.Azure.PowerShell.NetAppFiles.Management.Sdk, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "Microsoft.Azure.Management.NetApp.Models.PlacementKeyValuePairs"
- ]
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Tag",
- "AliasList": [
- "Tags"
- ],
- "Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "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": "PoolName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "VolumeGroupName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "GroupDescription",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ApplicationType",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ApplicationIdentifier",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ProximityPlacementGroup",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "NodeMemory",
- "Type": {
- "Namespace": "System",
- "Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "CapacityOverhead",
- "Type": {
- "Namespace": "System",
- "Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "StartingHostId",
- "Type": {
- "Namespace": "System",
- "Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HostCount",
- "Type": {
- "Namespace": "System",
- "Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "SystemRole",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Prefix",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Vnet",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "SubnetId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DataSize",
- "Type": {
- "Namespace": "System",
- "Name": "System.Nullable`1[System.Int64]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.Int64"
- ]
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DataPerformance",
- "Type": {
- "Namespace": "System",
- "Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.Int32"
- ]
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "LogSize",
- "Type": {
- "Namespace": "System",
- "Name": "System.Nullable`1[System.Int64]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.Int64"
- ]
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "LogPerformance",
- "Type": {
- "Namespace": "System",
- "Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.Int32"
- ]
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "SharedSize",
- "Type": {
- "Namespace": "System",
- "Name": "System.Nullable`1[System.Int64]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.Int64"
- ]
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "SharedPerformance",
- "Type": {
- "Namespace": "System",
- "Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.Int32"
- ]
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DataBackupSize",
- "Type": {
- "Namespace": "System",
- "Name": "System.Nullable`1[System.Int64]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.Int64"
- ]
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DataBackupPerformance",
- "Type": {
- "Namespace": "System",
- "Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.Int32"
- ]
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "LogBackupSize",
- "Type": {
- "Namespace": "System",
- "Name": "System.Nullable`1[System.Int64]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.Int64"
- ]
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "LogBackupPerformance",
- "Type": {
- "Namespace": "System",
- "Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.Int32"
- ]
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HannaSystemReplication",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DisasterRecoveryDestination",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "BackupProtocolType",
- "Type": {
- "Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.String"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ExportPolicy",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "Rules": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesExportPolicyRule[]"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "GlobalPlacementRule",
- "Type": {
- "Namespace": "System.Collections.Generic",
- "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.NetApp.Models.PlacementKeyValuePairs]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.NetApp.Models.PlacementKeyValuePairs, Microsoft.Azure.PowerShell.NetAppFiles.Management.Sdk, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "Microsoft.Azure.Management.NetApp.Models.PlacementKeyValuePairs"
- ]
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Tag",
- "AliasList": [
- "Tags"
- ],
- "Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "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": "ByParentObjectParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "AccountObject",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "Identity": "Microsoft.Azure.Commands.NetAppFiles.Models.PSManagedServiceIdentity",
- "Encryption": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccountEncryption",
- "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData",
- "ActiveDirectories": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory]",
- "DisableShowmount": "System.Nullable`1[System.Boolean]",
- "Tags": "System.Object",
- "ResourceGroupName": "System.String",
- "Location": "System.String",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
- "Etag": "System.String",
- "ProvisioningState": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": true,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "PoolName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "VolumeGroupName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "GroupDescription",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ApplicationType",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ApplicationIdentifier",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ProximityPlacementGroup",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "NodeMemory",
- "Type": {
- "Namespace": "System",
- "Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "CapacityOverhead",
- "Type": {
- "Namespace": "System",
- "Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "StartingHostId",
- "Type": {
- "Namespace": "System",
- "Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HostCount",
- "Type": {
- "Namespace": "System",
- "Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "SystemRole",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Prefix",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Vnet",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "SubnetId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DataSize",
- "Type": {
- "Namespace": "System",
- "Name": "System.Nullable`1[System.Int64]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.Int64"
- ]
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DataPerformance",
- "Type": {
- "Namespace": "System",
- "Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.Int32"
- ]
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "LogSize",
- "Type": {
- "Namespace": "System",
- "Name": "System.Nullable`1[System.Int64]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.Int64"
- ]
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "LogPerformance",
- "Type": {
- "Namespace": "System",
- "Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.Int32"
- ]
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "SharedSize",
- "Type": {
- "Namespace": "System",
- "Name": "System.Nullable`1[System.Int64]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.Int64"
- ]
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "SharedPerformance",
- "Type": {
- "Namespace": "System",
- "Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.Int32"
- ]
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DataBackupSize",
- "Type": {
- "Namespace": "System",
- "Name": "System.Nullable`1[System.Int64]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.Int64"
- ]
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DataBackupPerformance",
- "Type": {
- "Namespace": "System",
- "Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.Int32"
- ]
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "LogBackupSize",
- "Type": {
- "Namespace": "System",
- "Name": "System.Nullable`1[System.Int64]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.Int64"
- ]
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "LogBackupPerformance",
- "Type": {
- "Namespace": "System",
- "Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.Int32"
- ]
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HannaSystemReplication",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DisasterRecoveryDestination",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "BackupProtocolType",
- "Type": {
- "Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.String"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ExportPolicy",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "Rules": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesExportPolicyRule[]"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "GlobalPlacementRule",
- "Type": {
- "Namespace": "System.Collections.Generic",
- "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.NetApp.Models.PlacementKeyValuePairs]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.NetApp.Models.PlacementKeyValuePairs, Microsoft.Azure.PowerShell.NetAppFiles.Management.Sdk, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "Microsoft.Azure.Management.NetApp.Models.PlacementKeyValuePairs"
- ]
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Tag",
- "AliasList": [
- "Tags"
- ],
- "Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "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
- }
- ]
- }
- ],
- "AliasList": [
- "New-AnfVolumeGroup"
- ]
- },
- {
- "VerbName": "New",
- "NounName": "AzNetAppFilesVolumeQuotaRule",
- "Name": "New-AzNetAppFilesVolumeQuotaRule",
- "ClassName": "Microsoft.Azure.Commands.NetAppFiles.Backup.NewAzureRmNetAppFilesVolumeQuotaRule",
- "SupportsShouldProcess": true,
- "ConfirmImpact": 2,
- "SupportsPaging": false,
- "DefaultParameterSetName": "ByFieldsParameterSet",
- "OutputTypes": [
- {
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackup",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackup, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "UseExistingSnapshot": "System.Nullable`1[System.Boolean]",
- "CreationDate": "System.Nullable`1[System.DateTime]",
- "Size": "System.Nullable`1[System.Int64]",
- "ResourceGroupName": "System.String",
- "Location": "System.String",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
- "BackupId": "System.String",
- "Label": "System.String",
- "BackupType": "System.String",
- "ProvisioningState": "System.String",
- "VolumeName": "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"
- ]
- }
- ],
- "Parameters": [
- {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "Location",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "AccountName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "PoolName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "VolumeName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "Name",
- "AliasList": [
- "VolumeQuotaRuleName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "Tag",
- "AliasList": [
- "Tags"
- ],
- "Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "QuotaSize",
- "Type": {
- "Namespace": "System",
- "Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "QuotaType",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "QuotaTarget",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "VolumeObject",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection",
- "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy",
- "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData",
- "PlacementRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSKeyValuePairs]",
- "DataStoreResourceId": "System.Collections.Generic.IList`1[System.String]",
- "ProtocolTypes": "System.Collections.Generic.IList`1[System.String]",
- "Zones": "System.Collections.Generic.IList`1[System.String]",
- "SnapshotDirectoryVisible": "System.Nullable`1[System.Boolean]",
- "KerberosEnabled": "System.Nullable`1[System.Boolean]",
- "SmbEncryption": "System.Nullable`1[System.Boolean]",
- "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]",
- "Encrypted": "System.Nullable`1[System.Boolean]",
- "LdapEnabled": "System.Nullable`1[System.Boolean]",
- "DeleteBaseSnapshot": "System.Nullable`1[System.Boolean]",
- "CoolAccess": "System.Nullable`1[System.Boolean]",
- "IsDefaultQuotaEnabled": "System.Nullable`1[System.Boolean]",
- "IsRestoring": "System.Nullable`1[System.Boolean]",
- "IsLargeVolume": "System.Nullable`1[System.Boolean]",
- "ThroughputMibps": "System.Nullable`1[System.Double]",
- "CoolnessPeriod": "System.Nullable`1[System.Int32]",
- "CloneProgress": "System.Nullable`1[System.Int32]",
- "DefaultGroupQuotaInKiBs": "System.Nullable`1[System.Int64]",
- "UsageThreshold": "System.Nullable`1[System.Int64]",
- "MaximumNumberOfFiles": "System.Nullable`1[System.Int64]",
- "DefaultUserQuotaInKiBs": "System.Nullable`1[System.Int64]",
- "MountTargets": "System.Object",
- "Tags": "System.Object",
- "VolumeSpecName": "System.String",
- "FileAccessLogs": "System.String",
- "NetworkSiblingSetId": "System.String",
- "SmbNonBrowsable": "System.String",
- "StorageToNetworkProximity": "System.String",
- "KeyVaultPrivateEndpointResourceId": "System.String",
- "VolumeGroupName": "System.String",
- "EnableSubvolumes": "System.String",
- "CapacityPoolResourceId": "System.String",
- "ProximityPlacementGroup": "System.String",
- "SmbAccessBasedEnumeration": "System.String",
- "T2Network": "System.String",
- "EncryptionKeySource": "System.String",
- "AvsDataStore": "System.String",
- "Location": "System.String",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
- "Etag": "System.String",
- "ProvisioningState": "System.String",
- "FileSystemId": "System.String",
- "CreationToken": "System.String",
- "ServiceLevel": "System.String",
- "SnapshotId": "System.String",
- "BaremetalTenantId": "System.String",
- "SubnetId": "System.String",
- "VolumeType": "System.String",
- "BackupId": "System.String",
- "SecurityStyle": "System.String",
- "ProvisionedAvailabilityZone": "System.String",
- "UnixPermission": "System.String",
- "NetworkFeatures": "System.String",
- "ResourceGroupName": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- }
- ],
- "ParameterSets": [
- {
- "Name": "ByFieldsParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Location",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "AccountName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "PoolName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "VolumeName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "VolumeQuotaRuleName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Tag",
- "AliasList": [
- "Tags"
- ],
- "Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "QuotaSize",
- "Type": {
- "Namespace": "System",
- "Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "QuotaType",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "QuotaTarget",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "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": "Name",
- "AliasList": [
- "VolumeQuotaRuleName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Tag",
- "AliasList": [
- "Tags"
- ],
- "Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "QuotaSize",
- "Type": {
- "Namespace": "System",
- "Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "QuotaType",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "QuotaTarget",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "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": "ByParentObjectParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "VolumeObject",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection",
- "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy",
- "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData",
- "PlacementRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSKeyValuePairs]",
- "DataStoreResourceId": "System.Collections.Generic.IList`1[System.String]",
- "ProtocolTypes": "System.Collections.Generic.IList`1[System.String]",
- "Zones": "System.Collections.Generic.IList`1[System.String]",
- "SnapshotDirectoryVisible": "System.Nullable`1[System.Boolean]",
- "KerberosEnabled": "System.Nullable`1[System.Boolean]",
- "SmbEncryption": "System.Nullable`1[System.Boolean]",
- "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]",
- "Encrypted": "System.Nullable`1[System.Boolean]",
- "LdapEnabled": "System.Nullable`1[System.Boolean]",
- "DeleteBaseSnapshot": "System.Nullable`1[System.Boolean]",
- "CoolAccess": "System.Nullable`1[System.Boolean]",
- "IsDefaultQuotaEnabled": "System.Nullable`1[System.Boolean]",
- "IsRestoring": "System.Nullable`1[System.Boolean]",
- "IsLargeVolume": "System.Nullable`1[System.Boolean]",
- "ThroughputMibps": "System.Nullable`1[System.Double]",
- "CoolnessPeriod": "System.Nullable`1[System.Int32]",
- "CloneProgress": "System.Nullable`1[System.Int32]",
- "DefaultGroupQuotaInKiBs": "System.Nullable`1[System.Int64]",
- "UsageThreshold": "System.Nullable`1[System.Int64]",
- "MaximumNumberOfFiles": "System.Nullable`1[System.Int64]",
- "DefaultUserQuotaInKiBs": "System.Nullable`1[System.Int64]",
- "MountTargets": "System.Object",
- "Tags": "System.Object",
- "VolumeSpecName": "System.String",
- "FileAccessLogs": "System.String",
- "NetworkSiblingSetId": "System.String",
- "SmbNonBrowsable": "System.String",
- "StorageToNetworkProximity": "System.String",
- "KeyVaultPrivateEndpointResourceId": "System.String",
- "VolumeGroupName": "System.String",
- "EnableSubvolumes": "System.String",
- "CapacityPoolResourceId": "System.String",
- "ProximityPlacementGroup": "System.String",
- "SmbAccessBasedEnumeration": "System.String",
- "T2Network": "System.String",
- "EncryptionKeySource": "System.String",
- "AvsDataStore": "System.String",
- "Location": "System.String",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
- "Etag": "System.String",
- "ProvisioningState": "System.String",
- "FileSystemId": "System.String",
- "CreationToken": "System.String",
- "ServiceLevel": "System.String",
- "SnapshotId": "System.String",
- "BaremetalTenantId": "System.String",
- "SubnetId": "System.String",
- "VolumeType": "System.String",
- "BackupId": "System.String",
- "SecurityStyle": "System.String",
- "ProvisionedAvailabilityZone": "System.String",
- "UnixPermission": "System.String",
- "NetworkFeatures": "System.String",
- "ResourceGroupName": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": true,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "VolumeQuotaRuleName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Tag",
- "AliasList": [
- "Tags"
- ],
- "Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "QuotaSize",
- "Type": {
- "Namespace": "System",
- "Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "QuotaType",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "QuotaTarget",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "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
- }
- ]
- }
- ],
- "AliasList": [
- "New-AnfVolumeQuotaRule"
- ]
- },
- {
- "VerbName": "Remove",
- "NounName": "AzNetAppFilesAccount",
- "Name": "Remove-AzNetAppFilesAccount",
- "ClassName": "Microsoft.Azure.Commands.NetAppFiles.Account.RemoveAzureRmNetAppFilesAccount",
- "SupportsShouldProcess": true,
- "ConfirmImpact": 2,
- "SupportsPaging": false,
- "DefaultParameterSetName": "ByFieldsParameterSet",
- "OutputTypes": [
- {
- "Type": {
- "Namespace": "System",
- "Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.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=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "Name",
- "AliasList": [
- "AccountName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "ResourceId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "InputObject",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "Identity": "Microsoft.Azure.Commands.NetAppFiles.Models.PSManagedServiceIdentity",
- "Encryption": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccountEncryption",
- "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData",
- "ActiveDirectories": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory]",
- "DisableShowmount": "System.Nullable`1[System.Boolean]",
- "Tags": "System.Object",
- "ResourceGroupName": "System.String",
- "Location": "System.String",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
- "Etag": "System.String",
- "ProvisioningState": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "PassThru",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- }
- ],
- "ParameterSets": [
- {
- "Name": "ByFieldsParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "AccountName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "PassThru",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "ByResourceIdParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ResourceId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
- {
- "ParameterMetadata": {
- "Name": "PassThru",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "ByObjectParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "InputObject",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "Identity": "Microsoft.Azure.Commands.NetAppFiles.Models.PSManagedServiceIdentity",
- "Encryption": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccountEncryption",
- "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData",
- "ActiveDirectories": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory]",
- "DisableShowmount": "System.Nullable`1[System.Boolean]",
- "Tags": "System.Object",
- "ResourceGroupName": "System.String",
- "Location": "System.String",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
- "Etag": "System.String",
- "ProvisioningState": "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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- }
- ],
- "AliasList": [
- "Remove-AnfAccount"
- ]
- },
- {
- "VerbName": "Remove",
- "NounName": "AzNetAppFilesActiveDirectory",
- "Name": "Remove-AzNetAppFilesActiveDirectory",
- "ClassName": "Microsoft.Azure.Commands.NetAppFiles.ActiveDirectory.RemoveAzureRmNetAppFilesActiveDirectory",
- "SupportsShouldProcess": true,
- "ConfirmImpact": 2,
- "SupportsPaging": false,
- "DefaultParameterSetName": "ByFieldsParameterSet",
- "OutputTypes": [
- {
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "LdapSearchScope": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesLdapSearchScopeOpt",
- "BackupOperators": "System.Collections.Generic.IList`1[System.String]",
- "Administrators": "System.Collections.Generic.IList`1[System.String]",
- "SecurityOperators": "System.Collections.Generic.IList`1[System.String]",
- "PreferredServersForLdapClient": "System.Collections.Generic.List`1[System.String]",
- "EncryptDCConnections": "System.Nullable`1[System.Boolean]",
- "AllowLocalNfsUsersWithLdap": "System.Nullable`1[System.Boolean]",
- "LdapOverTLS": "System.Nullable`1[System.Boolean]",
- "LdapSigning": "System.Nullable`1[System.Boolean]",
- "AesEncryption": "System.Nullable`1[System.Boolean]",
- "Domain": "System.String",
- "AccountName": "System.String",
- "ActiveDirectoryId": "System.String",
- "ServerRootCACertificate": "System.String",
- "AdName": "System.String",
- "KdcIP": "System.String",
- "Username": "System.String",
- "Site": "System.String",
- "OrganizationalUnit": "System.String",
- "SmbServerName": "System.String",
- "StatusDetails": "System.String",
- "Status": "System.String",
- "Dns": "System.String",
- "Password": "System.String",
- "ResourceGroupName": "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"
- ]
- }
- ],
- "Parameters": [
- {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "AccountName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "ActiveDirectoryId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "AccountObject",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "Identity": "Microsoft.Azure.Commands.NetAppFiles.Models.PSManagedServiceIdentity",
- "Encryption": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccountEncryption",
- "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData",
- "ActiveDirectories": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory]",
- "DisableShowmount": "System.Nullable`1[System.Boolean]",
- "Tags": "System.Object",
- "ResourceGroupName": "System.String",
- "Location": "System.String",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
- "Etag": "System.String",
- "ProvisioningState": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "InputObject",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "LdapSearchScope": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesLdapSearchScopeOpt",
- "BackupOperators": "System.Collections.Generic.IList`1[System.String]",
- "Administrators": "System.Collections.Generic.IList`1[System.String]",
- "SecurityOperators": "System.Collections.Generic.IList`1[System.String]",
- "PreferredServersForLdapClient": "System.Collections.Generic.List`1[System.String]",
- "EncryptDCConnections": "System.Nullable`1[System.Boolean]",
- "AllowLocalNfsUsersWithLdap": "System.Nullable`1[System.Boolean]",
- "LdapOverTLS": "System.Nullable`1[System.Boolean]",
- "LdapSigning": "System.Nullable`1[System.Boolean]",
- "AesEncryption": "System.Nullable`1[System.Boolean]",
- "Domain": "System.String",
- "AccountName": "System.String",
- "ActiveDirectoryId": "System.String",
- "ServerRootCACertificate": "System.String",
- "AdName": "System.String",
- "KdcIP": "System.String",
- "Username": "System.String",
- "Site": "System.String",
- "OrganizationalUnit": "System.String",
- "SmbServerName": "System.String",
- "StatusDetails": "System.String",
- "Status": "System.String",
- "Dns": "System.String",
- "Password": "System.String",
- "ResourceGroupName": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "PassThru",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- }
- ],
- "ParameterSets": [
- {
- "Name": "ByFieldsParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "AccountName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ActiveDirectoryId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "PassThru",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "ByParentObjectParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ActiveDirectoryId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "AccountObject",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "Identity": "Microsoft.Azure.Commands.NetAppFiles.Models.PSManagedServiceIdentity",
- "Encryption": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccountEncryption",
- "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData",
- "ActiveDirectories": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory]",
- "DisableShowmount": "System.Nullable`1[System.Boolean]",
- "Tags": "System.Object",
- "ResourceGroupName": "System.String",
- "Location": "System.String",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
- "Etag": "System.String",
- "ProvisioningState": "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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "ByObjectParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "InputObject",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "LdapSearchScope": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesLdapSearchScopeOpt",
- "BackupOperators": "System.Collections.Generic.IList`1[System.String]",
- "Administrators": "System.Collections.Generic.IList`1[System.String]",
- "SecurityOperators": "System.Collections.Generic.IList`1[System.String]",
- "PreferredServersForLdapClient": "System.Collections.Generic.List`1[System.String]",
- "EncryptDCConnections": "System.Nullable`1[System.Boolean]",
- "AllowLocalNfsUsersWithLdap": "System.Nullable`1[System.Boolean]",
- "LdapOverTLS": "System.Nullable`1[System.Boolean]",
- "LdapSigning": "System.Nullable`1[System.Boolean]",
- "AesEncryption": "System.Nullable`1[System.Boolean]",
- "Domain": "System.String",
- "AccountName": "System.String",
- "ActiveDirectoryId": "System.String",
- "ServerRootCACertificate": "System.String",
- "AdName": "System.String",
- "KdcIP": "System.String",
- "Username": "System.String",
- "Site": "System.String",
- "OrganizationalUnit": "System.String",
- "SmbServerName": "System.String",
- "StatusDetails": "System.String",
- "Status": "System.String",
- "Dns": "System.String",
- "Password": "System.String",
- "ResourceGroupName": "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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- }
- ],
- "AliasList": [
- "Remove-AnfActiveDirectory"
- ]
- },
- {
- "VerbName": "Remove",
- "NounName": "AzNetAppFilesBackup",
- "Name": "Remove-AzNetAppFilesBackup",
- "ClassName": "Microsoft.Azure.Commands.NetAppFiles.Backup.RemoveAzureRmNetAppFilesBackup",
- "SupportsShouldProcess": true,
- "ConfirmImpact": 2,
- "SupportsPaging": false,
- "DefaultParameterSetName": "ByFieldsParameterSet",
- "OutputTypes": [
- {
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackup",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackup, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "UseExistingSnapshot": "System.Nullable`1[System.Boolean]",
- "CreationDate": "System.Nullable`1[System.DateTime]",
- "Size": "System.Nullable`1[System.Int64]",
- "ResourceGroupName": "System.String",
- "Location": "System.String",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
- "BackupId": "System.String",
- "Label": "System.String",
- "BackupType": "System.String",
- "ProvisioningState": "System.String",
- "VolumeName": "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"
- ]
- }
- ],
- "Parameters": [
- {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "AccountName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "PoolName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "VolumeName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "Name",
- "AliasList": [
- "BackupName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "AccountBackupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "ResourceId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "VolumeObject",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection",
- "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy",
- "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData",
- "PlacementRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSKeyValuePairs]",
- "DataStoreResourceId": "System.Collections.Generic.IList`1[System.String]",
- "ProtocolTypes": "System.Collections.Generic.IList`1[System.String]",
- "Zones": "System.Collections.Generic.IList`1[System.String]",
- "SnapshotDirectoryVisible": "System.Nullable`1[System.Boolean]",
- "KerberosEnabled": "System.Nullable`1[System.Boolean]",
- "SmbEncryption": "System.Nullable`1[System.Boolean]",
- "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]",
- "Encrypted": "System.Nullable`1[System.Boolean]",
- "LdapEnabled": "System.Nullable`1[System.Boolean]",
- "DeleteBaseSnapshot": "System.Nullable`1[System.Boolean]",
- "CoolAccess": "System.Nullable`1[System.Boolean]",
- "IsDefaultQuotaEnabled": "System.Nullable`1[System.Boolean]",
- "IsRestoring": "System.Nullable`1[System.Boolean]",
- "IsLargeVolume": "System.Nullable`1[System.Boolean]",
- "ThroughputMibps": "System.Nullable`1[System.Double]",
- "CoolnessPeriod": "System.Nullable`1[System.Int32]",
- "CloneProgress": "System.Nullable`1[System.Int32]",
- "DefaultGroupQuotaInKiBs": "System.Nullable`1[System.Int64]",
- "UsageThreshold": "System.Nullable`1[System.Int64]",
- "MaximumNumberOfFiles": "System.Nullable`1[System.Int64]",
- "DefaultUserQuotaInKiBs": "System.Nullable`1[System.Int64]",
- "MountTargets": "System.Object",
- "Tags": "System.Object",
- "VolumeSpecName": "System.String",
- "FileAccessLogs": "System.String",
- "NetworkSiblingSetId": "System.String",
- "SmbNonBrowsable": "System.String",
- "StorageToNetworkProximity": "System.String",
- "KeyVaultPrivateEndpointResourceId": "System.String",
- "VolumeGroupName": "System.String",
- "EnableSubvolumes": "System.String",
- "CapacityPoolResourceId": "System.String",
- "ProximityPlacementGroup": "System.String",
- "SmbAccessBasedEnumeration": "System.String",
- "T2Network": "System.String",
- "EncryptionKeySource": "System.String",
- "AvsDataStore": "System.String",
- "Location": "System.String",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
- "Etag": "System.String",
- "ProvisioningState": "System.String",
- "FileSystemId": "System.String",
- "CreationToken": "System.String",
- "ServiceLevel": "System.String",
- "SnapshotId": "System.String",
- "BaremetalTenantId": "System.String",
- "SubnetId": "System.String",
- "VolumeType": "System.String",
- "BackupId": "System.String",
- "SecurityStyle": "System.String",
- "ProvisionedAvailabilityZone": "System.String",
- "UnixPermission": "System.String",
- "NetworkFeatures": "System.String",
- "ResourceGroupName": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "InputObject",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackup",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackup, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "UseExistingSnapshot": "System.Nullable`1[System.Boolean]",
- "CreationDate": "System.Nullable`1[System.DateTime]",
- "Size": "System.Nullable`1[System.Int64]",
- "ResourceGroupName": "System.String",
- "Location": "System.String",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
- "BackupId": "System.String",
- "Label": "System.String",
- "BackupType": "System.String",
- "ProvisioningState": "System.String",
- "VolumeName": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "PassThru",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- }
- ],
- "ParameterSets": [
- {
- "Name": "ByFieldsParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "AccountName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "PoolName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "VolumeName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "BackupName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "PassThru",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "ByAccountBackupFieldsParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "AccountName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "AccountBackupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "PassThru",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "ByParentObjectParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "BackupName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "VolumeObject",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection",
- "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy",
- "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData",
- "PlacementRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSKeyValuePairs]",
- "DataStoreResourceId": "System.Collections.Generic.IList`1[System.String]",
- "ProtocolTypes": "System.Collections.Generic.IList`1[System.String]",
- "Zones": "System.Collections.Generic.IList`1[System.String]",
- "SnapshotDirectoryVisible": "System.Nullable`1[System.Boolean]",
- "KerberosEnabled": "System.Nullable`1[System.Boolean]",
- "SmbEncryption": "System.Nullable`1[System.Boolean]",
- "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]",
- "Encrypted": "System.Nullable`1[System.Boolean]",
- "LdapEnabled": "System.Nullable`1[System.Boolean]",
- "DeleteBaseSnapshot": "System.Nullable`1[System.Boolean]",
- "CoolAccess": "System.Nullable`1[System.Boolean]",
- "IsDefaultQuotaEnabled": "System.Nullable`1[System.Boolean]",
- "IsRestoring": "System.Nullable`1[System.Boolean]",
- "IsLargeVolume": "System.Nullable`1[System.Boolean]",
- "ThroughputMibps": "System.Nullable`1[System.Double]",
- "CoolnessPeriod": "System.Nullable`1[System.Int32]",
- "CloneProgress": "System.Nullable`1[System.Int32]",
- "DefaultGroupQuotaInKiBs": "System.Nullable`1[System.Int64]",
- "UsageThreshold": "System.Nullable`1[System.Int64]",
- "MaximumNumberOfFiles": "System.Nullable`1[System.Int64]",
- "DefaultUserQuotaInKiBs": "System.Nullable`1[System.Int64]",
- "MountTargets": "System.Object",
- "Tags": "System.Object",
- "VolumeSpecName": "System.String",
- "FileAccessLogs": "System.String",
- "NetworkSiblingSetId": "System.String",
- "SmbNonBrowsable": "System.String",
- "StorageToNetworkProximity": "System.String",
- "KeyVaultPrivateEndpointResourceId": "System.String",
- "VolumeGroupName": "System.String",
- "EnableSubvolumes": "System.String",
- "CapacityPoolResourceId": "System.String",
- "ProximityPlacementGroup": "System.String",
- "SmbAccessBasedEnumeration": "System.String",
- "T2Network": "System.String",
- "EncryptionKeySource": "System.String",
- "AvsDataStore": "System.String",
- "Location": "System.String",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
- "Etag": "System.String",
- "ProvisioningState": "System.String",
- "FileSystemId": "System.String",
- "CreationToken": "System.String",
- "ServiceLevel": "System.String",
- "SnapshotId": "System.String",
- "BaremetalTenantId": "System.String",
- "SubnetId": "System.String",
- "VolumeType": "System.String",
- "BackupId": "System.String",
- "SecurityStyle": "System.String",
- "ProvisionedAvailabilityZone": "System.String",
- "UnixPermission": "System.String",
- "NetworkFeatures": "System.String",
- "ResourceGroupName": "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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "ByResourceIdParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ResourceId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
- {
- "ParameterMetadata": {
- "Name": "PassThru",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "ByObjectParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "InputObject",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackup",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackup, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "UseExistingSnapshot": "System.Nullable`1[System.Boolean]",
- "CreationDate": "System.Nullable`1[System.DateTime]",
- "Size": "System.Nullable`1[System.Int64]",
- "ResourceGroupName": "System.String",
- "Location": "System.String",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
- "BackupId": "System.String",
- "Label": "System.String",
- "BackupType": "System.String",
- "ProvisioningState": "System.String",
- "VolumeName": "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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- }
- ],
- "AliasList": [
- "Remove-AnfBackup"
- ]
- },
- {
- "VerbName": "Remove",
- "NounName": "AzNetAppFilesBackupPolicy",
- "Name": "Remove-AzNetAppFilesBackupPolicy",
- "ClassName": "Microsoft.Azure.Commands.NetAppFiles.BackupPolicy.RemoveAzureRmNetAppFilesBackupPolicy",
- "SupportsShouldProcess": true,
- "ConfirmImpact": 2,
- "SupportsPaging": false,
- "DefaultParameterSetName": "ByFieldsParameterSet",
- "OutputTypes": [
- {
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackupPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackupPolicy, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData",
- "VolumeBackups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeBackup]",
- "Enabled": "System.Nullable`1[System.Boolean]",
- "VolumesAssigned": "System.Nullable`1[System.Int32]",
- "MonthlyBackupsToKeep": "System.Nullable`1[System.Int32]",
- "WeeklyBackupsToKeep": "System.Nullable`1[System.Int32]",
- "DailyBackupsToKeep": "System.Nullable`1[System.Int32]",
- "Tags": "System.Object",
- "ResourceGroupName": "System.String",
- "Location": "System.String",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
- "Etag": "System.String",
- "BackupPolicyId": "System.String",
- "ProvisioningState": "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"
- ]
- }
- ],
- "Parameters": [
- {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "AccountName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "Name",
- "AliasList": [
- "BackupPolicyName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "AccountObject",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "Identity": "Microsoft.Azure.Commands.NetAppFiles.Models.PSManagedServiceIdentity",
- "Encryption": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccountEncryption",
- "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData",
- "ActiveDirectories": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory]",
- "DisableShowmount": "System.Nullable`1[System.Boolean]",
- "Tags": "System.Object",
- "ResourceGroupName": "System.String",
- "Location": "System.String",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
- "Etag": "System.String",
- "ProvisioningState": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "ResourceId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "InputObject",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackupPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackupPolicy, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData",
- "VolumeBackups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeBackup]",
- "Enabled": "System.Nullable`1[System.Boolean]",
- "VolumesAssigned": "System.Nullable`1[System.Int32]",
- "MonthlyBackupsToKeep": "System.Nullable`1[System.Int32]",
- "WeeklyBackupsToKeep": "System.Nullable`1[System.Int32]",
- "DailyBackupsToKeep": "System.Nullable`1[System.Int32]",
- "Tags": "System.Object",
- "ResourceGroupName": "System.String",
- "Location": "System.String",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
- "Etag": "System.String",
- "BackupPolicyId": "System.String",
- "ProvisioningState": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "PassThru",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- }
- ],
- "ParameterSets": [
- {
- "Name": "ByFieldsParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "AccountName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "BackupPolicyName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "PassThru",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "ByParentObjectParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "BackupPolicyName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "AccountObject",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "Identity": "Microsoft.Azure.Commands.NetAppFiles.Models.PSManagedServiceIdentity",
- "Encryption": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccountEncryption",
- "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData",
- "ActiveDirectories": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory]",
- "DisableShowmount": "System.Nullable`1[System.Boolean]",
- "Tags": "System.Object",
- "ResourceGroupName": "System.String",
- "Location": "System.String",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
- "Etag": "System.String",
- "ProvisioningState": "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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "ByResourceIdParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ResourceId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
- {
- "ParameterMetadata": {
- "Name": "PassThru",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "ByObjectParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "InputObject",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackupPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackupPolicy, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData",
- "VolumeBackups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeBackup]",
- "Enabled": "System.Nullable`1[System.Boolean]",
- "VolumesAssigned": "System.Nullable`1[System.Int32]",
- "MonthlyBackupsToKeep": "System.Nullable`1[System.Int32]",
- "WeeklyBackupsToKeep": "System.Nullable`1[System.Int32]",
- "DailyBackupsToKeep": "System.Nullable`1[System.Int32]",
- "Tags": "System.Object",
- "ResourceGroupName": "System.String",
- "Location": "System.String",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
- "Etag": "System.String",
- "BackupPolicyId": "System.String",
- "ProvisioningState": "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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- }
- ],
- "AliasList": [
- "Remove-AnfBackupPolicy"
- ]
- },
- {
- "VerbName": "Remove",
- "NounName": "AzNetAppFilesPool",
- "Name": "Remove-AzNetAppFilesPool",
- "ClassName": "Microsoft.Azure.Commands.NetAppFiles.Pool.RemoveAzureRmNetAppFilesPool",
- "SupportsShouldProcess": true,
- "ConfirmImpact": 2,
- "SupportsPaging": false,
- "DefaultParameterSetName": "ByFieldsParameterSet",
- "OutputTypes": [
- {
- "Type": {
- "Namespace": "System",
- "Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.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=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "AccountName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "Name",
- "AliasList": [
- "PoolName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "ResourceId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "AccountObject",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "Identity": "Microsoft.Azure.Commands.NetAppFiles.Models.PSManagedServiceIdentity",
- "Encryption": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccountEncryption",
- "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData",
- "ActiveDirectories": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory]",
- "DisableShowmount": "System.Nullable`1[System.Boolean]",
- "Tags": "System.Object",
- "ResourceGroupName": "System.String",
- "Location": "System.String",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
- "Etag": "System.String",
- "ProvisioningState": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "InputObject",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesPool",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesPool, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData",
- "CoolAccess": "System.Nullable`1[System.Boolean]",
- "UtilizedThroughputMibps": "System.Nullable`1[System.Double]",
- "TotalThroughputMibps": "System.Nullable`1[System.Double]",
- "Size": "System.Nullable`1[System.Int64]",
- "Tags": "System.Object",
- "Etag": "System.String",
- "PoolId": "System.String",
- "EncryptionType": "System.String",
- "ServiceLevel": "System.String",
- "ProvisioningState": "System.String",
- "Name": "System.String",
- "Id": "System.String",
- "QosType": "System.String",
- "Location": "System.String",
- "Type": "System.String",
- "ResourceGroupName": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "PassThru",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- }
- ],
- "ParameterSets": [
- {
- "Name": "ByFieldsParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "AccountName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "PoolName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "PassThru",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "ByParentObjectParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "PoolName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "AccountObject",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "Identity": "Microsoft.Azure.Commands.NetAppFiles.Models.PSManagedServiceIdentity",
- "Encryption": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccountEncryption",
- "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData",
- "ActiveDirectories": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory]",
- "DisableShowmount": "System.Nullable`1[System.Boolean]",
- "Tags": "System.Object",
- "ResourceGroupName": "System.String",
- "Location": "System.String",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
- "Etag": "System.String",
- "ProvisioningState": "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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "ByResourceIdParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ResourceId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
- {
- "ParameterMetadata": {
- "Name": "PassThru",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "ByObjectParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "InputObject",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesPool",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesPool, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData",
- "CoolAccess": "System.Nullable`1[System.Boolean]",
- "UtilizedThroughputMibps": "System.Nullable`1[System.Double]",
- "TotalThroughputMibps": "System.Nullable`1[System.Double]",
- "Size": "System.Nullable`1[System.Int64]",
- "Tags": "System.Object",
- "Etag": "System.String",
- "PoolId": "System.String",
- "EncryptionType": "System.String",
- "ServiceLevel": "System.String",
- "ProvisioningState": "System.String",
- "Name": "System.String",
- "Id": "System.String",
- "QosType": "System.String",
- "Location": "System.String",
- "Type": "System.String",
- "ResourceGroupName": "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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- }
- ],
- "AliasList": [
- "Remove-AnfPool"
- ]
- },
- {
- "VerbName": "Remove",
- "NounName": "AzNetAppFilesReplication",
- "Name": "Remove-AzNetAppFilesReplication",
- "ClassName": "Microsoft.Azure.Commands.NetAppFiles.Replication.RemoveAzureRmNetAppFilesReplication",
- "SupportsShouldProcess": true,
- "ConfirmImpact": 2,
- "SupportsPaging": false,
- "DefaultParameterSetName": "ByFieldsParameterSet",
- "OutputTypes": [
- {
- "Type": {
- "Namespace": "System",
- "Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.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=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "AccountName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "PoolName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "Name",
- "AliasList": [
- "VolumeName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "ResourceId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "InputObject",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection",
- "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy",
- "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData",
- "PlacementRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSKeyValuePairs]",
- "DataStoreResourceId": "System.Collections.Generic.IList`1[System.String]",
- "ProtocolTypes": "System.Collections.Generic.IList`1[System.String]",
- "Zones": "System.Collections.Generic.IList`1[System.String]",
- "SnapshotDirectoryVisible": "System.Nullable`1[System.Boolean]",
- "KerberosEnabled": "System.Nullable`1[System.Boolean]",
- "SmbEncryption": "System.Nullable`1[System.Boolean]",
- "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]",
- "Encrypted": "System.Nullable`1[System.Boolean]",
- "LdapEnabled": "System.Nullable`1[System.Boolean]",
- "DeleteBaseSnapshot": "System.Nullable`1[System.Boolean]",
- "CoolAccess": "System.Nullable`1[System.Boolean]",
- "IsDefaultQuotaEnabled": "System.Nullable`1[System.Boolean]",
- "IsRestoring": "System.Nullable`1[System.Boolean]",
- "IsLargeVolume": "System.Nullable`1[System.Boolean]",
- "ThroughputMibps": "System.Nullable`1[System.Double]",
- "CoolnessPeriod": "System.Nullable`1[System.Int32]",
- "CloneProgress": "System.Nullable`1[System.Int32]",
- "DefaultGroupQuotaInKiBs": "System.Nullable`1[System.Int64]",
- "UsageThreshold": "System.Nullable`1[System.Int64]",
- "MaximumNumberOfFiles": "System.Nullable`1[System.Int64]",
- "DefaultUserQuotaInKiBs": "System.Nullable`1[System.Int64]",
- "MountTargets": "System.Object",
- "Tags": "System.Object",
- "VolumeSpecName": "System.String",
- "FileAccessLogs": "System.String",
- "NetworkSiblingSetId": "System.String",
- "SmbNonBrowsable": "System.String",
- "StorageToNetworkProximity": "System.String",
- "KeyVaultPrivateEndpointResourceId": "System.String",
- "VolumeGroupName": "System.String",
- "EnableSubvolumes": "System.String",
- "CapacityPoolResourceId": "System.String",
- "ProximityPlacementGroup": "System.String",
- "SmbAccessBasedEnumeration": "System.String",
- "T2Network": "System.String",
- "EncryptionKeySource": "System.String",
- "AvsDataStore": "System.String",
- "Location": "System.String",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
- "Etag": "System.String",
- "ProvisioningState": "System.String",
- "FileSystemId": "System.String",
- "CreationToken": "System.String",
- "ServiceLevel": "System.String",
- "SnapshotId": "System.String",
- "BaremetalTenantId": "System.String",
- "SubnetId": "System.String",
- "VolumeType": "System.String",
- "BackupId": "System.String",
- "SecurityStyle": "System.String",
- "ProvisionedAvailabilityZone": "System.String",
- "UnixPermission": "System.String",
- "NetworkFeatures": "System.String",
- "ResourceGroupName": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "PassThru",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- }
- ],
- "ParameterSets": [
- {
- "Name": "ByFieldsParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "AccountName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "PoolName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "VolumeName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "PassThru",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "ByResourceIdParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ResourceId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
- {
- "ParameterMetadata": {
- "Name": "PassThru",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "ByObjectParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "InputObject",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection",
- "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy",
- "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData",
- "PlacementRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSKeyValuePairs]",
- "DataStoreResourceId": "System.Collections.Generic.IList`1[System.String]",
- "ProtocolTypes": "System.Collections.Generic.IList`1[System.String]",
- "Zones": "System.Collections.Generic.IList`1[System.String]",
- "SnapshotDirectoryVisible": "System.Nullable`1[System.Boolean]",
- "KerberosEnabled": "System.Nullable`1[System.Boolean]",
- "SmbEncryption": "System.Nullable`1[System.Boolean]",
- "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]",
- "Encrypted": "System.Nullable`1[System.Boolean]",
- "LdapEnabled": "System.Nullable`1[System.Boolean]",
- "DeleteBaseSnapshot": "System.Nullable`1[System.Boolean]",
- "CoolAccess": "System.Nullable`1[System.Boolean]",
- "IsDefaultQuotaEnabled": "System.Nullable`1[System.Boolean]",
- "IsRestoring": "System.Nullable`1[System.Boolean]",
- "IsLargeVolume": "System.Nullable`1[System.Boolean]",
- "ThroughputMibps": "System.Nullable`1[System.Double]",
- "CoolnessPeriod": "System.Nullable`1[System.Int32]",
- "CloneProgress": "System.Nullable`1[System.Int32]",
- "DefaultGroupQuotaInKiBs": "System.Nullable`1[System.Int64]",
- "UsageThreshold": "System.Nullable`1[System.Int64]",
- "MaximumNumberOfFiles": "System.Nullable`1[System.Int64]",
- "DefaultUserQuotaInKiBs": "System.Nullable`1[System.Int64]",
- "MountTargets": "System.Object",
- "Tags": "System.Object",
- "VolumeSpecName": "System.String",
- "FileAccessLogs": "System.String",
- "NetworkSiblingSetId": "System.String",
- "SmbNonBrowsable": "System.String",
- "StorageToNetworkProximity": "System.String",
- "KeyVaultPrivateEndpointResourceId": "System.String",
- "VolumeGroupName": "System.String",
- "EnableSubvolumes": "System.String",
- "CapacityPoolResourceId": "System.String",
- "ProximityPlacementGroup": "System.String",
- "SmbAccessBasedEnumeration": "System.String",
- "T2Network": "System.String",
- "EncryptionKeySource": "System.String",
- "AvsDataStore": "System.String",
- "Location": "System.String",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
- "Etag": "System.String",
- "ProvisioningState": "System.String",
- "FileSystemId": "System.String",
- "CreationToken": "System.String",
- "ServiceLevel": "System.String",
- "SnapshotId": "System.String",
- "BaremetalTenantId": "System.String",
- "SubnetId": "System.String",
- "VolumeType": "System.String",
- "BackupId": "System.String",
- "SecurityStyle": "System.String",
- "ProvisionedAvailabilityZone": "System.String",
- "UnixPermission": "System.String",
- "NetworkFeatures": "System.String",
- "ResourceGroupName": "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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- }
- ],
- "AliasList": [
- "Remove-AnfReplication"
- ]
- },
- {
- "VerbName": "Remove",
- "NounName": "AzNetAppFilesSnapshot",
- "Name": "Remove-AzNetAppFilesSnapshot",
- "ClassName": "Microsoft.Azure.Commands.NetAppFiles.Snapshot.RemoveAzureRmNetAppFilesSnapshot",
- "SupportsShouldProcess": true,
- "ConfirmImpact": 2,
- "SupportsPaging": false,
- "DefaultParameterSetName": "ByFieldsParameterSet",
- "OutputTypes": [
- {
- "Type": {
- "Namespace": "System",
- "Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.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=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "AccountName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "PoolName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "VolumeName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "Name",
- "AliasList": [
- "SnapshotName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "ResourceId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "VolumeObject",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection",
- "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy",
- "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData",
- "PlacementRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSKeyValuePairs]",
- "DataStoreResourceId": "System.Collections.Generic.IList`1[System.String]",
- "ProtocolTypes": "System.Collections.Generic.IList`1[System.String]",
- "Zones": "System.Collections.Generic.IList`1[System.String]",
- "SnapshotDirectoryVisible": "System.Nullable`1[System.Boolean]",
- "KerberosEnabled": "System.Nullable`1[System.Boolean]",
- "SmbEncryption": "System.Nullable`1[System.Boolean]",
- "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]",
- "Encrypted": "System.Nullable`1[System.Boolean]",
- "LdapEnabled": "System.Nullable`1[System.Boolean]",
- "DeleteBaseSnapshot": "System.Nullable`1[System.Boolean]",
- "CoolAccess": "System.Nullable`1[System.Boolean]",
- "IsDefaultQuotaEnabled": "System.Nullable`1[System.Boolean]",
- "IsRestoring": "System.Nullable`1[System.Boolean]",
- "IsLargeVolume": "System.Nullable`1[System.Boolean]",
- "ThroughputMibps": "System.Nullable`1[System.Double]",
- "CoolnessPeriod": "System.Nullable`1[System.Int32]",
- "CloneProgress": "System.Nullable`1[System.Int32]",
- "DefaultGroupQuotaInKiBs": "System.Nullable`1[System.Int64]",
- "UsageThreshold": "System.Nullable`1[System.Int64]",
- "MaximumNumberOfFiles": "System.Nullable`1[System.Int64]",
- "DefaultUserQuotaInKiBs": "System.Nullable`1[System.Int64]",
- "MountTargets": "System.Object",
- "Tags": "System.Object",
- "VolumeSpecName": "System.String",
- "FileAccessLogs": "System.String",
- "NetworkSiblingSetId": "System.String",
- "SmbNonBrowsable": "System.String",
- "StorageToNetworkProximity": "System.String",
- "KeyVaultPrivateEndpointResourceId": "System.String",
- "VolumeGroupName": "System.String",
- "EnableSubvolumes": "System.String",
- "CapacityPoolResourceId": "System.String",
- "ProximityPlacementGroup": "System.String",
- "SmbAccessBasedEnumeration": "System.String",
- "T2Network": "System.String",
- "EncryptionKeySource": "System.String",
- "AvsDataStore": "System.String",
- "Location": "System.String",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
- "Etag": "System.String",
- "ProvisioningState": "System.String",
- "FileSystemId": "System.String",
- "CreationToken": "System.String",
- "ServiceLevel": "System.String",
- "SnapshotId": "System.String",
- "BaremetalTenantId": "System.String",
- "SubnetId": "System.String",
- "VolumeType": "System.String",
- "BackupId": "System.String",
- "SecurityStyle": "System.String",
- "ProvisionedAvailabilityZone": "System.String",
- "UnixPermission": "System.String",
- "NetworkFeatures": "System.String",
- "ResourceGroupName": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "InputObject",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesSnapshot",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesSnapshot, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "Created": "System.Nullable`1[System.DateTime]",
- "ResourceGroupName": "System.String",
- "Location": "System.String",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
- "SnapshotId": "System.String",
- "ProvisioningState": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "PassThru",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- }
- ],
- "ParameterSets": [
- {
- "Name": "ByFieldsParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "AccountName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "PoolName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "VolumeName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "SnapshotName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "PassThru",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "ByResourceIdParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ResourceId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
- {
- "ParameterMetadata": {
- "Name": "PassThru",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "ByParentObjectParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "VolumeObject",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection",
- "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy",
- "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData",
- "PlacementRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSKeyValuePairs]",
- "DataStoreResourceId": "System.Collections.Generic.IList`1[System.String]",
- "ProtocolTypes": "System.Collections.Generic.IList`1[System.String]",
- "Zones": "System.Collections.Generic.IList`1[System.String]",
- "SnapshotDirectoryVisible": "System.Nullable`1[System.Boolean]",
- "KerberosEnabled": "System.Nullable`1[System.Boolean]",
- "SmbEncryption": "System.Nullable`1[System.Boolean]",
- "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]",
- "Encrypted": "System.Nullable`1[System.Boolean]",
- "LdapEnabled": "System.Nullable`1[System.Boolean]",
- "DeleteBaseSnapshot": "System.Nullable`1[System.Boolean]",
- "CoolAccess": "System.Nullable`1[System.Boolean]",
- "IsDefaultQuotaEnabled": "System.Nullable`1[System.Boolean]",
- "IsRestoring": "System.Nullable`1[System.Boolean]",
- "IsLargeVolume": "System.Nullable`1[System.Boolean]",
- "ThroughputMibps": "System.Nullable`1[System.Double]",
- "CoolnessPeriod": "System.Nullable`1[System.Int32]",
- "CloneProgress": "System.Nullable`1[System.Int32]",
- "DefaultGroupQuotaInKiBs": "System.Nullable`1[System.Int64]",
- "UsageThreshold": "System.Nullable`1[System.Int64]",
- "MaximumNumberOfFiles": "System.Nullable`1[System.Int64]",
- "DefaultUserQuotaInKiBs": "System.Nullable`1[System.Int64]",
- "MountTargets": "System.Object",
- "Tags": "System.Object",
- "VolumeSpecName": "System.String",
- "FileAccessLogs": "System.String",
- "NetworkSiblingSetId": "System.String",
- "SmbNonBrowsable": "System.String",
- "StorageToNetworkProximity": "System.String",
- "KeyVaultPrivateEndpointResourceId": "System.String",
- "VolumeGroupName": "System.String",
- "EnableSubvolumes": "System.String",
- "CapacityPoolResourceId": "System.String",
- "ProximityPlacementGroup": "System.String",
- "SmbAccessBasedEnumeration": "System.String",
- "T2Network": "System.String",
- "EncryptionKeySource": "System.String",
- "AvsDataStore": "System.String",
- "Location": "System.String",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
- "Etag": "System.String",
- "ProvisioningState": "System.String",
- "FileSystemId": "System.String",
- "CreationToken": "System.String",
- "ServiceLevel": "System.String",
- "SnapshotId": "System.String",
- "BaremetalTenantId": "System.String",
- "SubnetId": "System.String",
- "VolumeType": "System.String",
- "BackupId": "System.String",
- "SecurityStyle": "System.String",
- "ProvisionedAvailabilityZone": "System.String",
- "UnixPermission": "System.String",
- "NetworkFeatures": "System.String",
- "ResourceGroupName": "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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "ByObjectParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "InputObject",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesSnapshot",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesSnapshot, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "Created": "System.Nullable`1[System.DateTime]",
- "ResourceGroupName": "System.String",
- "Location": "System.String",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
- "SnapshotId": "System.String",
- "ProvisioningState": "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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- }
- ],
- "AliasList": [
- "Remove-AnfSnapshot"
- ]
- },
- {
- "VerbName": "Remove",
- "NounName": "AzNetAppFilesSnapshotPolicy",
- "Name": "Remove-AzNetAppFilesSnapshotPolicy",
- "ClassName": "Microsoft.Azure.Commands.NetAppFiles.SnapshotPolicy.RemoveAzureRmNetAppFilesSnapshotPolicy",
- "SupportsShouldProcess": true,
- "ConfirmImpact": 2,
- "SupportsPaging": false,
- "DefaultParameterSetName": "ByFieldsParameterSet",
- "OutputTypes": [
- {
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesSnapshotPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesSnapshotPolicy, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DailySchedule": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesDailySchedule",
- "HourlySchedule": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesHourlySchedule",
- "MonthlySchedule": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesMonthlySchedule",
- "WeeklySchedule": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesWeeklySchedule",
- "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData",
- "Enabled": "System.Nullable`1[System.Boolean]",
- "Tags": "System.Object",
- "ResourceGroupName": "System.String",
- "Location": "System.String",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
- "Etag": "System.String",
- "SnapshotPolicyId": "System.String",
- "ProvisioningState": "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"
- ]
- }
- ],
- "Parameters": [
- {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "AccountName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "Name",
- "AliasList": [
- "SnapshotPolicyName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "ResourceId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "AccountObject",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "Identity": "Microsoft.Azure.Commands.NetAppFiles.Models.PSManagedServiceIdentity",
- "Encryption": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccountEncryption",
- "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData",
- "ActiveDirectories": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory]",
- "DisableShowmount": "System.Nullable`1[System.Boolean]",
- "Tags": "System.Object",
- "ResourceGroupName": "System.String",
- "Location": "System.String",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
- "Etag": "System.String",
- "ProvisioningState": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "InputObject",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesSnapshotPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesSnapshotPolicy, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DailySchedule": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesDailySchedule",
- "HourlySchedule": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesHourlySchedule",
- "MonthlySchedule": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesMonthlySchedule",
- "WeeklySchedule": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesWeeklySchedule",
- "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData",
- "Enabled": "System.Nullable`1[System.Boolean]",
- "Tags": "System.Object",
- "ResourceGroupName": "System.String",
- "Location": "System.String",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
- "Etag": "System.String",
- "SnapshotPolicyId": "System.String",
- "ProvisioningState": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "PassThru",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- }
- ],
- "ParameterSets": [
- {
- "Name": "ByFieldsParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "AccountName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "SnapshotPolicyName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "PassThru",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "ByParentObjectParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "SnapshotPolicyName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "AccountObject",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "Identity": "Microsoft.Azure.Commands.NetAppFiles.Models.PSManagedServiceIdentity",
- "Encryption": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccountEncryption",
- "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData",
- "ActiveDirectories": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory]",
- "DisableShowmount": "System.Nullable`1[System.Boolean]",
- "Tags": "System.Object",
- "ResourceGroupName": "System.String",
- "Location": "System.String",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
- "Etag": "System.String",
- "ProvisioningState": "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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "ByResourceIdParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ResourceId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
- {
- "ParameterMetadata": {
- "Name": "PassThru",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "ByObjectParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "InputObject",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesSnapshotPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesSnapshotPolicy, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DailySchedule": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesDailySchedule",
- "HourlySchedule": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesHourlySchedule",
- "MonthlySchedule": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesMonthlySchedule",
- "WeeklySchedule": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesWeeklySchedule",
- "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData",
- "Enabled": "System.Nullable`1[System.Boolean]",
- "Tags": "System.Object",
- "ResourceGroupName": "System.String",
- "Location": "System.String",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
- "Etag": "System.String",
- "SnapshotPolicyId": "System.String",
- "ProvisioningState": "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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- }
- ],
- "AliasList": [
- "Remove-AnfSnapshotPolicy"
- ]
- },
- {
- "VerbName": "Remove",
- "NounName": "AzNetAppFilesSubvolume",
- "Name": "Remove-AzNetAppFilesSubvolume",
- "ClassName": "Microsoft.Azure.Commands.NetAppFiles.Backup.RemoveAzureRmNetAppFilesSubvolume",
- "SupportsShouldProcess": true,
- "ConfirmImpact": 2,
- "SupportsPaging": false,
- "DefaultParameterSetName": "ByFieldsParameterSet",
- "OutputTypes": [
- {
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackupPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackupPolicy, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData",
- "VolumeBackups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeBackup]",
- "Enabled": "System.Nullable`1[System.Boolean]",
- "VolumesAssigned": "System.Nullable`1[System.Int32]",
- "MonthlyBackupsToKeep": "System.Nullable`1[System.Int32]",
- "WeeklyBackupsToKeep": "System.Nullable`1[System.Int32]",
- "DailyBackupsToKeep": "System.Nullable`1[System.Int32]",
- "Tags": "System.Object",
- "ResourceGroupName": "System.String",
- "Location": "System.String",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
- "Etag": "System.String",
- "BackupPolicyId": "System.String",
- "ProvisioningState": "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"
- ]
- }
- ],
- "Parameters": [
- {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "AccountName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "PoolName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "VolumeName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "Name",
- "AliasList": [
- "SubvolumeName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "ResourceId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "VolumeObject",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection",
- "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy",
- "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData",
- "PlacementRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSKeyValuePairs]",
- "DataStoreResourceId": "System.Collections.Generic.IList`1[System.String]",
- "ProtocolTypes": "System.Collections.Generic.IList`1[System.String]",
- "Zones": "System.Collections.Generic.IList`1[System.String]",
- "SnapshotDirectoryVisible": "System.Nullable`1[System.Boolean]",
- "KerberosEnabled": "System.Nullable`1[System.Boolean]",
- "SmbEncryption": "System.Nullable`1[System.Boolean]",
- "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]",
- "Encrypted": "System.Nullable`1[System.Boolean]",
- "LdapEnabled": "System.Nullable`1[System.Boolean]",
- "DeleteBaseSnapshot": "System.Nullable`1[System.Boolean]",
- "CoolAccess": "System.Nullable`1[System.Boolean]",
- "IsDefaultQuotaEnabled": "System.Nullable`1[System.Boolean]",
- "IsRestoring": "System.Nullable`1[System.Boolean]",
- "IsLargeVolume": "System.Nullable`1[System.Boolean]",
- "ThroughputMibps": "System.Nullable`1[System.Double]",
- "CoolnessPeriod": "System.Nullable`1[System.Int32]",
- "CloneProgress": "System.Nullable`1[System.Int32]",
- "DefaultGroupQuotaInKiBs": "System.Nullable`1[System.Int64]",
- "UsageThreshold": "System.Nullable`1[System.Int64]",
- "MaximumNumberOfFiles": "System.Nullable`1[System.Int64]",
- "DefaultUserQuotaInKiBs": "System.Nullable`1[System.Int64]",
- "MountTargets": "System.Object",
- "Tags": "System.Object",
- "VolumeSpecName": "System.String",
- "FileAccessLogs": "System.String",
- "NetworkSiblingSetId": "System.String",
- "SmbNonBrowsable": "System.String",
- "StorageToNetworkProximity": "System.String",
- "KeyVaultPrivateEndpointResourceId": "System.String",
- "VolumeGroupName": "System.String",
- "EnableSubvolumes": "System.String",
- "CapacityPoolResourceId": "System.String",
- "ProximityPlacementGroup": "System.String",
- "SmbAccessBasedEnumeration": "System.String",
- "T2Network": "System.String",
- "EncryptionKeySource": "System.String",
- "AvsDataStore": "System.String",
- "Location": "System.String",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
- "Etag": "System.String",
- "ProvisioningState": "System.String",
- "FileSystemId": "System.String",
- "CreationToken": "System.String",
- "ServiceLevel": "System.String",
- "SnapshotId": "System.String",
- "BaremetalTenantId": "System.String",
- "SubnetId": "System.String",
- "VolumeType": "System.String",
- "BackupId": "System.String",
- "SecurityStyle": "System.String",
- "ProvisionedAvailabilityZone": "System.String",
- "UnixPermission": "System.String",
- "NetworkFeatures": "System.String",
- "ResourceGroupName": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "InputObject",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackup",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackup, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "UseExistingSnapshot": "System.Nullable`1[System.Boolean]",
- "CreationDate": "System.Nullable`1[System.DateTime]",
- "Size": "System.Nullable`1[System.Int64]",
- "ResourceGroupName": "System.String",
- "Location": "System.String",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
- "BackupId": "System.String",
- "Label": "System.String",
- "BackupType": "System.String",
- "ProvisioningState": "System.String",
- "VolumeName": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "PassThru",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- }
- ],
- "ParameterSets": [
- {
- "Name": "ByFieldsParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "AccountName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "PoolName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "VolumeName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "SubvolumeName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "__AllParameterSets",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "SubvolumeName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "ByResourceIdParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ResourceId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
- {
- "ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "SubvolumeName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "ByParentObjectParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "VolumeObject",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection",
- "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy",
- "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData",
- "PlacementRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSKeyValuePairs]",
- "DataStoreResourceId": "System.Collections.Generic.IList`1[System.String]",
- "ProtocolTypes": "System.Collections.Generic.IList`1[System.String]",
- "Zones": "System.Collections.Generic.IList`1[System.String]",
- "SnapshotDirectoryVisible": "System.Nullable`1[System.Boolean]",
- "KerberosEnabled": "System.Nullable`1[System.Boolean]",
- "SmbEncryption": "System.Nullable`1[System.Boolean]",
- "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]",
- "Encrypted": "System.Nullable`1[System.Boolean]",
- "LdapEnabled": "System.Nullable`1[System.Boolean]",
- "DeleteBaseSnapshot": "System.Nullable`1[System.Boolean]",
- "CoolAccess": "System.Nullable`1[System.Boolean]",
- "IsDefaultQuotaEnabled": "System.Nullable`1[System.Boolean]",
- "IsRestoring": "System.Nullable`1[System.Boolean]",
- "IsLargeVolume": "System.Nullable`1[System.Boolean]",
- "ThroughputMibps": "System.Nullable`1[System.Double]",
- "CoolnessPeriod": "System.Nullable`1[System.Int32]",
- "CloneProgress": "System.Nullable`1[System.Int32]",
- "DefaultGroupQuotaInKiBs": "System.Nullable`1[System.Int64]",
- "UsageThreshold": "System.Nullable`1[System.Int64]",
- "MaximumNumberOfFiles": "System.Nullable`1[System.Int64]",
- "DefaultUserQuotaInKiBs": "System.Nullable`1[System.Int64]",
- "MountTargets": "System.Object",
- "Tags": "System.Object",
- "VolumeSpecName": "System.String",
- "FileAccessLogs": "System.String",
- "NetworkSiblingSetId": "System.String",
- "SmbNonBrowsable": "System.String",
- "StorageToNetworkProximity": "System.String",
- "KeyVaultPrivateEndpointResourceId": "System.String",
- "VolumeGroupName": "System.String",
- "EnableSubvolumes": "System.String",
- "CapacityPoolResourceId": "System.String",
- "ProximityPlacementGroup": "System.String",
- "SmbAccessBasedEnumeration": "System.String",
- "T2Network": "System.String",
- "EncryptionKeySource": "System.String",
- "AvsDataStore": "System.String",
- "Location": "System.String",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
- "Etag": "System.String",
- "ProvisioningState": "System.String",
- "FileSystemId": "System.String",
- "CreationToken": "System.String",
- "ServiceLevel": "System.String",
- "SnapshotId": "System.String",
- "BaremetalTenantId": "System.String",
- "SubnetId": "System.String",
- "VolumeType": "System.String",
- "BackupId": "System.String",
- "SecurityStyle": "System.String",
- "ProvisionedAvailabilityZone": "System.String",
- "UnixPermission": "System.String",
- "NetworkFeatures": "System.String",
- "ResourceGroupName": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": true,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "SubvolumeName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "ByObjectParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "InputObject",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackup",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackup, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "UseExistingSnapshot": "System.Nullable`1[System.Boolean]",
- "CreationDate": "System.Nullable`1[System.DateTime]",
- "Size": "System.Nullable`1[System.Int64]",
- "ResourceGroupName": "System.String",
- "Location": "System.String",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
- "BackupId": "System.String",
- "Label": "System.String",
- "BackupType": "System.String",
- "ProvisioningState": "System.String",
- "VolumeName": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": true,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "SubvolumeName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- }
- ],
- "AliasList": [
- "Remove-AnfSubvolume"
- ]
- },
- {
- "VerbName": "Remove",
- "NounName": "AzNetAppFilesVolume",
- "Name": "Remove-AzNetAppFilesVolume",
- "ClassName": "Microsoft.Azure.Commands.NetAppFiles.Volume.RemoveAzureRmNetAppFilesVolume",
- "SupportsShouldProcess": true,
- "ConfirmImpact": 2,
- "SupportsPaging": false,
- "DefaultParameterSetName": "ByFieldsParameterSet",
- "OutputTypes": [
- {
- "Type": {
- "Namespace": "System",
- "Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.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=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "AccountName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "PoolName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "Name",
- "AliasList": [
- "VolumeName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "ForceDelete",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "ResourceId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "PoolObject",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesPool",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesPool, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData",
- "CoolAccess": "System.Nullable`1[System.Boolean]",
- "UtilizedThroughputMibps": "System.Nullable`1[System.Double]",
- "TotalThroughputMibps": "System.Nullable`1[System.Double]",
- "Size": "System.Nullable`1[System.Int64]",
- "Tags": "System.Object",
- "Etag": "System.String",
- "PoolId": "System.String",
- "EncryptionType": "System.String",
- "ServiceLevel": "System.String",
- "ProvisioningState": "System.String",
- "Name": "System.String",
- "Id": "System.String",
- "QosType": "System.String",
- "Location": "System.String",
- "Type": "System.String",
- "ResourceGroupName": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "InputObject",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection",
- "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy",
- "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData",
- "PlacementRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSKeyValuePairs]",
- "DataStoreResourceId": "System.Collections.Generic.IList`1[System.String]",
- "ProtocolTypes": "System.Collections.Generic.IList`1[System.String]",
- "Zones": "System.Collections.Generic.IList`1[System.String]",
- "SnapshotDirectoryVisible": "System.Nullable`1[System.Boolean]",
- "KerberosEnabled": "System.Nullable`1[System.Boolean]",
- "SmbEncryption": "System.Nullable`1[System.Boolean]",
- "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]",
- "Encrypted": "System.Nullable`1[System.Boolean]",
- "LdapEnabled": "System.Nullable`1[System.Boolean]",
- "DeleteBaseSnapshot": "System.Nullable`1[System.Boolean]",
- "CoolAccess": "System.Nullable`1[System.Boolean]",
- "IsDefaultQuotaEnabled": "System.Nullable`1[System.Boolean]",
- "IsRestoring": "System.Nullable`1[System.Boolean]",
- "IsLargeVolume": "System.Nullable`1[System.Boolean]",
- "ThroughputMibps": "System.Nullable`1[System.Double]",
- "CoolnessPeriod": "System.Nullable`1[System.Int32]",
- "CloneProgress": "System.Nullable`1[System.Int32]",
- "DefaultGroupQuotaInKiBs": "System.Nullable`1[System.Int64]",
- "UsageThreshold": "System.Nullable`1[System.Int64]",
- "MaximumNumberOfFiles": "System.Nullable`1[System.Int64]",
- "DefaultUserQuotaInKiBs": "System.Nullable`1[System.Int64]",
- "MountTargets": "System.Object",
- "Tags": "System.Object",
- "VolumeSpecName": "System.String",
- "FileAccessLogs": "System.String",
- "NetworkSiblingSetId": "System.String",
- "SmbNonBrowsable": "System.String",
- "StorageToNetworkProximity": "System.String",
- "KeyVaultPrivateEndpointResourceId": "System.String",
- "VolumeGroupName": "System.String",
- "EnableSubvolumes": "System.String",
- "CapacityPoolResourceId": "System.String",
- "ProximityPlacementGroup": "System.String",
- "SmbAccessBasedEnumeration": "System.String",
- "T2Network": "System.String",
- "EncryptionKeySource": "System.String",
- "AvsDataStore": "System.String",
- "Location": "System.String",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
- "Etag": "System.String",
- "ProvisioningState": "System.String",
- "FileSystemId": "System.String",
- "CreationToken": "System.String",
- "ServiceLevel": "System.String",
- "SnapshotId": "System.String",
- "BaremetalTenantId": "System.String",
- "SubnetId": "System.String",
- "VolumeType": "System.String",
- "BackupId": "System.String",
- "SecurityStyle": "System.String",
- "ProvisionedAvailabilityZone": "System.String",
- "UnixPermission": "System.String",
- "NetworkFeatures": "System.String",
- "ResourceGroupName": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "PassThru",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- }
- ],
- "ParameterSets": [
- {
- "Name": "ByFieldsParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "AccountName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "PoolName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "VolumeName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ForceDelete",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "PassThru",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "ByParentObjectParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "VolumeName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "PoolObject",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesPool",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesPool, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData",
- "CoolAccess": "System.Nullable`1[System.Boolean]",
- "UtilizedThroughputMibps": "System.Nullable`1[System.Double]",
- "TotalThroughputMibps": "System.Nullable`1[System.Double]",
- "Size": "System.Nullable`1[System.Int64]",
- "Tags": "System.Object",
- "Etag": "System.String",
- "PoolId": "System.String",
- "EncryptionType": "System.String",
- "ServiceLevel": "System.String",
- "ProvisioningState": "System.String",
- "Name": "System.String",
- "Id": "System.String",
- "QosType": "System.String",
- "Location": "System.String",
- "Type": "System.String",
- "ResourceGroupName": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": true,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ForceDelete",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "PassThru",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "__AllParameterSets",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ForceDelete",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "PassThru",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "ByResourceIdParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ResourceId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
- {
- "ParameterMetadata": {
- "Name": "ForceDelete",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "PassThru",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "ByObjectParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "InputObject",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection",
- "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy",
- "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData",
- "PlacementRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSKeyValuePairs]",
- "DataStoreResourceId": "System.Collections.Generic.IList`1[System.String]",
- "ProtocolTypes": "System.Collections.Generic.IList`1[System.String]",
- "Zones": "System.Collections.Generic.IList`1[System.String]",
- "SnapshotDirectoryVisible": "System.Nullable`1[System.Boolean]",
- "KerberosEnabled": "System.Nullable`1[System.Boolean]",
- "SmbEncryption": "System.Nullable`1[System.Boolean]",
- "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]",
- "Encrypted": "System.Nullable`1[System.Boolean]",
- "LdapEnabled": "System.Nullable`1[System.Boolean]",
- "DeleteBaseSnapshot": "System.Nullable`1[System.Boolean]",
- "CoolAccess": "System.Nullable`1[System.Boolean]",
- "IsDefaultQuotaEnabled": "System.Nullable`1[System.Boolean]",
- "IsRestoring": "System.Nullable`1[System.Boolean]",
- "IsLargeVolume": "System.Nullable`1[System.Boolean]",
- "ThroughputMibps": "System.Nullable`1[System.Double]",
- "CoolnessPeriod": "System.Nullable`1[System.Int32]",
- "CloneProgress": "System.Nullable`1[System.Int32]",
- "DefaultGroupQuotaInKiBs": "System.Nullable`1[System.Int64]",
- "UsageThreshold": "System.Nullable`1[System.Int64]",
- "MaximumNumberOfFiles": "System.Nullable`1[System.Int64]",
- "DefaultUserQuotaInKiBs": "System.Nullable`1[System.Int64]",
- "MountTargets": "System.Object",
- "Tags": "System.Object",
- "VolumeSpecName": "System.String",
- "FileAccessLogs": "System.String",
- "NetworkSiblingSetId": "System.String",
- "SmbNonBrowsable": "System.String",
- "StorageToNetworkProximity": "System.String",
- "KeyVaultPrivateEndpointResourceId": "System.String",
- "VolumeGroupName": "System.String",
- "EnableSubvolumes": "System.String",
- "CapacityPoolResourceId": "System.String",
- "ProximityPlacementGroup": "System.String",
- "SmbAccessBasedEnumeration": "System.String",
- "T2Network": "System.String",
- "EncryptionKeySource": "System.String",
- "AvsDataStore": "System.String",
- "Location": "System.String",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
- "Etag": "System.String",
- "ProvisioningState": "System.String",
- "FileSystemId": "System.String",
- "CreationToken": "System.String",
- "ServiceLevel": "System.String",
- "SnapshotId": "System.String",
- "BaremetalTenantId": "System.String",
- "SubnetId": "System.String",
- "VolumeType": "System.String",
- "BackupId": "System.String",
- "SecurityStyle": "System.String",
- "ProvisionedAvailabilityZone": "System.String",
- "UnixPermission": "System.String",
- "NetworkFeatures": "System.String",
- "ResourceGroupName": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": true,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ForceDelete",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "PassThru",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- }
- ],
- "AliasList": [
- "Remove-AnfVolume"
- ]
- },
- {
- "VerbName": "Remove",
- "NounName": "AzNetAppFilesVolumeGroup",
- "Name": "Remove-AzNetAppFilesVolumeGroup",
- "ClassName": "Microsoft.Azure.Commands.NetAppFiles.Volume.RemoveAzureRmNetAppFilesVolumeGroup",
- "SupportsShouldProcess": true,
- "ConfirmImpact": 2,
- "SupportsPaging": false,
- "DefaultParameterSetName": "ByFieldsParameterSet",
- "OutputTypes": [
- {
- "Type": {
- "Namespace": "System",
- "Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.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=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "AccountName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "Name",
- "AliasList": [
- "VolumeGroupName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "ResourceId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "AccountObject",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "Identity": "Microsoft.Azure.Commands.NetAppFiles.Models.PSManagedServiceIdentity",
- "Encryption": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccountEncryption",
- "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData",
- "ActiveDirectories": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory]",
- "DisableShowmount": "System.Nullable`1[System.Boolean]",
- "Tags": "System.Object",
- "ResourceGroupName": "System.String",
- "Location": "System.String",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
- "Etag": "System.String",
- "ProvisioningState": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "InputObject",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackupPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackupPolicy, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData",
- "VolumeBackups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeBackup]",
- "Enabled": "System.Nullable`1[System.Boolean]",
- "VolumesAssigned": "System.Nullable`1[System.Int32]",
- "MonthlyBackupsToKeep": "System.Nullable`1[System.Int32]",
- "WeeklyBackupsToKeep": "System.Nullable`1[System.Int32]",
- "DailyBackupsToKeep": "System.Nullable`1[System.Int32]",
- "Tags": "System.Object",
- "ResourceGroupName": "System.String",
- "Location": "System.String",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
- "Etag": "System.String",
- "BackupPolicyId": "System.String",
- "ProvisioningState": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "PassThru",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- }
- ],
- "ParameterSets": [
- {
- "Name": "ByFieldsParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "AccountName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "VolumeGroupName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "__AllParameterSets",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "VolumeGroupName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "ByResourceIdParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ResourceId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
- {
- "ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "VolumeGroupName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "ByParentObjectParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "AccountObject",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "Identity": "Microsoft.Azure.Commands.NetAppFiles.Models.PSManagedServiceIdentity",
- "Encryption": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccountEncryption",
- "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData",
- "ActiveDirectories": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory]",
- "DisableShowmount": "System.Nullable`1[System.Boolean]",
- "Tags": "System.Object",
- "ResourceGroupName": "System.String",
- "Location": "System.String",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
- "Etag": "System.String",
- "ProvisioningState": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": true,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "VolumeGroupName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "ByObjectParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "InputObject",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackupPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackupPolicy, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData",
- "VolumeBackups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeBackup]",
- "Enabled": "System.Nullable`1[System.Boolean]",
- "VolumesAssigned": "System.Nullable`1[System.Int32]",
- "MonthlyBackupsToKeep": "System.Nullable`1[System.Int32]",
- "WeeklyBackupsToKeep": "System.Nullable`1[System.Int32]",
- "DailyBackupsToKeep": "System.Nullable`1[System.Int32]",
- "Tags": "System.Object",
- "ResourceGroupName": "System.String",
- "Location": "System.String",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
- "Etag": "System.String",
- "BackupPolicyId": "System.String",
- "ProvisioningState": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": true,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "VolumeGroupName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- }
- ],
- "AliasList": [
- "Remove-AnfVolumeGroup"
- ]
- },
- {
- "VerbName": "Remove",
- "NounName": "AzNetAppFilesVolumeQuotaRule",
- "Name": "Remove-AzNetAppFilesVolumeQuotaRule",
- "ClassName": "Microsoft.Azure.Commands.NetAppFiles.Volume.RemoveAzureRmNetAppFilesVolumeQuotaRule",
- "SupportsShouldProcess": true,
- "ConfirmImpact": 2,
- "SupportsPaging": false,
- "DefaultParameterSetName": "ByFieldsParameterSet",
- "OutputTypes": [
- {
- "Type": {
- "Namespace": "System",
- "Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.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=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "AccountName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "PoolName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "VolumeName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "Name",
- "AliasList": [
- "VolumeGroupName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "ResourceId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "VolumeObject",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection",
- "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy",
- "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData",
- "PlacementRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSKeyValuePairs]",
- "DataStoreResourceId": "System.Collections.Generic.IList`1[System.String]",
- "ProtocolTypes": "System.Collections.Generic.IList`1[System.String]",
- "Zones": "System.Collections.Generic.IList`1[System.String]",
- "SnapshotDirectoryVisible": "System.Nullable`1[System.Boolean]",
- "KerberosEnabled": "System.Nullable`1[System.Boolean]",
- "SmbEncryption": "System.Nullable`1[System.Boolean]",
- "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]",
- "Encrypted": "System.Nullable`1[System.Boolean]",
- "LdapEnabled": "System.Nullable`1[System.Boolean]",
- "DeleteBaseSnapshot": "System.Nullable`1[System.Boolean]",
- "CoolAccess": "System.Nullable`1[System.Boolean]",
- "IsDefaultQuotaEnabled": "System.Nullable`1[System.Boolean]",
- "IsRestoring": "System.Nullable`1[System.Boolean]",
- "IsLargeVolume": "System.Nullable`1[System.Boolean]",
- "ThroughputMibps": "System.Nullable`1[System.Double]",
- "CoolnessPeriod": "System.Nullable`1[System.Int32]",
- "CloneProgress": "System.Nullable`1[System.Int32]",
- "DefaultGroupQuotaInKiBs": "System.Nullable`1[System.Int64]",
- "UsageThreshold": "System.Nullable`1[System.Int64]",
- "MaximumNumberOfFiles": "System.Nullable`1[System.Int64]",
- "DefaultUserQuotaInKiBs": "System.Nullable`1[System.Int64]",
- "MountTargets": "System.Object",
- "Tags": "System.Object",
- "VolumeSpecName": "System.String",
- "FileAccessLogs": "System.String",
- "NetworkSiblingSetId": "System.String",
- "SmbNonBrowsable": "System.String",
- "StorageToNetworkProximity": "System.String",
- "KeyVaultPrivateEndpointResourceId": "System.String",
- "VolumeGroupName": "System.String",
- "EnableSubvolumes": "System.String",
- "CapacityPoolResourceId": "System.String",
- "ProximityPlacementGroup": "System.String",
- "SmbAccessBasedEnumeration": "System.String",
- "T2Network": "System.String",
- "EncryptionKeySource": "System.String",
- "AvsDataStore": "System.String",
- "Location": "System.String",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
- "Etag": "System.String",
- "ProvisioningState": "System.String",
- "FileSystemId": "System.String",
- "CreationToken": "System.String",
- "ServiceLevel": "System.String",
- "SnapshotId": "System.String",
- "BaremetalTenantId": "System.String",
- "SubnetId": "System.String",
- "VolumeType": "System.String",
- "BackupId": "System.String",
- "SecurityStyle": "System.String",
- "ProvisionedAvailabilityZone": "System.String",
- "UnixPermission": "System.String",
- "NetworkFeatures": "System.String",
- "ResourceGroupName": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "InputObject",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackupPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackupPolicy, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData",
- "VolumeBackups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeBackup]",
- "Enabled": "System.Nullable`1[System.Boolean]",
- "VolumesAssigned": "System.Nullable`1[System.Int32]",
- "MonthlyBackupsToKeep": "System.Nullable`1[System.Int32]",
- "WeeklyBackupsToKeep": "System.Nullable`1[System.Int32]",
- "DailyBackupsToKeep": "System.Nullable`1[System.Int32]",
- "Tags": "System.Object",
- "ResourceGroupName": "System.String",
- "Location": "System.String",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
- "Etag": "System.String",
- "BackupPolicyId": "System.String",
- "ProvisioningState": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "PassThru",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- }
- ],
- "ParameterSets": [
- {
- "Name": "ByFieldsParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "AccountName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "PoolName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "VolumeName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "VolumeGroupName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "__AllParameterSets",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "VolumeGroupName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "ByResourceIdParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ResourceId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
- {
- "ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "VolumeGroupName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "ByParentObjectParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "VolumeObject",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection",
- "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy",
- "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData",
- "PlacementRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSKeyValuePairs]",
- "DataStoreResourceId": "System.Collections.Generic.IList`1[System.String]",
- "ProtocolTypes": "System.Collections.Generic.IList`1[System.String]",
- "Zones": "System.Collections.Generic.IList`1[System.String]",
- "SnapshotDirectoryVisible": "System.Nullable`1[System.Boolean]",
- "KerberosEnabled": "System.Nullable`1[System.Boolean]",
- "SmbEncryption": "System.Nullable`1[System.Boolean]",
- "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]",
- "Encrypted": "System.Nullable`1[System.Boolean]",
- "LdapEnabled": "System.Nullable`1[System.Boolean]",
- "DeleteBaseSnapshot": "System.Nullable`1[System.Boolean]",
- "CoolAccess": "System.Nullable`1[System.Boolean]",
- "IsDefaultQuotaEnabled": "System.Nullable`1[System.Boolean]",
- "IsRestoring": "System.Nullable`1[System.Boolean]",
- "IsLargeVolume": "System.Nullable`1[System.Boolean]",
- "ThroughputMibps": "System.Nullable`1[System.Double]",
- "CoolnessPeriod": "System.Nullable`1[System.Int32]",
- "CloneProgress": "System.Nullable`1[System.Int32]",
- "DefaultGroupQuotaInKiBs": "System.Nullable`1[System.Int64]",
- "UsageThreshold": "System.Nullable`1[System.Int64]",
- "MaximumNumberOfFiles": "System.Nullable`1[System.Int64]",
- "DefaultUserQuotaInKiBs": "System.Nullable`1[System.Int64]",
- "MountTargets": "System.Object",
- "Tags": "System.Object",
- "VolumeSpecName": "System.String",
- "FileAccessLogs": "System.String",
- "NetworkSiblingSetId": "System.String",
- "SmbNonBrowsable": "System.String",
- "StorageToNetworkProximity": "System.String",
- "KeyVaultPrivateEndpointResourceId": "System.String",
- "VolumeGroupName": "System.String",
- "EnableSubvolumes": "System.String",
- "CapacityPoolResourceId": "System.String",
- "ProximityPlacementGroup": "System.String",
- "SmbAccessBasedEnumeration": "System.String",
- "T2Network": "System.String",
- "EncryptionKeySource": "System.String",
- "AvsDataStore": "System.String",
- "Location": "System.String",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
- "Etag": "System.String",
- "ProvisioningState": "System.String",
- "FileSystemId": "System.String",
- "CreationToken": "System.String",
- "ServiceLevel": "System.String",
- "SnapshotId": "System.String",
- "BaremetalTenantId": "System.String",
- "SubnetId": "System.String",
- "VolumeType": "System.String",
- "BackupId": "System.String",
- "SecurityStyle": "System.String",
- "ProvisionedAvailabilityZone": "System.String",
- "UnixPermission": "System.String",
- "NetworkFeatures": "System.String",
- "ResourceGroupName": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": true,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "VolumeGroupName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "ByObjectParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "InputObject",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackupPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackupPolicy, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData",
- "VolumeBackups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeBackup]",
- "Enabled": "System.Nullable`1[System.Boolean]",
- "VolumesAssigned": "System.Nullable`1[System.Int32]",
- "MonthlyBackupsToKeep": "System.Nullable`1[System.Int32]",
- "WeeklyBackupsToKeep": "System.Nullable`1[System.Int32]",
- "DailyBackupsToKeep": "System.Nullable`1[System.Int32]",
- "Tags": "System.Object",
- "ResourceGroupName": "System.String",
- "Location": "System.String",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
- "Etag": "System.String",
- "BackupPolicyId": "System.String",
- "ProvisioningState": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": true,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "VolumeGroupName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- }
- ],
- "AliasList": [
- "Remove-AnfVolumeQuotaRule"
- ]
- },
- {
- "VerbName": "Reset",
- "NounName": "AzNetAppFilesVolumeCifsPassword",
- "Name": "Reset-AzNetAppFilesVolumeCifsPassword",
- "ClassName": "Microsoft.Azure.Commands.NetAppFiles.Volume.ResetAzureRmNetAppFilesVolumeCifsPassword",
- "SupportsShouldProcess": true,
- "ConfirmImpact": 2,
- "SupportsPaging": false,
- "DefaultParameterSetName": "ByFieldsParameterSet",
- "OutputTypes": [
- {
- "Type": {
- "Namespace": "System",
- "Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.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=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "AccountName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "PoolName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "Name",
- "AliasList": [
- "VolumeName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "ResourceId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "PoolObject",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesPool",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesPool, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData",
- "CoolAccess": "System.Nullable`1[System.Boolean]",
- "UtilizedThroughputMibps": "System.Nullable`1[System.Double]",
- "TotalThroughputMibps": "System.Nullable`1[System.Double]",
- "Size": "System.Nullable`1[System.Int64]",
- "Tags": "System.Object",
- "Etag": "System.String",
- "PoolId": "System.String",
- "EncryptionType": "System.String",
- "ServiceLevel": "System.String",
- "ProvisioningState": "System.String",
- "Name": "System.String",
- "Id": "System.String",
- "QosType": "System.String",
- "Location": "System.String",
- "Type": "System.String",
- "ResourceGroupName": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "InputObject",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection",
- "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy",
- "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData",
- "PlacementRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSKeyValuePairs]",
- "DataStoreResourceId": "System.Collections.Generic.IList`1[System.String]",
- "ProtocolTypes": "System.Collections.Generic.IList`1[System.String]",
- "Zones": "System.Collections.Generic.IList`1[System.String]",
- "SnapshotDirectoryVisible": "System.Nullable`1[System.Boolean]",
- "KerberosEnabled": "System.Nullable`1[System.Boolean]",
- "SmbEncryption": "System.Nullable`1[System.Boolean]",
- "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]",
- "Encrypted": "System.Nullable`1[System.Boolean]",
- "LdapEnabled": "System.Nullable`1[System.Boolean]",
- "DeleteBaseSnapshot": "System.Nullable`1[System.Boolean]",
- "CoolAccess": "System.Nullable`1[System.Boolean]",
- "IsDefaultQuotaEnabled": "System.Nullable`1[System.Boolean]",
- "IsRestoring": "System.Nullable`1[System.Boolean]",
- "IsLargeVolume": "System.Nullable`1[System.Boolean]",
- "ThroughputMibps": "System.Nullable`1[System.Double]",
- "CoolnessPeriod": "System.Nullable`1[System.Int32]",
- "CloneProgress": "System.Nullable`1[System.Int32]",
- "DefaultGroupQuotaInKiBs": "System.Nullable`1[System.Int64]",
- "UsageThreshold": "System.Nullable`1[System.Int64]",
- "MaximumNumberOfFiles": "System.Nullable`1[System.Int64]",
- "DefaultUserQuotaInKiBs": "System.Nullable`1[System.Int64]",
- "MountTargets": "System.Object",
- "Tags": "System.Object",
- "VolumeSpecName": "System.String",
- "FileAccessLogs": "System.String",
- "NetworkSiblingSetId": "System.String",
- "SmbNonBrowsable": "System.String",
- "StorageToNetworkProximity": "System.String",
- "KeyVaultPrivateEndpointResourceId": "System.String",
- "VolumeGroupName": "System.String",
- "EnableSubvolumes": "System.String",
- "CapacityPoolResourceId": "System.String",
- "ProximityPlacementGroup": "System.String",
- "SmbAccessBasedEnumeration": "System.String",
- "T2Network": "System.String",
- "EncryptionKeySource": "System.String",
- "AvsDataStore": "System.String",
- "Location": "System.String",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
- "Etag": "System.String",
- "ProvisioningState": "System.String",
- "FileSystemId": "System.String",
- "CreationToken": "System.String",
- "ServiceLevel": "System.String",
- "SnapshotId": "System.String",
- "BaremetalTenantId": "System.String",
- "SubnetId": "System.String",
- "VolumeType": "System.String",
- "BackupId": "System.String",
- "SecurityStyle": "System.String",
- "ProvisionedAvailabilityZone": "System.String",
- "UnixPermission": "System.String",
- "NetworkFeatures": "System.String",
- "ResourceGroupName": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "PassThru",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- }
- ],
- "ParameterSets": [
- {
- "Name": "ByFieldsParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "AccountName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "PoolName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "VolumeName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "PassThru",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "ByParentObjectParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "VolumeName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "PoolObject",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesPool",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesPool, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData",
- "CoolAccess": "System.Nullable`1[System.Boolean]",
- "UtilizedThroughputMibps": "System.Nullable`1[System.Double]",
- "TotalThroughputMibps": "System.Nullable`1[System.Double]",
- "Size": "System.Nullable`1[System.Int64]",
- "Tags": "System.Object",
- "Etag": "System.String",
- "PoolId": "System.String",
- "EncryptionType": "System.String",
- "ServiceLevel": "System.String",
- "ProvisioningState": "System.String",
- "Name": "System.String",
- "Id": "System.String",
- "QosType": "System.String",
- "Location": "System.String",
- "Type": "System.String",
- "ResourceGroupName": "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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "ByResourceIdParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ResourceId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
- {
- "ParameterMetadata": {
- "Name": "PassThru",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "ByObjectParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "InputObject",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection",
- "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy",
- "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData",
- "PlacementRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSKeyValuePairs]",
- "DataStoreResourceId": "System.Collections.Generic.IList`1[System.String]",
- "ProtocolTypes": "System.Collections.Generic.IList`1[System.String]",
- "Zones": "System.Collections.Generic.IList`1[System.String]",
- "SnapshotDirectoryVisible": "System.Nullable`1[System.Boolean]",
- "KerberosEnabled": "System.Nullable`1[System.Boolean]",
- "SmbEncryption": "System.Nullable`1[System.Boolean]",
- "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]",
- "Encrypted": "System.Nullable`1[System.Boolean]",
- "LdapEnabled": "System.Nullable`1[System.Boolean]",
- "DeleteBaseSnapshot": "System.Nullable`1[System.Boolean]",
- "CoolAccess": "System.Nullable`1[System.Boolean]",
- "IsDefaultQuotaEnabled": "System.Nullable`1[System.Boolean]",
- "IsRestoring": "System.Nullable`1[System.Boolean]",
- "IsLargeVolume": "System.Nullable`1[System.Boolean]",
- "ThroughputMibps": "System.Nullable`1[System.Double]",
- "CoolnessPeriod": "System.Nullable`1[System.Int32]",
- "CloneProgress": "System.Nullable`1[System.Int32]",
- "DefaultGroupQuotaInKiBs": "System.Nullable`1[System.Int64]",
- "UsageThreshold": "System.Nullable`1[System.Int64]",
- "MaximumNumberOfFiles": "System.Nullable`1[System.Int64]",
- "DefaultUserQuotaInKiBs": "System.Nullable`1[System.Int64]",
- "MountTargets": "System.Object",
- "Tags": "System.Object",
- "VolumeSpecName": "System.String",
- "FileAccessLogs": "System.String",
- "NetworkSiblingSetId": "System.String",
- "SmbNonBrowsable": "System.String",
- "StorageToNetworkProximity": "System.String",
- "KeyVaultPrivateEndpointResourceId": "System.String",
- "VolumeGroupName": "System.String",
- "EnableSubvolumes": "System.String",
- "CapacityPoolResourceId": "System.String",
- "ProximityPlacementGroup": "System.String",
- "SmbAccessBasedEnumeration": "System.String",
- "T2Network": "System.String",
- "EncryptionKeySource": "System.String",
- "AvsDataStore": "System.String",
- "Location": "System.String",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
- "Etag": "System.String",
- "ProvisioningState": "System.String",
- "FileSystemId": "System.String",
- "CreationToken": "System.String",
- "ServiceLevel": "System.String",
- "SnapshotId": "System.String",
- "BaremetalTenantId": "System.String",
- "SubnetId": "System.String",
- "VolumeType": "System.String",
- "BackupId": "System.String",
- "SecurityStyle": "System.String",
- "ProvisionedAvailabilityZone": "System.String",
- "UnixPermission": "System.String",
- "NetworkFeatures": "System.String",
- "ResourceGroupName": "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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- }
- ],
- "AliasList": [
- "Reset-AnfVolumeCifsPassword"
- ]
- },
- {
- "VerbName": "Restore",
- "NounName": "AzNetAppFilesBackupFile",
- "Name": "Restore-AzNetAppFilesBackupFile",
- "ClassName": "Microsoft.Azure.Commands.NetAppFiles.Backup.RestoreNetAppFilesBackupFiles",
- "SupportsShouldProcess": true,
- "ConfirmImpact": 2,
- "SupportsPaging": false,
- "DefaultParameterSetName": "ByFieldsParameterSet",
- "OutputTypes": [
- {
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackup",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackup, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "UseExistingSnapshot": "System.Nullable`1[System.Boolean]",
- "CreationDate": "System.Nullable`1[System.DateTime]",
- "Size": "System.Nullable`1[System.Int64]",
- "ResourceGroupName": "System.String",
- "Location": "System.String",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
- "BackupId": "System.String",
- "Label": "System.String",
- "BackupType": "System.String",
- "ProvisioningState": "System.String",
- "VolumeName": "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"
- ]
- }
- ],
- "Parameters": [
- {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "AccountName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "Name",
- "AliasList": [
- "BackupName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "PoolName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "VolumeName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "FileList",
- "Type": {
- "Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.String"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "RestoreFilePath",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "DestinationVolumeId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "ResourceId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "VolumeObject",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection",
- "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy",
- "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData",
- "PlacementRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSKeyValuePairs]",
- "DataStoreResourceId": "System.Collections.Generic.IList`1[System.String]",
- "ProtocolTypes": "System.Collections.Generic.IList`1[System.String]",
- "Zones": "System.Collections.Generic.IList`1[System.String]",
- "SnapshotDirectoryVisible": "System.Nullable`1[System.Boolean]",
- "KerberosEnabled": "System.Nullable`1[System.Boolean]",
- "SmbEncryption": "System.Nullable`1[System.Boolean]",
- "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]",
- "Encrypted": "System.Nullable`1[System.Boolean]",
- "LdapEnabled": "System.Nullable`1[System.Boolean]",
- "DeleteBaseSnapshot": "System.Nullable`1[System.Boolean]",
- "CoolAccess": "System.Nullable`1[System.Boolean]",
- "IsDefaultQuotaEnabled": "System.Nullable`1[System.Boolean]",
- "IsRestoring": "System.Nullable`1[System.Boolean]",
- "IsLargeVolume": "System.Nullable`1[System.Boolean]",
- "ThroughputMibps": "System.Nullable`1[System.Double]",
- "CoolnessPeriod": "System.Nullable`1[System.Int32]",
- "CloneProgress": "System.Nullable`1[System.Int32]",
- "DefaultGroupQuotaInKiBs": "System.Nullable`1[System.Int64]",
- "UsageThreshold": "System.Nullable`1[System.Int64]",
- "MaximumNumberOfFiles": "System.Nullable`1[System.Int64]",
- "DefaultUserQuotaInKiBs": "System.Nullable`1[System.Int64]",
- "MountTargets": "System.Object",
- "Tags": "System.Object",
- "VolumeSpecName": "System.String",
- "FileAccessLogs": "System.String",
- "NetworkSiblingSetId": "System.String",
- "SmbNonBrowsable": "System.String",
- "StorageToNetworkProximity": "System.String",
- "KeyVaultPrivateEndpointResourceId": "System.String",
- "VolumeGroupName": "System.String",
- "EnableSubvolumes": "System.String",
- "CapacityPoolResourceId": "System.String",
- "ProximityPlacementGroup": "System.String",
- "SmbAccessBasedEnumeration": "System.String",
- "T2Network": "System.String",
- "EncryptionKeySource": "System.String",
- "AvsDataStore": "System.String",
- "Location": "System.String",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
- "Etag": "System.String",
- "ProvisioningState": "System.String",
- "FileSystemId": "System.String",
- "CreationToken": "System.String",
- "ServiceLevel": "System.String",
- "SnapshotId": "System.String",
- "BaremetalTenantId": "System.String",
- "SubnetId": "System.String",
- "VolumeType": "System.String",
- "BackupId": "System.String",
- "SecurityStyle": "System.String",
- "ProvisionedAvailabilityZone": "System.String",
- "UnixPermission": "System.String",
- "NetworkFeatures": "System.String",
- "ResourceGroupName": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "InputObject",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackup",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackup, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "UseExistingSnapshot": "System.Nullable`1[System.Boolean]",
- "CreationDate": "System.Nullable`1[System.DateTime]",
- "Size": "System.Nullable`1[System.Int64]",
- "ResourceGroupName": "System.String",
- "Location": "System.String",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
- "BackupId": "System.String",
- "Label": "System.String",
- "BackupType": "System.String",
- "ProvisioningState": "System.String",
- "VolumeName": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "PassThru",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- }
- ],
- "ParameterSets": [
- {
- "Name": "ByFieldsParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "AccountName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "BackupName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "PoolName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "VolumeName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "FileList",
- "Type": {
- "Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.String"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "RestoreFilePath",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DestinationVolumeId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
- {
- "ParameterMetadata": {
- "Name": "PassThru",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "ByParentObjectParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "BackupName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "VolumeObject",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection",
- "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy",
- "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData",
- "PlacementRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSKeyValuePairs]",
- "DataStoreResourceId": "System.Collections.Generic.IList`1[System.String]",
- "ProtocolTypes": "System.Collections.Generic.IList`1[System.String]",
- "Zones": "System.Collections.Generic.IList`1[System.String]",
- "SnapshotDirectoryVisible": "System.Nullable`1[System.Boolean]",
- "KerberosEnabled": "System.Nullable`1[System.Boolean]",
- "SmbEncryption": "System.Nullable`1[System.Boolean]",
- "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]",
- "Encrypted": "System.Nullable`1[System.Boolean]",
- "LdapEnabled": "System.Nullable`1[System.Boolean]",
- "DeleteBaseSnapshot": "System.Nullable`1[System.Boolean]",
- "CoolAccess": "System.Nullable`1[System.Boolean]",
- "IsDefaultQuotaEnabled": "System.Nullable`1[System.Boolean]",
- "IsRestoring": "System.Nullable`1[System.Boolean]",
- "IsLargeVolume": "System.Nullable`1[System.Boolean]",
- "ThroughputMibps": "System.Nullable`1[System.Double]",
- "CoolnessPeriod": "System.Nullable`1[System.Int32]",
- "CloneProgress": "System.Nullable`1[System.Int32]",
- "DefaultGroupQuotaInKiBs": "System.Nullable`1[System.Int64]",
- "UsageThreshold": "System.Nullable`1[System.Int64]",
- "MaximumNumberOfFiles": "System.Nullable`1[System.Int64]",
- "DefaultUserQuotaInKiBs": "System.Nullable`1[System.Int64]",
- "MountTargets": "System.Object",
- "Tags": "System.Object",
- "VolumeSpecName": "System.String",
- "FileAccessLogs": "System.String",
- "NetworkSiblingSetId": "System.String",
- "SmbNonBrowsable": "System.String",
- "StorageToNetworkProximity": "System.String",
- "KeyVaultPrivateEndpointResourceId": "System.String",
- "VolumeGroupName": "System.String",
- "EnableSubvolumes": "System.String",
- "CapacityPoolResourceId": "System.String",
- "ProximityPlacementGroup": "System.String",
- "SmbAccessBasedEnumeration": "System.String",
- "T2Network": "System.String",
- "EncryptionKeySource": "System.String",
- "AvsDataStore": "System.String",
- "Location": "System.String",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
- "Etag": "System.String",
- "ProvisioningState": "System.String",
- "FileSystemId": "System.String",
- "CreationToken": "System.String",
- "ServiceLevel": "System.String",
- "SnapshotId": "System.String",
- "BaremetalTenantId": "System.String",
- "SubnetId": "System.String",
- "VolumeType": "System.String",
- "BackupId": "System.String",
- "SecurityStyle": "System.String",
- "ProvisionedAvailabilityZone": "System.String",
- "UnixPermission": "System.String",
- "NetworkFeatures": "System.String",
- "ResourceGroupName": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": true,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "FileList",
- "Type": {
- "Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.String"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "RestoreFilePath",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DestinationVolumeId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
- {
- "ParameterMetadata": {
- "Name": "PassThru",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "__AllParameterSets",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "FileList",
- "Type": {
- "Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.String"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "RestoreFilePath",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DestinationVolumeId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
- {
- "ParameterMetadata": {
- "Name": "PassThru",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "ByResourceIdParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ResourceId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
- {
- "ParameterMetadata": {
- "Name": "FileList",
- "Type": {
- "Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.String"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "RestoreFilePath",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DestinationVolumeId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
- {
- "ParameterMetadata": {
- "Name": "PassThru",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "ByObjectParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "InputObject",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackup",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackup, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "UseExistingSnapshot": "System.Nullable`1[System.Boolean]",
- "CreationDate": "System.Nullable`1[System.DateTime]",
- "Size": "System.Nullable`1[System.Int64]",
- "ResourceGroupName": "System.String",
- "Location": "System.String",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
- "BackupId": "System.String",
- "Label": "System.String",
- "BackupType": "System.String",
- "ProvisioningState": "System.String",
- "VolumeName": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": true,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "FileList",
- "Type": {
- "Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.String"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "RestoreFilePath",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DestinationVolumeId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
- {
- "ParameterMetadata": {
- "Name": "PassThru",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- }
- ],
- "AliasList": [
- "Restore-AnfBackupFile"
- ]
- },
- {
- "VerbName": "Restore",
- "NounName": "AzNetAppFilesReplication",
- "Name": "Restore-AzNetAppFilesReplication",
- "ClassName": "Microsoft.Azure.Commands.NetAppFiles.Replication.ReestablishAzureRmNetAppFilesReplication",
- "SupportsShouldProcess": true,
- "ConfirmImpact": 2,
- "SupportsPaging": false,
- "DefaultParameterSetName": "ByFieldsParameterSet",
- "OutputTypes": [
- {
- "Type": {
- "Namespace": "System",
- "Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.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=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "AccountName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "PoolName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "Name",
- "AliasList": [
- "VolumeName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "SourceVolumeId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "ResourceId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "InputObject",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection",
- "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy",
- "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData",
- "PlacementRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSKeyValuePairs]",
- "DataStoreResourceId": "System.Collections.Generic.IList`1[System.String]",
- "ProtocolTypes": "System.Collections.Generic.IList`1[System.String]",
- "Zones": "System.Collections.Generic.IList`1[System.String]",
- "SnapshotDirectoryVisible": "System.Nullable`1[System.Boolean]",
- "KerberosEnabled": "System.Nullable`1[System.Boolean]",
- "SmbEncryption": "System.Nullable`1[System.Boolean]",
- "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]",
- "Encrypted": "System.Nullable`1[System.Boolean]",
- "LdapEnabled": "System.Nullable`1[System.Boolean]",
- "DeleteBaseSnapshot": "System.Nullable`1[System.Boolean]",
- "CoolAccess": "System.Nullable`1[System.Boolean]",
- "IsDefaultQuotaEnabled": "System.Nullable`1[System.Boolean]",
- "IsRestoring": "System.Nullable`1[System.Boolean]",
- "IsLargeVolume": "System.Nullable`1[System.Boolean]",
- "ThroughputMibps": "System.Nullable`1[System.Double]",
- "CoolnessPeriod": "System.Nullable`1[System.Int32]",
- "CloneProgress": "System.Nullable`1[System.Int32]",
- "DefaultGroupQuotaInKiBs": "System.Nullable`1[System.Int64]",
- "UsageThreshold": "System.Nullable`1[System.Int64]",
- "MaximumNumberOfFiles": "System.Nullable`1[System.Int64]",
- "DefaultUserQuotaInKiBs": "System.Nullable`1[System.Int64]",
- "MountTargets": "System.Object",
- "Tags": "System.Object",
- "VolumeSpecName": "System.String",
- "FileAccessLogs": "System.String",
- "NetworkSiblingSetId": "System.String",
- "SmbNonBrowsable": "System.String",
- "StorageToNetworkProximity": "System.String",
- "KeyVaultPrivateEndpointResourceId": "System.String",
- "VolumeGroupName": "System.String",
- "EnableSubvolumes": "System.String",
- "CapacityPoolResourceId": "System.String",
- "ProximityPlacementGroup": "System.String",
- "SmbAccessBasedEnumeration": "System.String",
- "T2Network": "System.String",
- "EncryptionKeySource": "System.String",
- "AvsDataStore": "System.String",
- "Location": "System.String",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
- "Etag": "System.String",
- "ProvisioningState": "System.String",
- "FileSystemId": "System.String",
- "CreationToken": "System.String",
- "ServiceLevel": "System.String",
- "SnapshotId": "System.String",
- "BaremetalTenantId": "System.String",
- "SubnetId": "System.String",
- "VolumeType": "System.String",
- "BackupId": "System.String",
- "SecurityStyle": "System.String",
- "ProvisionedAvailabilityZone": "System.String",
- "UnixPermission": "System.String",
- "NetworkFeatures": "System.String",
- "ResourceGroupName": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "PassThru",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- }
- ],
- "ParameterSets": [
- {
- "Name": "ByFieldsParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "AccountName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "PoolName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "VolumeName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "SourceVolumeId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "PassThru",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "__AllParameterSets",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "SourceVolumeId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "PassThru",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "ByResourceIdParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ResourceId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
- {
- "ParameterMetadata": {
- "Name": "SourceVolumeId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "PassThru",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "ByObjectParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "InputObject",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection",
- "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy",
- "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData",
- "PlacementRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSKeyValuePairs]",
- "DataStoreResourceId": "System.Collections.Generic.IList`1[System.String]",
- "ProtocolTypes": "System.Collections.Generic.IList`1[System.String]",
- "Zones": "System.Collections.Generic.IList`1[System.String]",
- "SnapshotDirectoryVisible": "System.Nullable`1[System.Boolean]",
- "KerberosEnabled": "System.Nullable`1[System.Boolean]",
- "SmbEncryption": "System.Nullable`1[System.Boolean]",
- "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]",
- "Encrypted": "System.Nullable`1[System.Boolean]",
- "LdapEnabled": "System.Nullable`1[System.Boolean]",
- "DeleteBaseSnapshot": "System.Nullable`1[System.Boolean]",
- "CoolAccess": "System.Nullable`1[System.Boolean]",
- "IsDefaultQuotaEnabled": "System.Nullable`1[System.Boolean]",
- "IsRestoring": "System.Nullable`1[System.Boolean]",
- "IsLargeVolume": "System.Nullable`1[System.Boolean]",
- "ThroughputMibps": "System.Nullable`1[System.Double]",
- "CoolnessPeriod": "System.Nullable`1[System.Int32]",
- "CloneProgress": "System.Nullable`1[System.Int32]",
- "DefaultGroupQuotaInKiBs": "System.Nullable`1[System.Int64]",
- "UsageThreshold": "System.Nullable`1[System.Int64]",
- "MaximumNumberOfFiles": "System.Nullable`1[System.Int64]",
- "DefaultUserQuotaInKiBs": "System.Nullable`1[System.Int64]",
- "MountTargets": "System.Object",
- "Tags": "System.Object",
- "VolumeSpecName": "System.String",
- "FileAccessLogs": "System.String",
- "NetworkSiblingSetId": "System.String",
- "SmbNonBrowsable": "System.String",
- "StorageToNetworkProximity": "System.String",
- "KeyVaultPrivateEndpointResourceId": "System.String",
- "VolumeGroupName": "System.String",
- "EnableSubvolumes": "System.String",
- "CapacityPoolResourceId": "System.String",
- "ProximityPlacementGroup": "System.String",
- "SmbAccessBasedEnumeration": "System.String",
- "T2Network": "System.String",
- "EncryptionKeySource": "System.String",
- "AvsDataStore": "System.String",
- "Location": "System.String",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
- "Etag": "System.String",
- "ProvisioningState": "System.String",
- "FileSystemId": "System.String",
- "CreationToken": "System.String",
- "ServiceLevel": "System.String",
- "SnapshotId": "System.String",
- "BaremetalTenantId": "System.String",
- "SubnetId": "System.String",
- "VolumeType": "System.String",
- "BackupId": "System.String",
- "SecurityStyle": "System.String",
- "ProvisionedAvailabilityZone": "System.String",
- "UnixPermission": "System.String",
- "NetworkFeatures": "System.String",
- "ResourceGroupName": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": true,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "SourceVolumeId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "PassThru",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- }
- ],
- "AliasList": [
- "Restore-AnfReplication"
- ]
- },
- {
- "VerbName": "Restore",
- "NounName": "AzNetAppFilesSnapshotFile",
- "Name": "Restore-AzNetAppFilesSnapshotFile",
- "ClassName": "Microsoft.Azure.Commands.NetAppFiles.Snapshot.RestoreAzureRmNetAppFilesSnapshotFiles",
- "SupportsShouldProcess": true,
- "ConfirmImpact": 2,
- "SupportsPaging": false,
- "DefaultParameterSetName": "ByFieldsParameterSet",
- "OutputTypes": [
- {
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesSnapshot",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesSnapshot, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "Created": "System.Nullable`1[System.DateTime]",
- "ResourceGroupName": "System.String",
- "Location": "System.String",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
- "SnapshotId": "System.String",
- "ProvisioningState": "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"
- ]
- }
- ],
- "Parameters": [
- {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "AccountName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "PoolName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "VolumeName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "Name",
- "AliasList": [
- "SnapshotName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "FilePath",
- "Type": {
- "Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.String"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "DestinationPath",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "ResourceId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "VolumeObject",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection",
- "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy",
- "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData",
- "PlacementRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSKeyValuePairs]",
- "DataStoreResourceId": "System.Collections.Generic.IList`1[System.String]",
- "ProtocolTypes": "System.Collections.Generic.IList`1[System.String]",
- "Zones": "System.Collections.Generic.IList`1[System.String]",
- "SnapshotDirectoryVisible": "System.Nullable`1[System.Boolean]",
- "KerberosEnabled": "System.Nullable`1[System.Boolean]",
- "SmbEncryption": "System.Nullable`1[System.Boolean]",
- "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]",
- "Encrypted": "System.Nullable`1[System.Boolean]",
- "LdapEnabled": "System.Nullable`1[System.Boolean]",
- "DeleteBaseSnapshot": "System.Nullable`1[System.Boolean]",
- "CoolAccess": "System.Nullable`1[System.Boolean]",
- "IsDefaultQuotaEnabled": "System.Nullable`1[System.Boolean]",
- "IsRestoring": "System.Nullable`1[System.Boolean]",
- "IsLargeVolume": "System.Nullable`1[System.Boolean]",
- "ThroughputMibps": "System.Nullable`1[System.Double]",
- "CoolnessPeriod": "System.Nullable`1[System.Int32]",
- "CloneProgress": "System.Nullable`1[System.Int32]",
- "DefaultGroupQuotaInKiBs": "System.Nullable`1[System.Int64]",
- "UsageThreshold": "System.Nullable`1[System.Int64]",
- "MaximumNumberOfFiles": "System.Nullable`1[System.Int64]",
- "DefaultUserQuotaInKiBs": "System.Nullable`1[System.Int64]",
- "MountTargets": "System.Object",
- "Tags": "System.Object",
- "VolumeSpecName": "System.String",
- "FileAccessLogs": "System.String",
- "NetworkSiblingSetId": "System.String",
- "SmbNonBrowsable": "System.String",
- "StorageToNetworkProximity": "System.String",
- "KeyVaultPrivateEndpointResourceId": "System.String",
- "VolumeGroupName": "System.String",
- "EnableSubvolumes": "System.String",
- "CapacityPoolResourceId": "System.String",
- "ProximityPlacementGroup": "System.String",
- "SmbAccessBasedEnumeration": "System.String",
- "T2Network": "System.String",
- "EncryptionKeySource": "System.String",
- "AvsDataStore": "System.String",
- "Location": "System.String",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
- "Etag": "System.String",
- "ProvisioningState": "System.String",
- "FileSystemId": "System.String",
- "CreationToken": "System.String",
- "ServiceLevel": "System.String",
- "SnapshotId": "System.String",
- "BaremetalTenantId": "System.String",
- "SubnetId": "System.String",
- "VolumeType": "System.String",
- "BackupId": "System.String",
- "SecurityStyle": "System.String",
- "ProvisionedAvailabilityZone": "System.String",
- "UnixPermission": "System.String",
- "NetworkFeatures": "System.String",
- "ResourceGroupName": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "PassThru",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- }
- ],
- "ParameterSets": [
- {
- "Name": "ByFieldsParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "AccountName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "PoolName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "VolumeName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "SnapshotName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "FilePath",
- "Type": {
- "Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.String"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DestinationPath",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "__AllParameterSets",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "SnapshotName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "FilePath",
- "Type": {
- "Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.String"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DestinationPath",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "ByResourceIdParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ResourceId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
- {
- "ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "SnapshotName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "FilePath",
- "Type": {
- "Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.String"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DestinationPath",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "ByParentObjectParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "VolumeObject",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection",
- "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy",
- "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData",
- "PlacementRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSKeyValuePairs]",
- "DataStoreResourceId": "System.Collections.Generic.IList`1[System.String]",
- "ProtocolTypes": "System.Collections.Generic.IList`1[System.String]",
- "Zones": "System.Collections.Generic.IList`1[System.String]",
- "SnapshotDirectoryVisible": "System.Nullable`1[System.Boolean]",
- "KerberosEnabled": "System.Nullable`1[System.Boolean]",
- "SmbEncryption": "System.Nullable`1[System.Boolean]",
- "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]",
- "Encrypted": "System.Nullable`1[System.Boolean]",
- "LdapEnabled": "System.Nullable`1[System.Boolean]",
- "DeleteBaseSnapshot": "System.Nullable`1[System.Boolean]",
- "CoolAccess": "System.Nullable`1[System.Boolean]",
- "IsDefaultQuotaEnabled": "System.Nullable`1[System.Boolean]",
- "IsRestoring": "System.Nullable`1[System.Boolean]",
- "IsLargeVolume": "System.Nullable`1[System.Boolean]",
- "ThroughputMibps": "System.Nullable`1[System.Double]",
- "CoolnessPeriod": "System.Nullable`1[System.Int32]",
- "CloneProgress": "System.Nullable`1[System.Int32]",
- "DefaultGroupQuotaInKiBs": "System.Nullable`1[System.Int64]",
- "UsageThreshold": "System.Nullable`1[System.Int64]",
- "MaximumNumberOfFiles": "System.Nullable`1[System.Int64]",
- "DefaultUserQuotaInKiBs": "System.Nullable`1[System.Int64]",
- "MountTargets": "System.Object",
- "Tags": "System.Object",
- "VolumeSpecName": "System.String",
- "FileAccessLogs": "System.String",
- "NetworkSiblingSetId": "System.String",
- "SmbNonBrowsable": "System.String",
- "StorageToNetworkProximity": "System.String",
- "KeyVaultPrivateEndpointResourceId": "System.String",
- "VolumeGroupName": "System.String",
- "EnableSubvolumes": "System.String",
- "CapacityPoolResourceId": "System.String",
- "ProximityPlacementGroup": "System.String",
- "SmbAccessBasedEnumeration": "System.String",
- "T2Network": "System.String",
- "EncryptionKeySource": "System.String",
- "AvsDataStore": "System.String",
- "Location": "System.String",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
- "Etag": "System.String",
- "ProvisioningState": "System.String",
- "FileSystemId": "System.String",
- "CreationToken": "System.String",
- "ServiceLevel": "System.String",
- "SnapshotId": "System.String",
- "BaremetalTenantId": "System.String",
- "SubnetId": "System.String",
- "VolumeType": "System.String",
- "BackupId": "System.String",
- "SecurityStyle": "System.String",
- "ProvisionedAvailabilityZone": "System.String",
- "UnixPermission": "System.String",
- "NetworkFeatures": "System.String",
- "ResourceGroupName": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": true,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "SnapshotName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "FilePath",
- "Type": {
- "Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.String"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DestinationPath",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- }
- ]
- },
- {
- "VerbName": "Restore",
- "NounName": "AzNetAppFilesVolume",
- "Name": "Restore-AzNetAppFilesVolume",
- "ClassName": "Microsoft.Azure.Commands.NetAppFiles.Volume.RevertAzureRmNetAppFilesVolume",
- "SupportsShouldProcess": true,
- "ConfirmImpact": 2,
- "SupportsPaging": false,
- "DefaultParameterSetName": "ByFieldsParameterSet",
- "OutputTypes": [
- {
- "Type": {
- "Namespace": "System",
- "Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.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=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "AccountName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "PoolName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "Name",
- "AliasList": [
- "VolumeName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "SnapshotId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "ResourceId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "PoolObject",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesPool",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesPool, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData",
- "CoolAccess": "System.Nullable`1[System.Boolean]",
- "UtilizedThroughputMibps": "System.Nullable`1[System.Double]",
- "TotalThroughputMibps": "System.Nullable`1[System.Double]",
- "Size": "System.Nullable`1[System.Int64]",
- "Tags": "System.Object",
- "Etag": "System.String",
- "PoolId": "System.String",
- "EncryptionType": "System.String",
- "ServiceLevel": "System.String",
- "ProvisioningState": "System.String",
- "Name": "System.String",
- "Id": "System.String",
- "QosType": "System.String",
- "Location": "System.String",
- "Type": "System.String",
- "ResourceGroupName": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "InputObject",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection",
- "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy",
- "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData",
- "PlacementRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSKeyValuePairs]",
- "DataStoreResourceId": "System.Collections.Generic.IList`1[System.String]",
- "ProtocolTypes": "System.Collections.Generic.IList`1[System.String]",
- "Zones": "System.Collections.Generic.IList`1[System.String]",
- "SnapshotDirectoryVisible": "System.Nullable`1[System.Boolean]",
- "KerberosEnabled": "System.Nullable`1[System.Boolean]",
- "SmbEncryption": "System.Nullable`1[System.Boolean]",
- "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]",
- "Encrypted": "System.Nullable`1[System.Boolean]",
- "LdapEnabled": "System.Nullable`1[System.Boolean]",
- "DeleteBaseSnapshot": "System.Nullable`1[System.Boolean]",
- "CoolAccess": "System.Nullable`1[System.Boolean]",
- "IsDefaultQuotaEnabled": "System.Nullable`1[System.Boolean]",
- "IsRestoring": "System.Nullable`1[System.Boolean]",
- "IsLargeVolume": "System.Nullable`1[System.Boolean]",
- "ThroughputMibps": "System.Nullable`1[System.Double]",
- "CoolnessPeriod": "System.Nullable`1[System.Int32]",
- "CloneProgress": "System.Nullable`1[System.Int32]",
- "DefaultGroupQuotaInKiBs": "System.Nullable`1[System.Int64]",
- "UsageThreshold": "System.Nullable`1[System.Int64]",
- "MaximumNumberOfFiles": "System.Nullable`1[System.Int64]",
- "DefaultUserQuotaInKiBs": "System.Nullable`1[System.Int64]",
- "MountTargets": "System.Object",
- "Tags": "System.Object",
- "VolumeSpecName": "System.String",
- "FileAccessLogs": "System.String",
- "NetworkSiblingSetId": "System.String",
- "SmbNonBrowsable": "System.String",
- "StorageToNetworkProximity": "System.String",
- "KeyVaultPrivateEndpointResourceId": "System.String",
- "VolumeGroupName": "System.String",
- "EnableSubvolumes": "System.String",
- "CapacityPoolResourceId": "System.String",
- "ProximityPlacementGroup": "System.String",
- "SmbAccessBasedEnumeration": "System.String",
- "T2Network": "System.String",
- "EncryptionKeySource": "System.String",
- "AvsDataStore": "System.String",
- "Location": "System.String",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
- "Etag": "System.String",
- "ProvisioningState": "System.String",
- "FileSystemId": "System.String",
- "CreationToken": "System.String",
- "ServiceLevel": "System.String",
- "SnapshotId": "System.String",
- "BaremetalTenantId": "System.String",
- "SubnetId": "System.String",
- "VolumeType": "System.String",
- "BackupId": "System.String",
- "SecurityStyle": "System.String",
- "ProvisionedAvailabilityZone": "System.String",
- "UnixPermission": "System.String",
- "NetworkFeatures": "System.String",
- "ResourceGroupName": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "PassThru",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- }
- ],
- "ParameterSets": [
- {
- "Name": "ByFieldsParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "AccountName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "PoolName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "VolumeName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "SnapshotId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "ByParentObjectParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "VolumeName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "PoolObject",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesPool",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesPool, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData",
- "CoolAccess": "System.Nullable`1[System.Boolean]",
- "UtilizedThroughputMibps": "System.Nullable`1[System.Double]",
- "TotalThroughputMibps": "System.Nullable`1[System.Double]",
- "Size": "System.Nullable`1[System.Int64]",
- "Tags": "System.Object",
- "Etag": "System.String",
- "PoolId": "System.String",
- "EncryptionType": "System.String",
- "ServiceLevel": "System.String",
- "ProvisioningState": "System.String",
- "Name": "System.String",
- "Id": "System.String",
- "QosType": "System.String",
- "Location": "System.String",
- "Type": "System.String",
- "ResourceGroupName": "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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "ByResourceIdParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ResourceId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
- {
- "ParameterMetadata": {
- "Name": "PassThru",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "ByObjectParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "InputObject",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection",
- "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy",
- "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData",
- "PlacementRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSKeyValuePairs]",
- "DataStoreResourceId": "System.Collections.Generic.IList`1[System.String]",
- "ProtocolTypes": "System.Collections.Generic.IList`1[System.String]",
- "Zones": "System.Collections.Generic.IList`1[System.String]",
- "SnapshotDirectoryVisible": "System.Nullable`1[System.Boolean]",
- "KerberosEnabled": "System.Nullable`1[System.Boolean]",
- "SmbEncryption": "System.Nullable`1[System.Boolean]",
- "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]",
- "Encrypted": "System.Nullable`1[System.Boolean]",
- "LdapEnabled": "System.Nullable`1[System.Boolean]",
- "DeleteBaseSnapshot": "System.Nullable`1[System.Boolean]",
- "CoolAccess": "System.Nullable`1[System.Boolean]",
- "IsDefaultQuotaEnabled": "System.Nullable`1[System.Boolean]",
- "IsRestoring": "System.Nullable`1[System.Boolean]",
- "IsLargeVolume": "System.Nullable`1[System.Boolean]",
- "ThroughputMibps": "System.Nullable`1[System.Double]",
- "CoolnessPeriod": "System.Nullable`1[System.Int32]",
- "CloneProgress": "System.Nullable`1[System.Int32]",
- "DefaultGroupQuotaInKiBs": "System.Nullable`1[System.Int64]",
- "UsageThreshold": "System.Nullable`1[System.Int64]",
- "MaximumNumberOfFiles": "System.Nullable`1[System.Int64]",
- "DefaultUserQuotaInKiBs": "System.Nullable`1[System.Int64]",
- "MountTargets": "System.Object",
- "Tags": "System.Object",
- "VolumeSpecName": "System.String",
- "FileAccessLogs": "System.String",
- "NetworkSiblingSetId": "System.String",
- "SmbNonBrowsable": "System.String",
- "StorageToNetworkProximity": "System.String",
- "KeyVaultPrivateEndpointResourceId": "System.String",
- "VolumeGroupName": "System.String",
- "EnableSubvolumes": "System.String",
- "CapacityPoolResourceId": "System.String",
- "ProximityPlacementGroup": "System.String",
- "SmbAccessBasedEnumeration": "System.String",
- "T2Network": "System.String",
- "EncryptionKeySource": "System.String",
- "AvsDataStore": "System.String",
- "Location": "System.String",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
- "Etag": "System.String",
- "ProvisioningState": "System.String",
- "FileSystemId": "System.String",
- "CreationToken": "System.String",
- "ServiceLevel": "System.String",
- "SnapshotId": "System.String",
- "BaremetalTenantId": "System.String",
- "SubnetId": "System.String",
- "VolumeType": "System.String",
- "BackupId": "System.String",
- "SecurityStyle": "System.String",
- "ProvisionedAvailabilityZone": "System.String",
- "UnixPermission": "System.String",
- "NetworkFeatures": "System.String",
- "ResourceGroupName": "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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- }
- ],
- "AliasList": [
- "Restore-AnfVolume"
- ]
- },
- {
- "VerbName": "Resume",
- "NounName": "AzNetAppFilesReplication",
- "Name": "Resume-AzNetAppFilesReplication",
- "ClassName": "Microsoft.Azure.Commands.NetAppFiles.Replication.ResyncAzureRmNetAppFilesReplication",
- "SupportsShouldProcess": true,
- "ConfirmImpact": 2,
- "SupportsPaging": false,
- "DefaultParameterSetName": "ByFieldsParameterSet",
- "OutputTypes": [
- {
- "Type": {
- "Namespace": "System",
- "Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.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=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "AccountName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "PoolName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "Name",
- "AliasList": [
- "VolumeName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "ResourceId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "InputObject",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection",
- "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy",
- "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData",
- "PlacementRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSKeyValuePairs]",
- "DataStoreResourceId": "System.Collections.Generic.IList`1[System.String]",
- "ProtocolTypes": "System.Collections.Generic.IList`1[System.String]",
- "Zones": "System.Collections.Generic.IList`1[System.String]",
- "SnapshotDirectoryVisible": "System.Nullable`1[System.Boolean]",
- "KerberosEnabled": "System.Nullable`1[System.Boolean]",
- "SmbEncryption": "System.Nullable`1[System.Boolean]",
- "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]",
- "Encrypted": "System.Nullable`1[System.Boolean]",
- "LdapEnabled": "System.Nullable`1[System.Boolean]",
- "DeleteBaseSnapshot": "System.Nullable`1[System.Boolean]",
- "CoolAccess": "System.Nullable`1[System.Boolean]",
- "IsDefaultQuotaEnabled": "System.Nullable`1[System.Boolean]",
- "IsRestoring": "System.Nullable`1[System.Boolean]",
- "IsLargeVolume": "System.Nullable`1[System.Boolean]",
- "ThroughputMibps": "System.Nullable`1[System.Double]",
- "CoolnessPeriod": "System.Nullable`1[System.Int32]",
- "CloneProgress": "System.Nullable`1[System.Int32]",
- "DefaultGroupQuotaInKiBs": "System.Nullable`1[System.Int64]",
- "UsageThreshold": "System.Nullable`1[System.Int64]",
- "MaximumNumberOfFiles": "System.Nullable`1[System.Int64]",
- "DefaultUserQuotaInKiBs": "System.Nullable`1[System.Int64]",
- "MountTargets": "System.Object",
- "Tags": "System.Object",
- "VolumeSpecName": "System.String",
- "FileAccessLogs": "System.String",
- "NetworkSiblingSetId": "System.String",
- "SmbNonBrowsable": "System.String",
- "StorageToNetworkProximity": "System.String",
- "KeyVaultPrivateEndpointResourceId": "System.String",
- "VolumeGroupName": "System.String",
- "EnableSubvolumes": "System.String",
- "CapacityPoolResourceId": "System.String",
- "ProximityPlacementGroup": "System.String",
- "SmbAccessBasedEnumeration": "System.String",
- "T2Network": "System.String",
- "EncryptionKeySource": "System.String",
- "AvsDataStore": "System.String",
- "Location": "System.String",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
- "Etag": "System.String",
- "ProvisioningState": "System.String",
- "FileSystemId": "System.String",
- "CreationToken": "System.String",
- "ServiceLevel": "System.String",
- "SnapshotId": "System.String",
- "BaremetalTenantId": "System.String",
- "SubnetId": "System.String",
- "VolumeType": "System.String",
- "BackupId": "System.String",
- "SecurityStyle": "System.String",
- "ProvisionedAvailabilityZone": "System.String",
- "UnixPermission": "System.String",
- "NetworkFeatures": "System.String",
- "ResourceGroupName": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "PassThru",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- }
- ],
- "ParameterSets": [
- {
- "Name": "ByFieldsParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "AccountName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "PoolName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "VolumeName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "PassThru",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "ByResourceIdParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ResourceId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
- {
- "ParameterMetadata": {
- "Name": "PassThru",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "ByObjectParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "InputObject",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection",
- "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy",
- "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData",
- "PlacementRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSKeyValuePairs]",
- "DataStoreResourceId": "System.Collections.Generic.IList`1[System.String]",
- "ProtocolTypes": "System.Collections.Generic.IList`1[System.String]",
- "Zones": "System.Collections.Generic.IList`1[System.String]",
- "SnapshotDirectoryVisible": "System.Nullable`1[System.Boolean]",
- "KerberosEnabled": "System.Nullable`1[System.Boolean]",
- "SmbEncryption": "System.Nullable`1[System.Boolean]",
- "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]",
- "Encrypted": "System.Nullable`1[System.Boolean]",
- "LdapEnabled": "System.Nullable`1[System.Boolean]",
- "DeleteBaseSnapshot": "System.Nullable`1[System.Boolean]",
- "CoolAccess": "System.Nullable`1[System.Boolean]",
- "IsDefaultQuotaEnabled": "System.Nullable`1[System.Boolean]",
- "IsRestoring": "System.Nullable`1[System.Boolean]",
- "IsLargeVolume": "System.Nullable`1[System.Boolean]",
- "ThroughputMibps": "System.Nullable`1[System.Double]",
- "CoolnessPeriod": "System.Nullable`1[System.Int32]",
- "CloneProgress": "System.Nullable`1[System.Int32]",
- "DefaultGroupQuotaInKiBs": "System.Nullable`1[System.Int64]",
- "UsageThreshold": "System.Nullable`1[System.Int64]",
- "MaximumNumberOfFiles": "System.Nullable`1[System.Int64]",
- "DefaultUserQuotaInKiBs": "System.Nullable`1[System.Int64]",
- "MountTargets": "System.Object",
- "Tags": "System.Object",
- "VolumeSpecName": "System.String",
- "FileAccessLogs": "System.String",
- "NetworkSiblingSetId": "System.String",
- "SmbNonBrowsable": "System.String",
- "StorageToNetworkProximity": "System.String",
- "KeyVaultPrivateEndpointResourceId": "System.String",
- "VolumeGroupName": "System.String",
- "EnableSubvolumes": "System.String",
- "CapacityPoolResourceId": "System.String",
- "ProximityPlacementGroup": "System.String",
- "SmbAccessBasedEnumeration": "System.String",
- "T2Network": "System.String",
- "EncryptionKeySource": "System.String",
- "AvsDataStore": "System.String",
- "Location": "System.String",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
- "Etag": "System.String",
- "ProvisioningState": "System.String",
- "FileSystemId": "System.String",
- "CreationToken": "System.String",
- "ServiceLevel": "System.String",
- "SnapshotId": "System.String",
- "BaremetalTenantId": "System.String",
- "SubnetId": "System.String",
- "VolumeType": "System.String",
- "BackupId": "System.String",
- "SecurityStyle": "System.String",
- "ProvisionedAvailabilityZone": "System.String",
- "UnixPermission": "System.String",
- "NetworkFeatures": "System.String",
- "ResourceGroupName": "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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- }
- ],
- "AliasList": [
- "Resume-AnfReplication"
- ]
- },
- {
- "VerbName": "Set",
- "NounName": "AzNetAppFilesAccount",
- "Name": "Set-AzNetAppFilesAccount",
- "ClassName": "Microsoft.Azure.Commands.NetAppFiles.Account.SetAzureRmNetAppFilesAccount",
- "SupportsShouldProcess": true,
- "ConfirmImpact": 2,
- "SupportsPaging": false,
- "DefaultParameterSetName": "ByFieldsParameterSet",
- "OutputTypes": [
- {
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "Identity": "Microsoft.Azure.Commands.NetAppFiles.Models.PSManagedServiceIdentity",
- "Encryption": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccountEncryption",
- "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData",
- "ActiveDirectories": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory]",
- "DisableShowmount": "System.Nullable`1[System.Boolean]",
- "Tags": "System.Object",
- "ResourceGroupName": "System.String",
- "Location": "System.String",
- "Id": "System.String",
- "Name": "System.String",
- "Type": "System.String",
- "Etag": "System.String",
- "ProvisioningState": "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"
- ]
- }
- ],
- "Parameters": [
- {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "Location",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "Name",
- "AliasList": [
- "AccountName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "ActiveDirectory",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory[], Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "Tag",
- "AliasList": [
- "Tags"
- ],
- "Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "ResourceId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- }
- ],
- "ParameterSets": [
- {
- "Name": "ByFieldsParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Location",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "AccountName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Tag",
- "AliasList": [
- "Tags"
- ],
- "Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "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": "Location",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "AccountName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Tag",
- "AliasList": [
- "Tags"
- ],
- "Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "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": "SetByResourceActiveDirectory",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ActiveDirectory",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory[], Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Location",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "AccountName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Tag",
- "AliasList": [
- "Tags"
- ],
- "Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "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": "ByResourceIdParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ResourceId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
- {
- "ParameterMetadata": {
- "Name": "Location",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "AccountName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Tag",
- "AliasList": [
- "Tags"
- ],
- "Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "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
- }
- ]
- }
- ],
- "AliasList": [
- "Set-AnfAccount"
- ]
- },
- {
- "VerbName": "Set",
- "NounName": "AzNetAppFilesBackupPolicy",
- "Name": "Set-AzNetAppFilesBackupPolicy",
- "ClassName": "Microsoft.Azure.Commands.NetAppFiles.BackupPolicy.SetAzureRmNetAppFilesBackupPolicy",
- "SupportsShouldProcess": true,
- "ConfirmImpact": 2,
- "SupportsPaging": false,
- "DefaultParameterSetName": "ByFieldsParameterSet",
- "OutputTypes": [
- {
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models",
- "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackupPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackupPolicy, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData",
- "VolumeBackups": "System.Collections.Generic